Click or drag to resize

BgfxSetViewTransform Method

Sets the view and projection transforms for the given rendering view.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void SetViewTransform(
	ushort id,
	float* view,
	float* projection
)

Parameters

id  UInt16
The index of the view.
view  Single*
The 4x4 view transform matrix.
projection  Single*
The 4x4 projection transform matrix.
See Also