Skip to content

SanshruthR/Terrain_rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Random 3D Terrain Rendering with Panda3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages