Skip to content

cauetron/iphan-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iphan Model

Install

sudo apt update
sudo apt install python3-pip
sudo apt install python3.10-venv
sudo apt install freeglut3-dev

# create the new virtual enviroment
python3 -m venv /path/to/new/virtual/environment/

# activate the new virtual enviroment
source /path/to/new/virtual/environment/bin/activate

# install the mandatory python packages
pip3 install PyOpenGL
pip3 install Numpy
pip3 install pygame

Commands

ESC - close the program

p - pause the program / allows you to use your mouse again

w - walk one step into Z-axis

s - walk one step into negative Z-axis

d - walk one step into X-axis

a - walk one step into negative X-axis

q - walk one step into Y-axis

e - walk one step into negative Y-axis

g - hide/show the ground floor

c - hide/show the ceiling

f - hide/show the ceiling frame

b - hide/show the building structure

u - hide/show the stair

h - hide all of the objects with a lot of details

j - show all of the objects with a lot of details

n - decrease the velocity of the movement

m - increase the velocity of the movement

1 - open the first door

2 - open the second door

3 - open the third door

4 - open the window

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages