3d-viewer version 1.0.0
This is the first release of my 3d-viewer app
✨ Features
- Fast 3D .obj file loading.
- Fast and smooth rendering.
- Simple camera system to move and rotate the object around.
- Buttons to change the resolution (to gain performance for more complex objects)
- Support for .obj 3D files and .mtl material files (with PNG and JPEG texture formats).
🐛 Known errors:
- In very specific cases where the Z position of the camera is exactly 0, and rotation is default, some triangles might not be displayed correctly. This can be corrected by just moving or rotating the camera by a few pixels.
- May occasionally fail to update the text information of the new loaded mesh due to some strange SDL2_ttf error while rendering the text.