Anaglyph |
public class AnaglyphVirtualRealityProvider : StereoscopicVirtualRealityProvider
The AnaglyphVirtualRealityProvider type exposes the following members.
Name | Description | |
---|---|---|
AnaglyphVirtualRealityProvider | Constructor |
Name | Description | |
---|---|---|
ColorTransformation | 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. |
Name | Description | |
---|---|---|
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.
(Overrides StereoscopicVirtualRealityProviderUpdateRenderingContext(RenderingContext, Boolean)) |
Name | Description | |
---|---|---|
ColorAnaglyph | ColorAnaglyph | |
DuboisAnaglyph | DuboisAnaglyph | |
GrayAnaglyph | GrayAnaglyph | |
HalfColorAnaglyph | HalfColorAnaglyph | |
LeftEye | LeftEye | |
OptimizedAnaglyph | OptimizedAnaglyph | |
RightEye | RightEye | |
TrueAnaglyph | TrueAnaglyph |