Skip to content

Commit

Permalink
gltf: Move mesh processing out of gltfpack.cpp
Browse files Browse the repository at this point in the history
This is a bit messier than animations since we need to move various mesh
analysis/filtering functions as well.
  • Loading branch information
zeux committed Feb 8, 2020
1 parent 33a2884 commit 7de4ddc
Show file tree
Hide file tree
Showing 4 changed files with 633 additions and 613 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ set(SOURCES
set(GLTF_SOURCES
gltf/animation.cpp
gltf/basistoktx.cpp
gltf/mesh.cpp
gltf/parseobj.cpp
gltf/parsegltf.cpp
gltf/gltfpack.cpp
Expand Down
Loading

0 comments on commit 7de4ddc

Please sign in to comment.