Vizard 8 » Command Index » Vizard modules » spi » <spi>.clip
8.1

<spi>.clip

Set the values of the near and far planes

<spi>.clip(  
near  
far  
)  
near
The near value
far
The far value

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