Rotate Target Camera
03 May 2016 17:28
Hi @ll,
when setting the camera with:
it requires a mouse-drag on the canvas before the new phi and theta show effect.
Is there a method to trigger a camera update via code?
when setting the camera with:
var phi_is_abs = true;
var theta_is_abs = true;
m_cam.rotate_target_camera(camObj, phi, theta, phi_is_abs, theta_is_abs);
Is there a method to trigger a camera update via code?
@ Emotional3D
04 May 2016 10:50