BgfxSetViewTransform Method |
Sets the view and projection transforms for the given rendering view.
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void SetViewTransform(
ushort id,
float* view,
float* projection
)
Parameters
- id
- Type: SystemUInt16
The index of the view. - view
- Type: SystemSingle*
The 4x4 view transform matrix. - projection
- Type: SystemSingle*
The 4x4 projection transform matrix.
See Also