Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

three.js

  1. F

    JavaScript Why is my gltf-animations not playing? (Javascript & Three.js)

    //gltf-object const loader = new GLTFLoader(); loader.load('stegosaurs_SStenops.glb', (gltf) => { gltf.scene.position.set(0, 40, 130); gltf.scene.visible = true; scene.add(gltf.scene); // Animation; let mixer = new AnimationMixer(gltf.scene); mixer = new...
Back
Top Bottom