threebox icon indicating copy to clipboard operation
threebox copied to clipboard

GLTFLoader

Open huashaoxu opened this issue 6 years ago • 2 comments

previous version has supported the glft loader,why it was removed from souce code? Now, how should we add a gltf model?

huashaoxu avatar May 06 '19 06:05 huashaoxu

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

oleg-prikhodko avatar May 13 '19 16:05 oleg-prikhodko

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.

mjcc007 avatar Jun 14 '19 01:06 mjcc007