Skip to content

3D Modeling project using OpenGL to show a walk-in simulation through the Floriano Peixoto Palace Museum

License

Notifications You must be signed in to change notification settings

WagnerFLL/MUPA-Computer-Graphics

Repository files navigation

Floriano Peixoto Palace Museum (MUPA)

3D Modeling project using OpenGL to show a walk-in simulation through the Floriano Peixoto Palace Museum.

Input keys for the application:

  • w -Move forward
  • s -Move Backward
  • a -Move left
  • d -Move right
  • Back space -Move vertically up
  • f -Move vertically down
  • Mouse left click and drag right -Rotate view towards right
  • Mouse left click and drag left -Rotate view towards left

Requirement

  • OpenGL 2.0

Compilation

Linux

git clone https://github.com/WagnerFLL/Computer-Graphics.git
g++ mupa.cpp -o mupa -lGL -lGLU -lglut -lsfml-graphics
./mupa

Windows:

git clone https://github.com/WagnerFLL/Computer-Graphics.git
g++ mupa.cpp -o mupa -lOpenGL32 -lfreeGLUT -lglu32 -IC:/mingw64/include
mupa.exe

Screenshot

demo demo demo demo

Video

IMAGE ALT TEXT HERE

About

3D Modeling project using OpenGL to show a walk-in simulation through the Floriano Peixoto Palace Museum

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •