com.bulletphysics.collision.shapes
Class ScaledBvhTriangleMeshShape
java.lang.Object
   com.bulletphysics.collision.shapes.CollisionShape
com.bulletphysics.collision.shapes.CollisionShape
       com.bulletphysics.collision.shapes.ConcaveShape
com.bulletphysics.collision.shapes.ConcaveShape
           com.bulletphysics.collision.shapes.ScaledBvhTriangleMeshShape
com.bulletphysics.collision.shapes.ScaledBvhTriangleMeshShape
- public class ScaledBvhTriangleMeshShape 
- extends ConcaveShape
The ScaledBvhTriangleMeshShape allows to instance a scaled version of an existing
 BvhTriangleMeshShape. Note that each BvhTriangleMeshShape still can
 have its own local scaling, independent from this ScaledBvhTriangleMeshShape 'localScaling'.
 
 
 
 
 
ScaledBvhTriangleMeshShape
public ScaledBvhTriangleMeshShape(BvhTriangleMeshShape childShape,
                                  Vector3f localScaling)
getChildShape
public BvhTriangleMeshShape getChildShape()
- 
 
processAllTriangles
public void processAllTriangles(TriangleCallback callback,
                                Vector3f aabbMin,
                                Vector3f aabbMax)
- 
- Specified by:
- processAllTrianglesin class- ConcaveShape
 
- 
 
getAabb
public void getAabb(Transform trans,
                    Vector3f aabbMin,
                    Vector3f aabbMax)
- 
- Specified by:
- getAabbin class- CollisionShape
 
- 
 
getShapeType
public BroadphaseNativeType getShapeType()
- 
- Specified by:
- getShapeTypein class- CollisionShape
 
- 
 
setLocalScaling
public void setLocalScaling(Vector3f scaling)
- 
- Specified by:
- setLocalScalingin class- CollisionShape
 
- 
 
getLocalScaling
public Vector3f getLocalScaling(Vector3f out)
- 
- Specified by:
- getLocalScalingin class- CollisionShape
 
- 
 
calculateLocalInertia
public void calculateLocalInertia(float mass,
                                  Vector3f inertia)
- 
- Specified by:
- calculateLocalInertiain class- CollisionShape
 
- 
 
getName
public String getName()
- 
- Specified by:
- getNamein class- CollisionShape
 
-