threebox
threebox copied to clipboard
GLTFLoader
previous version has supported the glft loader,why it was removed from souce code? Now, how should we add a gltf model?
previous version has supported the glft loader,why it was removed from souce code? Now, how should we add a gltf model?
Use external GLTFLoader
<script src="https://unpkg.com/[email protected]/examples/js/loaders/GLTFLoader.js"></script>
Worked for me
previous version has supported the glft loader,why it was removed from souce code? Now, how should we add a gltf model?
Use external GLTFLoader
<script src="https://unpkg.com/[email protected]/examples/js/loaders/GLTFLoader.js"></script>Worked for me
how did you do ti? I want to do the same.