Uses of Class
de.jreality.geometry.AbstractIndexedFaceSetFactory

Packages that use AbstractIndexedFaceSetFactory
de.jreality.geometry This package contains geometry related utilities. 
 

Uses of AbstractIndexedFaceSetFactory in de.jreality.geometry
 

Subclasses of AbstractIndexedFaceSetFactory in de.jreality.geometry
 class AbstractQuadMeshFactory
           
 class HeightFieldFactory
          A factory for generating instances of IndexedFaceSet which are defined by a height field.
 class IndexedFaceSetFactory
          This factory classes can be used to create and edit instances of IndexedFaceSet.
 class ParametricSurfaceFactory
          This factory specializes the QuadMeshFactory further, replacing the explicit definition of the vertex coordinates with a functional definition.
 class ParametricTriangularSurfaceFactory
          This class is similar to ParametricSurfaceFactory but it works with a triangular rather than rectangular parametric domain.
 class QuadMeshFactory
          This factory class supports creating and editing of quad meshes, that is, regular meshes of quadrilaterals.