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 get_class_type() panda3d.core.TypeHandle
get_margin() float
get_name() str
get_shape_bounds() panda3d.core.BoundingSphere

Returns the current bounds of this collision shape.

property infinite bool
is_concave() bool
is_convex() bool
is_convex_2d() bool
is_infinite() bool
is_non_moving() bool
is_polyhedral() bool
is_soft_body() bool
property margin float
property name char
property non_moving bool
property polyhedral bool
set_margin(margin: float)
property shape_bounds BoundingSphere

Returns the current bounds of this collision shape.

property soft_body bool