Click or drag to resize
AB4D logo

StereoscopicVirtualRealityProvider Methods

The StereoscopicVirtualRealityProvider type exposes the following members.

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.
(Overrides VirtualRealityProviderBaseCreateVirtualRealityContext(RenderingContext))
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.
(Overrides VirtualRealityProviderBaseUpdateRenderingContext(RenderingContext, Boolean))
Top
See Also