17 INLINE BulletDebugNode::
25 INLINE
void BulletDebugNode::
26 show_wireframe(
bool show) {
35 INLINE
bool BulletDebugNode::
36 get_show_wireframe()
const {
44 INLINE
void BulletDebugNode::
45 show_constraints(
bool show) {
54 INLINE
bool BulletDebugNode::
55 get_show_constraints()
const {
63 INLINE
void BulletDebugNode::
64 show_bounding_boxes(
bool show) {
73 INLINE
bool BulletDebugNode::
74 get_show_bounding_boxes()
const {
82 INLINE
void BulletDebugNode::
83 show_normals(
bool show) {
85 _drawer._normals = show;
91 INLINE
bool BulletDebugNode::
92 get_show_normals()
const {
94 return _drawer._normals;
virtual void draw_mask_changed()
Called after the node's DrawMask has been changed for any reason, this just provides a hook so derive...