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