Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ratulsharker/objectloader

This project is intended for a development of importing object created in different 3D modeling software into openGL. Primarily different part of the 3D model object is loaded in this short project, later in this i have further consideration of importing color, texture, animation added to the object using the 3D modeling software. Only the Wavefront .obj file is allowed to be loaded using this library project headers, which can be exported from any kind of 3D modeling software. The total project is in standard c++ intended for openGL.
https://github.com/ratulsharker/objectloader

Last synced: 1 day ago
JSON representation

This project is intended for a development of importing object created in different 3D modeling software into openGL. Primarily different part of the 3D model object is loaded in this short project, later in this i have further consideration of importing color, texture, animation added to the object using the 3D modeling software. Only the Wavefront .obj file is allowed to be loaded using this library project headers, which can be exported from any kind of 3D modeling software. The total project is in standard c++ intended for openGL.

Awesome Lists containing this project