Open huashaoxu opened 5 years ago
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/three@0.102.0/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/three@0.102.0/examples/js/loaders/GLTFLoader.js"></script>
Worked for me
how did you do ti? I want to do the same.
previous version has supported the glft loader,why it was removed from souce code? Now, how should we add a gltf model?