| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.TreeCleaner
TreeCleaner | public class TreeCleaner (Code) | | Description of the Class
|
Field Summary | |
final static boolean | debug |
debug | final static boolean debug(Code) | | |
clean | static void clean(javax.media.j3d.Node node, int pickingFlag, Hashtable sharedGroups)(Code) | | Description of the Method
Parameters: node - Description of the Parameter Parameters: pickingFlag - Description of the Parameter Parameters: sharedGroups - Description of the Parameter |
cleanSubgraph | public static void cleanSubgraph(javax.media.j3d.Node implNode) throws RestrictedAccessException(Code) | | 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 exception: RestrictedAccessException - Description of the Exception |
|
|