BulletPlaneShape
from panda3d.bullet import BulletPlaneShape
- class BulletPlaneShape
Bases:
Bases:
BulletShape
Inheritance diagram
- __init__(copy: BulletPlaneShape)
- __init__(plane: panda3d.core.LPlane)
Creates a plane shape from a plane definition.
- __init__(normal: panda3d.core.LVector3, constant: float)
- static getClassType() panda3d.core.TypeHandle
- getPlane() panda3d.core.LPlane
- getPlaneNormal() panda3d.core.LVector3
- static makeFromSolid(solid: panda3d.core.CollisionPlane) BulletPlaneShape