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.

draw_mask_changed()
static get_class_type() panda3d.core.TypeHandle
get_show_bounding_boxes() bool
get_show_constraints() bool
get_show_normals() bool
get_show_wireframe() bool
property normals bool

Getter Setter

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

show_bounding_boxes(show: bool)

If true, displays axis aligned bounding boxes for objects.

show_constraints(show: bool)

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

show_normals(show: bool)

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

show_wireframe(show: bool)

If true, displays collision shapes in wireframe mode.

property wireframe bool

Getter Setter

If true, displays collision shapes in wireframe mode.