|
String | GetName () |
|
void | SetName (String val) |
|
PrimitiveShapeList | GetShapes () |
|
AABox | GetBoundingBox () |
|
void | SetBoundingBox (AABox val) |
|
CompoundShape | Clone () |
|
void | SetMaterial (MaterialInstance material) |
|
void | SetColor (Vector3 color) |
|
void | UpdateBoundingBox () |
|
void | AddTargetName (String name, long id) |
|
void | UpdateMorphTargets () |
|
void | Clear () |
|
void | Add (PrimitiveShape shape) |
|
void | AddPrimitive (PrimitiveShape shape) |
|
void | Add (BufferGeometry geometry, MaterialInstance material) |
|
void | AddGeometry (BufferGeometry geometry, MaterialInstance material) |
|
void | Add (BufferGeometry geometry, MaterialInstance material, Vector3 color, short lineWidth) |
|
void | AddGeometryWithColor (BufferGeometry geometry, MaterialInstance material, Vector3 color, short lineWidth) |
|
long | GetCount () |
|
PrimitiveShape | GetPrimitive (long idx) |
|