Package | Description |
---|---|
vona.dae.util |
COLLADA 1.5.0 import/export utilities.
|
vona.j3d |
Vona's utils: Java3D stuff.
|
Modifier and Type | Method and Description |
---|---|
JOGLGeometry |
DAEUtils.daePrimsToJOGLGeometry(DAEObject prims)
Convert a DAE geometric primitives object (e.g.
|
Modifier and Type | Method and Description |
---|---|
vona.dae.jaxb.dae.MeshType |
DAEUtils.joglGeometryToDAEMesh(JOGLGeometry geometry)
DAEUtils.joglGeometryToDAEMesh(JOGLGeometry, RX, DAEObject) , no
rx, no context. |
vona.dae.jaxb.dae.MeshType |
DAEUtils.joglGeometryToDAEMesh(JOGLGeometry geometry,
RX rx)
|
vona.dae.jaxb.dae.MeshType |
DAEUtils.joglGeometryToDAEMesh(JOGLGeometry geometry,
RX rx,
DAEObject context)
Convert a
JOGLGeometry into a corresponding COLLADA "mesh". |
Modifier and Type | Field and Description |
---|---|
JOGLGeometry |
Widget.dbgNormalsGeometry
DBG normal geometry if non-null, see
Widget.updateDBGNormals(int,
float) . |
JOGLGeometry |
Widget.dbgSpheresGeometry
dbg spheres geometry if non-null, see
Widget.updateDBGSpheres(int) |
protected JOGLGeometry |
JOGLEdgedFacetedWidget.edgeGeometry
the edge geometry
|
protected JOGLGeometry |
JOGLEdgedFacetedWidget.faceGeometry
the face geometry
|
protected JOGLGeometry |
CurveWidget.geometry
the geometry
|
protected JOGLGeometry |
AxesWidget.geometry
the geometry
|
protected JOGLGeometry |
J3DVertexAccessor.jg
currently referenced
JOGLGeometry , if any |
protected JOGLGeometry |
J3DPrimitiveIterator.jg
currently referenced
JOGLGeometry , if any |
protected JOGLGeometry |
J3DIndexAccessor.jg
currently referenced
JOGLGeometry , if any |
Modifier and Type | Method and Description |
---|---|
static JOGLGeometry |
JOGLGeometry.extract(javax.media.j3d.GeometryArray geometryArray)
Covers
extract(GeometryArray, int, PrintStream) , no error
stream, extract all vertex components. |
static JOGLGeometry |
JOGLGeometry.extract(javax.media.j3d.GeometryArray geometryArray,
int formatMask)
Covers
extract(GeometryArray, int, PrintStream) , no error
stream. |
static JOGLGeometry |
JOGLGeometry.extract(javax.media.j3d.GeometryArray geometryArray,
int j3dFormatMask,
java.io.PrintStream errorStream)
Extract the data from an existing Java3D
GeometryArray into a
new JOGLGeometry . |
Modifier and Type | Method and Description |
---|---|
boolean |
J3DVertexAccessor.checkFormat(JOGLGeometry jg)
Similar to
J3DVertexAccessor.checkFormat(GeometryArray) . |
boolean |
J3DVertexAccessor.J3DInterleavedBufferVertexAccessor.checkFormat(JOGLGeometry jg)
this impl returns true
|
boolean |
J3DPrimitiveIterator.checkFormat(JOGLGeometry jg)
|
boolean |
J3DPrimitiveIterator.J3DTriangleStripIterator.checkFormat(JOGLGeometry jg)
|
boolean |
J3DPrimitiveIterator.J3DTriangleFanIterator.checkFormat(JOGLGeometry jg)
|
boolean |
J3DPrimitiveIterator.J3DLineStripIterator.checkFormat(JOGLGeometry jg)
|
boolean |
J3DPrimitiveIterator.JOGLQuadStripIterator.checkFormat(JOGLGeometry jg)
|
boolean |
J3DIndexAccessor.checkFormat(JOGLGeometry jg)
|
boolean |
J3DIndexAccessor.JOGLIndexAccessor.checkFormat(JOGLGeometry jg)
this impl checks
isIndexed() |
static J3DIndexAccessor |
J3DIndexAccessor.cons(JOGLGeometry jg)
similar to
J3DIndexAccessor.cons(IndexedGeometryArray) |
static J3DVertexAccessor |
J3DVertexAccessor.cons(JOGLGeometry jg,
boolean... enableComponent)
|
static J3DPrimitiveIterator |
J3DPrimitiveIterator.cons(JOGLGeometry jg,
boolean... enableComponent)
|
J3DIndexAccessor |
J3DIndexAccessor.reset(JOGLGeometry jg)
similar to
J3DIndexAccessor.reset(IndexedGeometryArray) |
J3DIndexAccessor |
J3DIndexAccessor.JOGLIndexAccessor.reset(JOGLGeometry jg)
similar to
J3DIndexAccessor.reset(IndexedGeometryArray) |
J3DVertexAccessor |
J3DVertexAccessor.reset(JOGLGeometry jg,
boolean... enableComponent)
|
J3DVertexAccessor |
J3DVertexAccessor.J3DInterleavedBufferVertexAccessor.reset(JOGLGeometry jg,
boolean... enableComponent)
|
J3DPrimitiveIterator |
J3DPrimitiveIterator.reset(JOGLGeometry jg,
boolean... enableComponent)
|
J3DPrimitiveIterator |
J3DPrimitiveIterator.J3DStripIterator.reset(JOGLGeometry jg,
boolean... enableComponent)
|
J3DPrimitiveIterator |
J3DPrimitiveIterator.J3DLineStripIterator.reset(JOGLGeometry jg,
boolean... enableComponent)
|