Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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{};