Skip to content

Commit

Permalink
WARNING: Redesigned model struct for multi-meshes
Browse files Browse the repository at this point in the history
This is quite a big change, Model struct has been redesigned to support multiple meshes and multiple materials, most 3d fileformats contain multiple meshes and reference multiple materials.

Consequently, multiple functions have been reviewed.

LoadOBJ(), LoadIQM(), LoadGLFT() now return a Model.

Current LoadOBJ() is not valid anymore, actually, tinyobj_loader_c library is considered for replacement.
  • Loading branch information
raysan5 committed Mar 29, 2019
1 parent 876c64b commit a643dc4
Show file tree
Hide file tree
Showing 3 changed files with 1,685 additions and 74 deletions.
Loading

0 comments on commit a643dc4

Please sign in to comment.