BulletShape

from panda3d.bullet import BulletShape
class BulletShape

Bases:

Bases: TypedWritableReferenceCount

Inheritance diagram

Inheritance diagram of BulletShape

property concave bool
property convex bool
property convex_2d bool
static getClassType() panda3d.core.TypeHandle
getMargin() float
getName() str
getShapeBounds() panda3d.core.BoundingSphere

Returns the current bounds of this collision shape.

property infinite bool
isConcave() bool
isConvex() bool
isConvex2d() bool
isInfinite() bool
isNonMoving() bool
isPolyhedral() bool
isSoftBody() bool
property margin float
property name char
property non_moving bool
property polyhedral bool
setMargin(margin: float)
property shape_bounds BoundingSphere

Returns the current bounds of this collision shape.

property soft_body bool