|
j3d.org Code | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
ViewFrustum | A utility for tracking the ViewFrustum planes and determining if a triangle or point is visible. |
Generalised utility classes for all representing view frustum information.
The aim of this package is to provide an abstract representation of a view frustum for many different styles of application and algorithms.
The view frustum code uses features that are specific to Java3D 1.3 to access view projection matrix information.
To try to cope with some of these problems, a utility method is available to manually re-orientate the view frustum. The idea is that user code will move the viewpoint transformations, request the VWorld transformation matrix back and then apply that to the view frustum to give you a better idea of where the user is now going to be pointing in this frame. That should give more accurate results in the visual output over time.
|
j3d.org Code | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |