Page 1 of 1

Setting Camera position and direction with 2 null objects

Posted: 11 Sep 2018, 21:32
by Gsand
I'm sure this is in Ventuz and I'm just not seeing it.

I'm wanting to use 2 objects (really just their XYZ axis coordinates) to control a camera.
One object would give the camera its XYZ world coordinates.
Second object would inform the focal point the camera should be looking at.
The Pan and Tilt would be calculated from these 2 vertex position.

Thanks
Greg

Re: Setting Camera position and direction with 2 null objects

Posted: 12 Sep 2018, 09:07
by lerou
set the camera to "look at" and you get both a position and a target. Bind them to whatever you need.

Re: Setting Camera position and direction with 2 null objects

Posted: 12 Sep 2018, 16:14
by Gsand
Huh...
Looks like I had my camera FOV Relation set to Layer :oops:
witched it back to None and like magic all the tracking started to work as expected.

Thanks for confirming that was the right way to do this.