Click or drag to resize
AB4D logo

BaseCameraGetCameraMatrixes Method

Overload List
 NameDescription
Public methodGetCameraMatrixes(Matrix3D, Matrix3D) GetCameraMatrixes gets view and projection matrix of the current camera.
Public methodStatic memberGetCameraMatrixes(Viewport3D, Matrix3D, Matrix3D) GetCameraMatrixes gets view and projection matrix of the camera used by the specified viewport3D.
Public methodStatic memberGetCameraMatrixes(BaseCamera, Double, Matrix3D, Matrix3D) GetCameraMatrixes gets view and projection matrix of specified Ab3d.PowerToys camera and specified viewport's aspect ratio. The method sets matrixes even if TargetViewport3D is not assigned to the camera.
Public methodStatic memberGetCameraMatrixes(Camera, Double, Matrix3D, Matrix3D) GetCameraMatrixes gets view and projection matrix of specified camera and specified viewport's aspect ratio.
Top
See Also