Class GeometryHolder

java.lang.Object
org.web3d.vrml.renderer.common.nodes.GeometryHolder

public class GeometryHolder extends Object
Data representation of geometry information that is created through the various generator classes in this package.

This class is similar to the j3d.org GeometryHolder class. It includes data like fogCoordinates and vertex attribs and the ability to store multiple data sets. This data representation is used to hold information needed to generate geometry from one of the generator classes in this package. In general, data does not get filled in for items that are not requested.

The type of data to be produced can be changed with each call. While it is possible to ask for both 2D and 3D texture coordinates, the code will only generate 2D values if asked.

Version:
$Revision: 1.2 $
Author:
Justin Couch, Alan Hudson