|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SceneGraphVisitor
SceneGraphVisitorAdapter
is used to traverse the scene
graph tree.
Use by calling Spatial.depthFirstTraversal(com.jme3.scene.SceneGraphVisitor)
or Spatial.breadthFirstTraversal(com.jme3.scene.SceneGraphVisitor)
.
Method Summary | |
---|---|
void |
visit(Spatial spatial)
Called when a spatial is visited in the scene graph. |
Method Detail |
---|
void visit(Spatial spatial)
spatial
- The visited spatial
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |