j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class TreeCleaner

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.TreeCleaner

public class TreeCleaner
extends Object

Description of the Class


Constructor Summary
TreeCleaner()
           
 
Method Summary
static void cleanSubgraph(Node implNode)
          Clears pickable and collidable flags in Shape3Ds in the subgraph under the input node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeCleaner

public TreeCleaner()
Method Detail

cleanSubgraph

public static void cleanSubgraph(Node implNode)
                          throws RestrictedAccessException
Clears pickable and collidable flags in Shape3Ds in the subgraph under the input node. The pickable flag is set to false if there are no groups above the Shape3D with ENABLE_PICK_REPORTING set. The collidable flag on Shape3ds is always set to false.

Parameters:
implNode - Description of the Parameter
Throws:
RestrictedAccessException - Description of the Exception

j3d-vrml97-0.1.0

Todo: put BSD License reference here..