I’m working on a application related to monitoring. Basically, the goal is to monitor a specific pole by using sensors.
I would like to represent the pole in 3D with the sensors on it and then animate it according to the values recorded.
I came across Threejs and before diving into it, I would like to be sure that it can be possible.
So I was thinking first to integrate a 3D model with my sensor on it on my webapp but I have difficulties to think about the different steps and what can I do with threejs.
Do I need to integrate the model on my page, then with the values sent back by the sensors interact with three js to make it move ?
And something definitely three may be useful for - so you are welcome to start diving into it Three basically can take care of rendering 3D models for you, bases on whatever data and models you provide it.
Depends on the type of deformations, but mostly also yes. You can modify and do calculations with geometry, materials, UVs, animations, and quite a few other properties of a 3D model.
Thank a lot for your sharing ! I will take a look !
It would be great to deformed a loaded model. Do you think it’s possible despite the fact that you’ve not tested yet ?
In my case, my structure may be complex to design. Need to see !