Click or drag to resize
AB4D logo

AnaglyphVirtualRealityProvider Class

AnaglyphVirtualRealityProvider is a VirtualRealityProvider that can render stereoscopic anaglyph images that can be viewed with colored glasses - for example red / cyan glasses.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      Ab3d.DirectXDXSceneResource
        Ab3d.DirectXVirtualRealityProviderBase
          Ab3d.DirectXStereoscopicVirtualRealityProvider
            Ab3d.DirectXAnaglyphVirtualRealityProvider

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class AnaglyphVirtualRealityProvider : StereoscopicVirtualRealityProvider

The AnaglyphVirtualRealityProvider type exposes the following members.

Constructors
 NameDescription
Public methodAnaglyphVirtualRealityProvider Constructor
Top
Properties
 NameDescription
Public propertyColorTransformation Gets or sets a AnaglyphColorTransformation that defines how the anaglyph rendering combines colors from left and right eye. This is done by specifying the matrices that are used to multiply colors for left and right eye and with a gamma correction value.
Top
Methods
 NameDescription
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 StereoscopicVirtualRealityProviderUpdateRenderingContext(RenderingContext, Boolean))
Top
Fields
 NameDescription
Public fieldStatic memberColorAnaglyph ColorAnaglyph
Public fieldStatic memberDuboisAnaglyph DuboisAnaglyph
Public fieldStatic memberGrayAnaglyph GrayAnaglyph
Public fieldStatic memberHalfColorAnaglyph HalfColorAnaglyph
Public fieldStatic memberLeftEye LeftEye
Public fieldStatic memberOptimizedAnaglyph OptimizedAnaglyph
Public fieldStatic memberRightEye RightEye
Public fieldStatic memberTrueAnaglyph TrueAnaglyph
Top
See Also