Uses of Class
de.jreality.geometry.AbstractQuadMeshFactory

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

Uses of AbstractQuadMeshFactory in de.jreality.geometry
 

Subclasses of AbstractQuadMeshFactory in de.jreality.geometry
 class HeightFieldFactory
          A factory for generating instances of IndexedFaceSet which are defined by a height field.
 class ParametricSurfaceFactory
          This factory specializes the QuadMeshFactory further, replacing the explicit definition of the vertex coordinates with a functional definition.
 class QuadMeshFactory
          This factory class supports creating and editing of quad meshes, that is, regular meshes of quadrilaterals.