Hi all,
I am using the InteractiveAvatar class to track a position in 3-d space. Using avatar.setPosition(x, y, z) I am able to keep the camera constantly focused on this moving point. But I'd like the camera itself to be originating at another point x,y,z which is constantly moving. How can I move the camera to this point without having to calculate the azimuth and inclination manually?
1