|
CubeTwister 2.0alpha142 2012-02-11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Node3D
Represents a node of a three dimensional universe.
| Method Summary | |
|---|---|
void |
addVisibleFacesTo(java.util.List<Face3D> v,
Transform3D t,
Point3D observer)
Adds all faces to the vector that are visible when this Node3D is transformed by the given Transform3D. |
| Method Detail |
|---|
void addVisibleFacesTo(java.util.List<Face3D> v,
Transform3D t,
Point3D observer)
v - The list to which the faces are added.t - This transform is applied to the faces
before they are tested for visibility
and added to the vector.observer - Coords of the observer.
|
(c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||