iicm.vrml.pw
Class IndexedFaceSet
java.lang.Object
|
+--iicm.vrml.pw.Node
|
+--iicm.vrml.pw.Geometry
|
+--iicm.vrml.pw.IndexedFaceSet
- public class IndexedFaceSet
- extends Geometry
Method Summary |
java.lang.String |
nodeName()
the node's name |
void |
traverse(Traverser t)
must call appropriate method of Traverser for node traversal |
void |
writeSubfields(java.io.PrintStream os,
java.util.Hashtable wrefs)
write subfields (inside {}) to outputstream |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
color
public SFNode color
coord
public SFNode coord
normal
public SFNode normal
texCoord
public SFNode texCoord
ccw
public SFBool ccw
colorPerVertex
public SFBool colorPerVertex
convex
public SFBool convex
normalPerVertex
public SFBool normalPerVertex
solid
public SFBool solid
set_colorIndex
public MFInt32 set_colorIndex
set_coordIndex
public MFInt32 set_coordIndex
set_normalIndex
public MFInt32 set_normalIndex
set_texCoordIndex
public MFInt32 set_texCoordIndex
colorIndex
public MFInt32 colorIndex
coordIndex
public MFInt32 coordIndex
normalIndex
public MFInt32 normalIndex
texCoordIndex
public MFInt32 texCoordIndex
creaseAngle
public SFFloat creaseAngle
nodeName
public java.lang.String nodeName()
- Description copied from class: Node
- the node's name
- Overrides:
- nodeName in class Node
traverse
public void traverse(Traverser t)
- Description copied from class: Node
- must call appropriate method of Traverser for node traversal
- Overrides:
- traverse in class Node
writeSubfields
public void writeSubfields(java.io.PrintStream os,
java.util.Hashtable wrefs)
- Description copied from class: Node
- write subfields (inside {}) to outputstream
- Overrides:
- writeSubfields in class Node