Virtual |
public abstract class VirtualRealityProviderBase : DXSceneResource
The VirtualRealityProviderBase type exposes the following members.
Name | Description | |
---|---|---|
IsEnabled | Gets or sets a Boolean that specifies if this Virtual reality provider is enabled or not. Default value is true. |
Name | Description | |
---|---|---|
CreateVirtualRealityContext | CreateVirtualRealityContext method takes current RenderingContext as parameter and should create the VirtualRealityContext or a class derived from it. The returned VirtualRealityContext defines the context in which this virtual reality provider runs. | |
UpdateRenderingContext | UpdateRenderingContext is called from the BeginVirtualRealityRenderingStep and should update the properties in the RenderingContext according to the current eye. See remarks for more info about the usual tasks that are preformed in this method. |