cinnabar-engine / cinnabar

An OpenGL game engine made from scratch
https://cinnabar-engine.github.io/cinnabar/
GNU General Public License v3.0
1 stars 0 forks source link

Proper mesh loading #110

Open SArpnt opened 2 years ago

SArpnt commented 2 years ago

fix bugs, add support for more formats, load formats with extra types of data to multiple meshes, materials, etc all automatically generated based on the file (for example, getting multiple materials or multiple meshes from one file), bones/animation, etc.

at minimum support everything from gltf format

SArpnt commented 2 years ago

working on this in branch proper-mesh

SArpnt commented 2 years ago

fixed upsidedown textures