Camera Methods
void setCameraFix(double fixX, double fixY, double fixZ)
Sets the coordinates of the position that the camera is fixed to (looking at).
void setCameraTracking(boolean track, boolean trackX, boolean trackY, boolean trackZ)
Sets whether the camera is tracking an object or not. Tracking along individual axes (x,y,z) can be set.
void setCameraTrackingOffsets(double dx, double dy, double dz)
Sets the offset vector of the fix point of the camera from the object it is tracking.
void setCameraTrackingVars(String xName, String yName, String zName)
Sets the variable names of the object the camera is tracking. Default is q_x, q_y, q_z.
void setCameraPosition(double posX, double posY, double posZ)
Sets the coordinates of the position of the camera.
void setCameraDolly(boolean dolly, boolean dollyX, boolean dollyY, boolean dollyZ)
Sets whether the camera is dollying relative to an object or not. Dolly along individual axes (x,y,z) can be set.
void setCameraDollyOffsets(double dx, double dy, double dz)
Sets the camera offset vector from the object it is dollying relative to.
void setCameraDollyVars(String xName, String yName, String zName)
Sets the variable names of the object the camera is dollying relative to. Default is q_x, q_y, q_z.