https://github.com/zehina/3d-.obj-file-viewer
Python script that renders .obj files using OpenGL
https://github.com/zehina/3d-.obj-file-viewer
3drendering model obj objfiles opengl python renderer rendering wireframe
Last synced: 10 months ago
JSON representation
Python script that renders .obj files using OpenGL
- Host: GitHub
- URL: https://github.com/zehina/3d-.obj-file-viewer
- Owner: Zehina
- License: apache-2.0
- Created: 2019-02-17T19:15:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T20:57:38.000Z (over 7 years ago)
- Last Synced: 2025-05-06T13:47:43.906Z (about 1 year ago)
- Topics: 3drendering, model, obj, objfiles, opengl, python, renderer, rendering, wireframe
- Language: Python
- Homepage:
- Size: 10.2 MB
- Stars: 39
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
