Class iicm.vrml.vrwave.pwdat.IndexedFaceSetData
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iicm.vrml.vrwave.pwdat.IndexedFaceSetData

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

public class IndexedFaceSetData
extends Object
IndexedFaceSetData - additional IndexedFaceSet attributes. Copyright (c) 1997 IICM

Variable Index

 o color_
 o convexify_
 o coords_
 o fnormals_
 o newcolorinds_
 o newtexcoordinds_
 o normalindex_
 o normallist_
 o numfaces_
 o texcoords_

Constructor Index

 o IndexedFaceSetData()

Variables

 o coords_
  public MFVec3f coords_
 o numfaces_
  public int numfaces_
 o fnormals_
  public FloatArray fnormals_
 o texcoords_
  public float texcoords_[]
 o color_
  public MFColor color_
 o normallist_
  public float normallist_[]
 o normalindex_
  public int normalindex_[]
 o convexify_
  public IntArray convexify_
 o newcolorinds_
  public IntArray newcolorinds_
 o newtexcoordinds_
  public IntArray newtexcoordinds_

Constructors

 o IndexedFaceSetData
  public IndexedFaceSetData()

All Packages  Class Hierarchy  This Package  Previous  Next  Index