Click or drag to resize
AB4D logo

ResolveStereoscopicImagesRenderingStep Class

ResolveStereoscopicImagesRenderingStep is a base class for presenting stereoscopic images for left and right eye to the final RenderTarget. The actual implementation of how the two images are presented must be defined in the derived class. This class provides properties that define ShaderResourceView for left and right eye.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      Ab3d.DirectXDXSceneResource
        Ab3d.DirectXRenderingStepBase
          Ab3d.DirectXResolveStereoscopicImagesRenderingStep
            Ab3d.DirectXSimpleResolveStereoscopicImagesRenderingStep

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

The ResolveStereoscopicImagesRenderingStep type exposes the following members.

Properties
 NameDescription
Public propertyLeftEyeShaderResourceView Gets or sets a ShaderResourceView that represents the scene rendered through left eye.
Public propertyRightEyeShaderResourceView Gets or sets a ShaderResourceView that represents the scene rendered through right eye.
Top
See Also