TP-rendu/TP5/README.md
2023-06-22 20:30:57 +02:00

1,001 B
Executable file

OpenGL OBJ Visualizer

Introduction

The fifth TP is about creating a visualizer for models loaded from Wavefront OBJ format files. It also lets you implement a simple subdivision model of the mesh using Loop's algorithm.

alt text

The application lets you navigate the scene and change the different rendering algorithms. The keys are:

  • s - use index rendering
  • w - draw wireframe
  • s - enable/disable subdivision
  • 1-4 - with subdivision enabled, level of subdivision
  • d - enable/disable solid rendering
  • a - enable/disable smooth rendering
  • arrow keys - rotate around the object
  • pg down/up - zoom out/in

The folder data/models contains some 3D models to play with.

Building

See BUILD text file

License

See LICENSE text file

Authors

Simone Gasparini

Contact

Simone Gasparini simone.gasparini@irit.fr