I would like to know if it is possible to create an application using Ignition, where I can animate a 3D object. For example, visualize the welding points or segments that a robot has performed in real time, as a kind of digital twin?
I still don't know exactly how to proceed, but I thought about converting the .STEP file of my part to .GLB and integrating it using Ignition Perspective.
Has anyone done something similar or have any tips?
I think your question title is misleading. You're not asking about "digital twin" but rather "3D object animation and update in a Perspective view". If you edit it you might attract the guys and gals who can help you.
Welcome to the forum.
You are right, thank you!
In theory, someone could make a custom Perspective component that embeds a 3d renderer like three.js.
In practice, I'm not sure any one has. In particular, figuring out how to deliver complex 3d object data to that component inside the Perspective property model would be tricky.
This is on my “want-to-do” list. I don’t have a use case for it though, I just think it’d be neat.
Embr already supports running JavaScript supplied from props, so it’s just a matter of including threejs
and managing some basic lifecycle stuff.
My idea was to store models on disk and serve them with a little helper servlet.
4 Likes
I almost tagged you directly, because I knew you'd done some fun stuff with your extra charts 
5 Likes