Package | Description |
---|---|
vona.j3d |
Vona's utils: Java3D stuff.
|
Modifier and Type | Class and Description |
---|---|
static class |
J3DUtils.ApplyingShapeHandler
Generic
J3DUtils.ShapeHandler impl that delegates to an object
implementing an apply(Object[]) method. |
Modifier and Type | Method and Description |
---|---|
static void |
J3DUtils.traverseShapes(javax.media.j3d.Node root,
J3DUtils.ShapeHandler shapeHandler)
DFS the scene graph starting at root passing each encountered
Shape3D to shapeHandler.
|
protected static boolean |
J3DUtils.traverseShapes(javax.media.j3d.Node root,
J3DUtils.ShapeHandler shapeHandler,
java.util.Set<javax.media.j3d.SharedGroup> visitedSharedGroups)
|
static void |
J3DUtils.traverseShapes(com.sun.j3d.loaders.Scene scene,
J3DUtils.ShapeHandler shapeHandler)
|