Uses of Interface
de.jreality.geometry.GeometryFactory

Packages that use GeometryFactory
de.jreality.geometry This package contains geometry related utilities. 
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
 

Uses of GeometryFactory in de.jreality.geometry
 

Classes in de.jreality.geometry that implement GeometryFactory
 class AbstractGeometryFactory
          The grandfather of all the jReality geometry factories.
 class AbstractIndexedFaceSetFactory
          This class implements the functionality of the API class IndexedFaceSetFactory.
 class AbstractIndexedLineSetFactory
           
 class AbstractPointSetFactory
           
 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 IndexedLineSetFactory
          This is a factory class for constructing and editing instances of IndexedLineSet.
 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 PointSetFactory
          A factory class for creating and updating point sets.
 class QuadMeshFactory
          This factory class supports creating and editing of quad meshes, that is, regular meshes of quadrilaterals.
 

Uses of GeometryFactory in de.jreality.scene
 

Methods in de.jreality.scene with parameters of type GeometryFactory
static void Scene.updateFactories(GeometryFactory... factories)
          not yet tested...