iicm.vrml.vrwave.pwdat
Class IndexedFaceSetData

java.lang.Object
  |
  +--iicm.vrml.vrwave.pwdat.IndexedFaceSetData

public class IndexedFaceSetData
extends java.lang.Object

IndexedFaceSetData - additional IndexedFaceSet attributes. Copyright 1998 IICM, Graz University of Technology.


Field Summary
 MFColor color_
           
 IntArray convexify_
           
 MFVec3f coords_
           
 FloatArray fnormals_
           
 IntArray newcolorinds_
           
 IntArray newtexcoordinds_
           
 int[] normalindex_
           
 float[] normallist_
           
 int numfaces_
           
 float[] texcoords_
           
 
Constructor Summary
IndexedFaceSetData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coords_

public MFVec3f coords_

numfaces_

public int numfaces_

fnormals_

public FloatArray fnormals_

texcoords_

public float[] texcoords_

color_

public MFColor color_

normallist_

public float[] normallist_

normalindex_

public int[] normalindex_

convexify_

public IntArray convexify_

newcolorinds_

public IntArray newcolorinds_

newtexcoordinds_

public IntArray newtexcoordinds_
Constructor Detail

IndexedFaceSetData

public IndexedFaceSetData()