| java.lang.Object org.jdesktop.j3d.utils.scenegraph.traverser.ChangePolygonAttributes
ChangePolygonAttributes | public class ChangePolygonAttributes extends Object (Code) | | author: paulby version: |
setCullFace | public static void setCullFace(javax.media.j3d.Node treeRoot, int cullFace)(Code) | | Traverse the graph setting the cullFace in all Polygon Attributes
object that exist
|
setCullFace | public static void setCullFace(javax.media.j3d.Node treeRoot, int cullFace, boolean createAttribute)(Code) | | Traverse the graph setting the cullFace 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
|
setPolygonMode | public static void setPolygonMode(javax.media.j3d.Node treeRoot, int polygonMode)(Code) | | Traverse the graph setting the polygon mode in all Polygon Attributes
object that exist
|
setPolygonMode | public static void setPolygonMode(javax.media.j3d.Node treeRoot, int polygonMode, boolean createAttribute)(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
|
|
|