Class iicm.vrml.pw.Material
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.Material
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.AppearNode
|
+----iicm.vrml.pw.Material
- public class Material
- extends AppearNode
-
ambientIntensity
-
-
diffuseColor
-
-
emissiveColor
-
-
shininess
-
-
specularColor
-
-
transparency
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
ambientIntensity
public SFFloat ambientIntensity
shininess
public SFFloat shininess
transparency
public SFFloat transparency
diffuseColor
public SFColor diffuseColor
emissiveColor
public SFColor emissiveColor
specularColor
public SFColor specularColor
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class Node
traverse
public void traverse(Traverser t)
- must call appropriate method of Traverser for node traversal
- Overrides:
- traverse in class Node
All Packages Class Hierarchy This Package Previous Next Index