Package | Description |
---|---|
rajawali | |
rajawali.animation.mesh | |
rajawali.bounds | |
rajawali.parser | |
rajawali.primitives | |
rajawali.renderer | |
rajawali.util | |
rajawali.visitors |
Modifier and Type | Method and Description |
---|---|
BaseObject3D |
BaseObject3D.clone() |
BaseObject3D |
BaseObject3D.clone(boolean copyMaterial) |
BaseObject3D |
ChaseCamera.getChasedObject() |
BaseObject3D |
BaseObject3D.getChildAt(int index) |
BaseObject3D |
BaseObject3D.getChildByName(java.lang.String name) |
BaseObject3D |
ChaseCamera.getObjectToChase() |
Modifier and Type | Method and Description |
---|---|
void |
BaseObject3D.addChild(BaseObject3D child) |
int |
BaseObject3D.compareTo(BaseObject3D another)
Compares one object's depth to another object's depth
|
void |
BaseObject3D.removeChild(BaseObject3D child) |
void |
ChaseCamera.setObjectToChase(BaseObject3D objectToChase) |
Constructor and Description |
---|
ChaseCamera(Number3D cameraOffset,
float slerpFactor,
BaseObject3D objectToChase) |
Modifier and Type | Class and Description |
---|---|
class |
AAnimationObject3D |
class |
VertexAnimationObject3D |
Modifier and Type | Method and Description |
---|---|
BaseObject3D |
IBoundingVolume.getVisual() |
BaseObject3D |
BoundingSphere.getVisual() |
BaseObject3D |
BoundingBox.getVisual() |
Modifier and Type | Method and Description |
---|---|
BaseObject3D |
IParser.getParsedObject() |
BaseObject3D |
AParser.getParsedObject() |
Modifier and Type | Class and Description |
---|---|
class |
Cube |
class |
Line3D |
class |
Particle |
class |
Plane |
class |
Sphere |
Modifier and Type | Method and Description |
---|---|
java.util.Stack<BaseObject3D> |
RajawaliRenderer.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
RajawaliRenderer.addChild(BaseObject3D child) |
boolean |
RajawaliRenderer.removeChild(BaseObject3D child) |
Modifier and Type | Method and Description |
---|---|
void |
OnObjectPickedListener.onObjectPicked(BaseObject3D object) |
void |
ObjectColorPicker.registerObject(BaseObject3D object) |
Constructor and Description |
---|
MeshExporter(BaseObject3D objectToExport) |
Modifier and Type | Method and Description |
---|---|
BaseObject3D |
RayPickingVisitor.getPickedObject() |