| java.lang.Object org.jdesktop.j3d.utils.scenegraph.traverser.BehaviorSetEnable
BehaviorSetEnable | public class BehaviorSetEnable extends Object (Code) | | Set the enable flag on behaviors in the tree
author: Paul Byrne version: 1.4, 01/18/02 |
setBehaviorEnable | public static void setBehaviorEnable(javax.media.j3d.Node treeRoot, boolean enable)(Code) | | Traverse the graph setting the polygon mode in all PolygonAttributes.
If createAttribute is false on PolygonAttribute objects that already
exist are modified.
If craeteAttribute is true, PolygonAttributes and Appearance objects will
be created as necessary
|
|
|