We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I want to run the example ARToolkitNFT_ES6_example.html with a gltf model ,but not lucky i was failed ,here is the code i am use
var loader = new THREE.GLTFLoader(); loader.load( './Flamingo.glb', function ( gltf ) { gltf.scene.rotation.x = 0.5*Math.PI; gltf.scene.position.z = 40; gltf.scene.position.x = 80; gltf.scene.position.y = 80; gltf.scene.scale.set(80,80,80);}); var root3 = new THREE.Object3D(); scene.add(root3); root3.matrixAutoUpdate = false; root3.add(gltf);
of course i have the GLTFLoader.js So please help me
The text was updated successfully, but these errors were encountered:
What do you mean exactly? What Is failing?
Sorry, something went wrong.
I don't know if the code is right,just nothing show up , i can't see the model
Is there any ARToolkitNFT_ES6 gltf example?
@jamess922 try updating three.min.js and GLTFLoader.js to a newer version, maybe that was the issue.
kalwalt
No branches or pull requests
Hi
I want to run the example ARToolkitNFT_ES6_example.html with a gltf model ,but not lucky i was failed ,here is the code i am use
of course i have the GLTFLoader.js
So please help me
The text was updated successfully, but these errors were encountered: