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