Can someone show me, using script or any other method, how to place static labels on a machine?
I'd like to add labels to identify conveyors, and I want each label to stay attached so that when I rotate the simulator, the label rotates along with the conveyor without getting lost in space.
Thanks
You can use the Special FX -> Text3D component. Make child of the conveyor in order to move and rotate with it.
Use Controllers, Graph code or script to make it visible or not when you want.
Thanks for you quick response, I will give Text3D a try!
Tienes al menos dos tutoriales en los siguientes enlaces:
https://youtu.be/3YO6FI8taOg?si=UUvH_ujtbeiZZp_T
https://youtu.be/qIS5eucaUtM?si=N2yqKPRuZzqUb_GF
Resueltos en Script Code, y en Graph code
Espero te sirvan.
Saludos