Open topic with navigation
<spi>.clip
Set the values of the near and far planes
Remarks
This function allows the developer to set the near and far clipping planes. By default, SPI extracts and
computes the near and far clipping plane values from the projection matrix supplied to the OpenGL pipeline
by the application. The API will scale the near value as near / sqrt( 2.0 ) and the far by far * sqrt( 2.0 ).
NOTE: Causes the channel to be re-meshed.
Return Value
None