| RenderDepthPolicy Constructor (RenderDepthRangeMode, Single, Single) |
Initializes a new instance of the
RenderDepthPolicy class using the specified parameters.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public RenderDepthPolicy(
RenderDepthRangeMode depthRangeMode,
float zMin,
float zMax
)
public:
RenderDepthPolicy(
RenderDepthRangeMode depthRangeMode,
float zMin,
float zMax
)
Parameters
- depthRangeMode
- Type: Lumiscaphe.Workshop.InteropRenderDepthRangeMode
The depth range mode defining the strategy to compute the near and far clipping plane distance. - zMin
- Type: SystemSingle
The distance to the near clipping plane. - zMax
- Type: SystemSingle
The distance to the far clipping plane.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also