Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 668 Bytes

3D-.obj-File-Viewer

Python script that renders .obj files using OpenGL and glfw.

High Polygon Model of an Aventador:

Controls

  • Drag .obj file to the window to load the model.

  • Press 1 / 3 to rotate 10° to the left / right with respect to the coordinates.

  • Press 2 / W to move the camera up / down with respects to the coordinates.

  • Press A / S to zoom in / out.

  • Press Z to Toggle between Wireframe / Fill mode.

  • Press V to reset the view.