forked from donmccurdy/three-gltf-viewer
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added a GLTFParser.setDependency() method to be able to store a Promise to a dependency in the GLTFRegistry cache. This allows the Draco decoder extension to asynchronously decode the compressed meshes and attributes, without changing anything in the rest of the GLTF parsing code. - Update TODO comments in Draco extension, as additional uncompressed attributes is now supported, and passing primitive.attributes to DRACOLoader is not necessary with the new design (from previous commits).
- Loading branch information
Showing
1 changed file
with
51 additions
and
48 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