mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
bullet: Add some API documentation strings for BulletDebugNode
This commit is contained in:
parent
c1888ba437
commit
9587965c5d
@ -20,7 +20,7 @@ INLINE BulletDebugNode::
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* If true, displays collision shapes in wireframe mode.
|
||||||
*/
|
*/
|
||||||
INLINE void BulletDebugNode::
|
INLINE void BulletDebugNode::
|
||||||
show_wireframe(bool show) {
|
show_wireframe(bool show) {
|
||||||
@ -39,7 +39,8 @@ get_show_wireframe() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* If true, display limits defined for constraints, e.g. a pivot axis or maximum
|
||||||
|
* amplitude.
|
||||||
*/
|
*/
|
||||||
INLINE void BulletDebugNode::
|
INLINE void BulletDebugNode::
|
||||||
show_constraints(bool show) {
|
show_constraints(bool show) {
|
||||||
@ -58,7 +59,7 @@ get_show_constraints() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* If true, displays axis aligned bounding boxes for objects.
|
||||||
*/
|
*/
|
||||||
INLINE void BulletDebugNode::
|
INLINE void BulletDebugNode::
|
||||||
show_bounding_boxes(bool show) {
|
show_bounding_boxes(bool show) {
|
||||||
@ -77,7 +78,7 @@ get_show_bounding_boxes() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* If true, displays normal vectors for triangle mesh and heightfield faces.
|
||||||
*/
|
*/
|
||||||
INLINE void BulletDebugNode::
|
INLINE void BulletDebugNode::
|
||||||
show_normals(bool show) {
|
show_normals(bool show) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user