BulletMultiSphereShape

from panda3d.bullet import BulletMultiSphereShape
class BulletMultiSphereShape

Bases:

Bases: BulletShape

Inheritance diagram

Inheritance diagram of BulletMultiSphereShape

__init__(copy: BulletMultiSphereShape)
__init__(points: panda3d.core.PTA_LVecBase3, radii: panda3d.core.PTA_stdfloat)
assign(copy: BulletMultiSphereShape) BulletMultiSphereShape
static getClassType() panda3d.core.TypeHandle
getSphereCount() int
getSpherePos(index: int) panda3d.core.LPoint3
getSphereRadius(index: int) float
property sphere_count int
property sphere_pos Sequence[LPoint3]
property sphere_radius Sequence[float]