Gets or sets the value that is used to compute subdivisions of the viewing frustum. A large value will be faster but lose z-value precision. A small value will have better precision but perform slower. The default value of 1000 achieves a good balance between speed and accuracy.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FarNearPlaneRatio() As Double |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property double get_FarNearPlaneRatio(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|






