forked from KhronosGroup/COLLADA2GLTF
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made COLLADA2GLTF properly use UNSIGNED_INT buffers for vertex indice…
…s when allowed and needed 1) Switched from global use of short unsigned to new index_t (and where necessary, signed_index_t) in COLLADA2GLTFWriter. 2) Put a few functions into the COLLADA2GLTF::Writer class that weren't there so they could see the new types. 3) Made COLLADA2GLTF::Writer use UNSIGNED_INT buffers where allowed and required. This will NOT work as-is if UNSIGNED_SHORT buffers are specified instead due to vector data size.
- Loading branch information
Christopher Mitchell
committed
Feb 1, 2018
1 parent
f0c62b6
commit 8c6129c
Showing
2 changed files
with
94 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.