Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This struct holds matrices for the left and right camera view in stereo rendering.
struct Microsoft::Azure::RemoteRendering::StereoMatrix4x4
Fields
Left
The matrix for the left eye view.
Microsoft::Azure::RemoteRendering::Matrix4x4 Left{};
Right
The matrix for the right eye view.
Microsoft::Azure::RemoteRendering::Matrix4x4 Right{};