Click or drag to resize
AB4D logo

BaseCameraGetCameraMatrices Method

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