Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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{};