IRendererAspectPickFromWorldFrustum Method |
A check to see if the desired frustum intersects with this aspect.
Namespace: Demo3D.Visuals.RenderersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxbool PickFromWorldFrustum(
IDisplay display,
Plane[] frustum
)
Parameters
- display IDisplay
- The current display.
- frustum Plane
- The frustum to test
Return Value
BooleanTrue if the frustum intersects, otherwise false.
See Also