Hello community,
I have a Cine Camera Actor which is controlled with a Vive Tracker.
Is it possible to lock one axis of the camera?
Thanks a lot!
Hello community,
I have a Cine Camera Actor which is controlled with a Vive Tracker.
Is it possible to lock one axis of the camera?
Thanks a lot!
Hello Andyeverything,
I’m not sure if it’s elegant or heavy-handed, but I just had some good results setting the rotation on the mock-camera every frame. (Used MotionController component to drive position)
With this example you’d have to manually change Z/Yaw for the camera to face another direction.
Let us know if this works for you!