Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1015 Bytes

README.md

File metadata and controls

44 lines (23 loc) · 1015 Bytes

Terrain Rendering

Terrain.Rendering.mp4

Random 3D Terrain Rendering with Panda3D

Panda3D Version

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.

Installation

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

Controls

  • Use W, A, S, D keys for movement.
  • Click and drag the mouse to adjust the camera view.

Features

  • Randomly generated 3D terrain.
  • Camera movement and rotation controls.
  • Lighting setup.
  • Loading and rendering 3D models.