src/shapes/Shape.js:8
 Base class for shapes
calculateLocalInertia
 Defined in
 src/shapes/Shape.js:68
 
Calculates the inertia in the local frame for this shape.
updateBoundingSphereRadius
 Defined in
 src/shapes/Shape.js:50
 
Computes the bounding sphere radius. The result is stored in the property .boundingSphereRadius
boundingSphereRadius
 Defined in
 src/shapes/Shape.js:31
 
The local bounding sphere radius of this shape.
collisionResponse
 Defined in
 src/shapes/Shape.js:37
 
Whether to produce contact forces when in contact with other bodies. Note that contacts will be generated, but they will be disabled.
type
 Defined in
 src/shapes/Shape.js:23
 
The type of this shape. Must be set to an int > 0 by subclasses.