Terrain.Rendering.mp4
A Python application for rendering random 3D terrain using Panda3D. Control the camera with WASD keys and explore the terrain. Click and drag the mouse to adjust the camera view.
To run this project, you can set up a virtual environment using the following command:
python -m venv venv
Make sure to activate the virtual environment before installing the required dependencies and running the game.
pip install panda3d==1.10.13
Run config.py
- Use W, A, S, D keys for movement.
- Click and drag the mouse to adjust the camera view.
- Randomly generated 3D terrain.
- Camera movement and rotation controls.
- Lighting setup.
- Loading and rendering 3D models.