DRACOLoader: exposing _initDecoder as public method
See original GitHub issuePreviously one could call THREE.DRACOLoader.getDecoderModule()
to preload the DRACO libraries, but there is no respective public instance method on the current DRACOLoader module. However, the private method _initDecoder
seems to accomplish preloading. Would it be possible to make this method public or make a public wrapper for it?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
DRACOLoader – three.js docs
A loader for geometry compressed with the Draco library. Draco is an open source library for compressing and decompressing 3D meshes and point...
Read more >How to use DRACOLoader with GLTFLoader in ReactJs?
Here is how I got the Draco decoder path working. In your app's public folder, create a new folder called draco . Download...
Read more >DRACO Loader - Three.js Tutorials - sbcode.net
The DRACO loader is used to load geometry compressed with the Draco library. Draco is an open source library for compressing and decompressing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please do! 😃
Thanks @TyLindberg!