Base |
Name | Description | |
---|---|---|
GetCameraMatrices(Matrix3D, Matrix3D) | GetCameraMatrices gets view and projection matrix of the current camera. | |
GetCameraMatrices(Viewport3D, Matrix3D, Matrix3D) | GetCameraMatrices gets view and projection matrix of the camera used by the specified viewport3D. | |
GetCameraMatrices(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. | |
GetCameraMatrices(Camera, Double, Matrix3D, Matrix3D) | GetCameraMatrices gets view and projection matrix of specified camera and specified viewport's aspect ratio. |