C++
virtual void setEnableBackClip( bool enable ) = 0;
Description
Use this method to enable (pass in true) and disable (pass in false) the back clipping plane.
Parameters
| Parameters | Description |
|---|---|
| enable | Input Boolean indicating whether to enable the back clipping plane |