Package | Description |
---|---|
vona.j3d |
Vona's utils: Java3D stuff.
|
Modifier and Type | Field and Description |
---|---|
JOGLGeometry.Format |
JOGLGeometry.format
The vertex format for this geometry.
|
Modifier and Type | Method and Description |
---|---|
static JOGLGeometry.Format |
JOGLGeometry.j3dFormatToJOGLFormat(int j3dFormat)
map a Java3D vertex format to a
JOGLGeometry.Format |
static JOGLGeometry.Format |
JOGLGeometry.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JOGLGeometry.Format[] |
JOGLGeometry.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JOGLEdgedFacetedWidget(int faceMode,
JOGLGeometry.Format faceFormat,
int faceNumVertices,
int faceNumArrays,
int edgeMode,
JOGLGeometry.Format edgeFormat,
int edgeNumVertices,
int edgeNumArrays)
constructs a new JOGLEdgedFacetedWidget with the given params
|
JOGLGeometry(int mode,
JOGLGeometry.Format format,
int numVertices)
makes a new empty geometry, not indexed, one array
|
JOGLGeometry(int mode,
JOGLGeometry.Format format,
int numVertices,
int numArrays)
makes a new empty geometry, not indexed
|
JOGLGeometry(int mode,
JOGLGeometry.Format format,
int numVertices,
int numIndices,
int numArrays)
Makes a new empty geometry.
|