#3D object to be stay on camera.
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hi All,
How can i achieve a 3D model to be stay on the camera. Suppose i have added 3 d wings behind body and suppose the person moves out of the scene but i want that wings to stay on camera as object and the moment person comes in frame it start tracking it. Hope you guys understand.
@errant creek @little relic @vast jay @vital drum
You'll need to parent the wings to the body tracker, then when tracking is lost you'll need to unparent it. This might be possible using the behavior script, but if not you'll need to write some code to do it.