set Values
Sets all required values to compute the scene camera matrix.
Parameters
near Plane
near plane. Any vertex nearer to the camera than this value will be ignored and not drawn.
far Plane
far plane. Any vertex further from the camera than this value will be ignored and not drawn.
width
width of viewport expressed in pixels.
height
height of viewport expressed in pixels.
camera
camera to be set.
Throws
if either provided width or height is negative.
Camera Exception
if there are numerical instabilities in provided camera.