|
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.0.8865.1045
Syntax Matrix GetWorldViewProjection(
ref Matrix world
)
Parameters
- world Matrix
- World matrix
Return Value
MatrixWorldViewProjection matrix
See Also