RenderDepthPolicy Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderDepthPolicy type exposes the following members.
Name | Description | |
---|---|---|
RenderDepthPolicy |
Initializes a new instance of the RenderDepthPolicy class.
| |
RenderDepthPolicy(RenderDepthRangeMode, Single, Single) |
Initializes a new instance of the RenderDepthPolicy class using the specified parameters.
|
Name | Description | |
---|---|---|
DepthRangeMode |
Gets or sets the depth range strategy used to compute the near and far clipping planes distance.
| |
IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
ZMax |
Gets or sets the distance to the far clipping plane.
| |
ZMin |
Gets or sets the distance to the near clipping plane.
|
Name | Description | |
---|---|---|
Clone |
Clones the depth policy.
| |
Dispose | Releases all resources used by the RenderDepthPolicy | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Format the RenderDepthPolicy to a String.
(Overrides ObjectToString.) |