python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to animate gtlf models in Augmented reality in Three.js
Helle, I'm new to Three.js and I'm trying to show an animated gltf/glb model in my AR project.
There are a lot of examples on how to animate gltf models in a 3d environment but i can't get it to work ...
maxim weewauters
Votes: 0
Answers: 2
Serializing and deserializing geometry in three.js using toJSON and BufferGeometryLoader. Transferring geometries as string
First of all - I'm a beginner in three.js and I just want to share my experience.
My task was to convert geometry into something and transfer it to another WebWorker(you cannot transfer all objects b...
GTFTT
Votes: 0
Answers: 1
How to rotate an object to match a normal vector in three.js?
I have an object, lets say a car, and it's z-rotation is already set so its facing the direction its heading towards.
The car is also on a ground which is on a slope (plane) that is represented by the...
omega
Votes: 0
Answers: 1
Three.js How do I define variables and/or positions after a gsap position change
Basically, what im trying to do is, that I have three cubes, and on each click they switch positions. This works fine when done once. Now, I added 3 Lines in the end of the function called "rotWo...
Hasan Kawaai Pikachu
Votes: 0
Answers: 1