-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GLTFLoader: Add EXT_mesh_gpu_instancing built-in plugin (#24528)
* GLTFLoader: Add EXT_mesh_gpu_instancing built-in plugin * GLTFLoader: No Points or Lines + Instancing Currenlty Three.js does not seem to support Points or Lines + Instancing so GLTFLoader GPU instancing extension handler ignores the extension if primitive draw mode is not triangle. * GLTFLoader: Minor clean up Co-authored-by: Don McCurdy <[email protected]> * GLTFLoader: Minor clean up Co-authored-by: Don McCurdy <[email protected]> * Update examples/jsm/loaders/GLTFLoader.js Co-authored-by: Don McCurdy <[email protected]> * Update examples/jsm/loaders/GLTFLoader.js Co-authored-by: Don McCurdy <[email protected]> * GLTFLoader: Clean up Co-authored-by: Don McCurdy <[email protected]>
- Loading branch information
1 parent
3a02d2f
commit 0432e2f
Showing
10 changed files
with
570 additions
and
1 deletion.
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
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
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
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.