Click or drag to resize
AB4D logo

VirtualRealityProviderBase Class

VirtualRealityProviderBase is a base abstract class for all classes that provide virtual reality support to DXEngine.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      Ab3d.DirectXDXSceneResource
        Ab3d.DirectXVirtualRealityProviderBase
          Ab3d.DirectXStereoscopicVirtualRealityProvider

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public abstract class VirtualRealityProviderBase : DXSceneResource

The VirtualRealityProviderBase type exposes the following members.

Properties
 NameDescription
Public propertyIsEnabled Gets or sets a Boolean that specifies if this Virtual reality provider is enabled or not. Default value is true.
Top
Methods
 NameDescription
Public methodCreateVirtualRealityContext 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.
Public methodUpdateRenderingContext 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.
Top
See Also