Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Options for Remote Rendering runtime initialization.
struct Microsoft::Azure::RemoteRendering::RemoteRenderingInitialization
Fields
ConnectionType
Selects the connection type for this session.
Microsoft::Azure::RemoteRendering::ConnectionType ConnectionType{};
GraphicsApi
Selects the graphics binding for rendering.
Microsoft::Azure::RemoteRendering::GraphicsApiType GraphicsApi{};
Right
Right vector direction in the client's coordinate system.
Microsoft::Azure::RemoteRendering::Axis Right{};
Up
Up vector direction in the client's coordinate system.
Microsoft::Azure::RemoteRendering::Axis Up{};
Forward
Forward vector direction in the client's coordinate system.
Microsoft::Azure::RemoteRendering::Axis Forward{};
UnitsPerMeter
How many units in the client's coordinate system make up one meter.
float UnitsPerMeter{};
ToolId
The name (and version) of the client tool.
std::string ToolId{};