|
ICameraGetWorldViewProjection Method |
Returns WorldViewProjection matrix.
Calculating this matrix is faster inside Camera because here we can access matrixes by reference.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax Matrix GetWorldViewProjection(
ref Matrix world
)
Parameters
- world Matrix
- World matrix
Return Value
MatrixWorldViewProjection matrix
See Also