BulletCapsuleShape¶
from panda3d.bullet import BulletCapsuleShape
-
class
BulletCapsuleShape
¶ Bases:
BulletShape
Inheritance diagram
-
__init__
(copy: BulletCapsuleShape)¶
-
static
getClassType
() → panda3d.core.TypeHandle¶
-
static
makeFromSolid
(solid: panda3d.core.CollisionCapsule) → BulletCapsuleShape¶ Constructs a new
BulletCapsuleShape
using the information from aCollisionCapsule
from the builtin collision system.
-