|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Geometry in org.jagatoo.loaders.models.collada.datastructs.controllers |
|---|
| Methods in org.jagatoo.loaders.models.collada.datastructs.controllers that return Geometry | |
|---|---|
Geometry |
SkeletalController.updateDestinationGeometry(long currTime)
|
| Uses of Geometry in org.jagatoo.loaders.models.collada.datastructs.geometries |
|---|
| Subclasses of Geometry in org.jagatoo.loaders.models.collada.datastructs.geometries | |
|---|---|
class |
PolygonsGeometry
COLLADA Polygons Geometry contains geometry loaded from a COLLADA file which has the "polygon" format |
class |
TrianglesGeometry
COLLADA Geometry which has been loaded from a COLLADA file with the format "triangles". |
| Fields in org.jagatoo.loaders.models.collada.datastructs.geometries declared as Geometry | |
|---|---|
protected Geometry |
GeometryProvider.destinationGeometry
The destination geometry : it will contain the result of the computations of this COLLADAController |
| Methods in org.jagatoo.loaders.models.collada.datastructs.geometries that return Geometry | |
|---|---|
abstract Geometry |
Geometry.copy()
|
Geometry |
GeometryProvider.getDestinationGeometry()
|
abstract Geometry |
GeometryProvider.updateDestinationGeometry(long currentTime)
|
| Methods in org.jagatoo.loaders.models.collada.datastructs.geometries that return types with arguments of type Geometry | |
|---|---|
java.util.HashMap<java.lang.String,Geometry> |
LibraryGeometries.getGeometries()
|
| Methods in org.jagatoo.loaders.models.collada.datastructs.geometries with parameters of type Geometry | |
|---|---|
void |
GeometryProvider.setDestinationMesh(Geometry destinationGeometry)
|
| Uses of Geometry in org.jagatoo.loaders.models.collada.datastructs.visualscenes |
|---|
| Methods in org.jagatoo.loaders.models.collada.datastructs.visualscenes that return Geometry | |
|---|---|
Geometry |
GeometryInstance.getGeometry()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||