BulletDebugNode

from panda3d.bullet import BulletDebugNode
class BulletDebugNode

Bases:

Bases: PandaNode

Inheritance diagram

Inheritance diagram of BulletDebugNode

__init__(param0: BulletDebugNode)
__init__(name: str)
property bounding_boxes bool

Getter Setter

If true, displays axis aligned bounding boxes for objects.

property constraints bool

Getter Setter

If true, display limits defined for constraints, e.g. a pivot axis or maximum amplitude.

drawMaskChanged()
static getClassType() panda3d.core.TypeHandle
getShowBoundingBoxes() bool
getShowConstraints() bool
getShowNormals() bool
getShowWireframe() bool
property normals bool

Getter Setter

If true, displays normal vectors for triangle mesh and heightfield faces.

showBoundingBoxes(show: bool)

If true, displays axis aligned bounding boxes for objects.

showConstraints(show: bool)

If true, display limits defined for constraints, e.g. a pivot axis or maximum amplitude.

showNormals(show: bool)

If true, displays normal vectors for triangle mesh and heightfield faces.

showWireframe(show: bool)

If true, displays collision shapes in wireframe mode.

property wireframe bool

Getter Setter

If true, displays collision shapes in wireframe mode.