| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.rendering.mesh | |
| org.achtern.AchternEngine.core.scenegraph.bounding | |
| org.achtern.AchternEngine.core.scenegraph.scanning |
| Modifier and Type | Field and Description |
|---|---|
protected BoundingBox |
Mesh.bb |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
Mesh.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
Mesh.setBoundingBox(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBox.copy(BoundingBox copy) |
BoundingBox |
BoundingBox.fromPoints(List<Vector3f> vectors)
Calculates a BoundingBox from list of points (Vector3f s).
|
BoundingBox |
BoundingBox.fromPoints(List<Vector3f> vectors,
float padding)
Calculates a BoundingBox from list of points (Vector3f s).
|
BoundingBox |
BoundingBox.fromVertices(Vertex[] vertices)
Calculates a BoundingBox from Vertex Array.
|
BoundingBox |
BoundingBox.fromVertices(Vertex[] vertices,
float padding)
Calculates a BoundingBox from Vertex Array.
|
BoundingBox |
BoundingBox.merge(BoundingBox bb) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBox.copy(BoundingBox copy) |
boolean |
BoundingBox.intersects(BoundingBox bb) |
static Node |
BoundingBox.makeNode(BoundingBox bb) |
BoundingBox |
BoundingBox.merge(BoundingBox bb) |
| Constructor and Description |
|---|
BoundingBox(BoundingBox copy) |
| Modifier and Type | Field and Description |
|---|---|
protected BoundingBox |
FigureRetriever.bb
Complete BoundingBox
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
FigureRetriever.getCompleteBoundingBox()
Merges all BoundingBoxes of the meshes.
|
Copyright © 2014. All rights reserved.