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 get_class_type() panda3d.core.TypeHandle
- get_plane() panda3d.core.LPlane
- get_plane_normal() panda3d.core.LVector3
- static make_from_solid(solid: panda3d.core.CollisionPlane) BulletPlaneShape