Interface: IFrustumCuller
IFrustumCuller represents a structure that can determine if shapes are outside of a frustum and if they should be culled.
Implemented by
Table of contents
Methods
Methods
Cull
▸ Cull(frustumPlaneShape: IShape, shape: IShape): boolean
Parameters:
| Name | Type |
|---|---|
frustumPlaneShape |
IShape |
shape |
IShape |
Returns: boolean