Package | Description |
---|---|
de.jreality.geometry |
This package contains geometry related utilities.
|
de.jreality.plugin.geometry |
Modifier and Type | Class and Description |
---|---|
class |
HeightFieldFactory
A factory for generating instances of
IndexedFaceSet which
are defined by a height field. |
Modifier and Type | Method and Description |
---|---|
static QuadMeshFactory |
BezierPatchMesh.representBezierPatchMeshAsQuadMesh(BezierPatchMesh bpm,
int metric) |
static QuadMeshFactory |
BezierPatchMesh.representBezierPatchMeshAsQuadMeshFactory(QuadMeshFactory qmf,
BezierPatchMesh bpm,
int metric) |
static QuadMeshFactory |
SphereUtility.sphericalPatchFactory(double cU,
double cV,
double uSize,
double vSize,
int xDetail,
int yDetail,
double radius)
Generate a spherical patch.
|
Modifier and Type | Method and Description |
---|---|
static QuadMeshFactory |
BezierPatchMesh.representBezierPatchMeshAsQuadMeshFactory(QuadMeshFactory qmf,
BezierPatchMesh bpm,
int metric) |
Constructor and Description |
---|
QuadMeshFactoryCustomizer(QuadMeshFactory factory) |