Physics debug mode: Difference between revisions
Jump to navigation
Jump to search
CrosRoad95 (talk | contribs) (Created page with "===Physics properties=== used in *physicsSetDebugMode {|class="wikitable sortable" |- ! Name || Parametrs || Description |- | nodebug || bool || If set to true, resets de...") |
CrosRoad95 (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===Physics | ===Physics debug modes=== | ||
used in | used in | ||
*[[physicsSetDebugMode]] | *[[physicsSetDebugMode]] | ||
Line 7: | Line 7: | ||
! Name || Parametrs || Description | ! Name || Parametrs || Description | ||
|- | |- | ||
| nodebug || bool || If set to true, | | nodebug || bool || If set to true, disable all debug modes | ||
|- | |- | ||
| drawwireframe || bool || | | drawwireframe || bool || enables/disables wireframe rendering | ||
|- | |- | ||
| drawaabb|| bool || | | drawaabb|| bool || shows bounding boxes of rigid bodies and static collisions | ||
|- | |- | ||
| drawfeaturestext || bool || todo | | drawfeaturestext || bool || todo, not implemented yet | ||
|- | |- | ||
| drawcontactpoints || bool || | | drawcontactpoints || bool || draws little yellow lines in points of contact | ||
|- | |- | ||
| nodeactivation || bool || cause all rigid bodies are all time activated | | nodeactivation || bool || cause all rigid bodies are all time activated | ||
|- | |- | ||
| nohelptext || bool || todo | | nohelptext || bool || todo, not implemented yet | ||
|- | |- | ||
| drawtext || bool || todo | | drawtext || bool || todo, not implemented yet | ||
|- | |- | ||
| profiletimings || bool || todo | | profiletimings || bool || todo, not implemented yet | ||
|- | |- | ||
| enablesatcomparison || bool || todo | | enablesatcomparison || bool || todo |
Latest revision as of 17:34, 18 February 2020
Physics debug modes
used in
Name | Parametrs | Description |
---|---|---|
nodebug | bool | If set to true, disable all debug modes |
drawwireframe | bool | enables/disables wireframe rendering |
drawaabb | bool | shows bounding boxes of rigid bodies and static collisions |
drawfeaturestext | bool | todo, not implemented yet |
drawcontactpoints | bool | draws little yellow lines in points of contact |
nodeactivation | bool | cause all rigid bodies are all time activated |
nohelptext | bool | todo, not implemented yet |
drawtext | bool | todo, not implemented yet |
profiletimings | bool | todo, not implemented yet |
enablesatcomparison | bool | todo |
disablebulletlcp | bool | todo |
enableccd | bool | todo |
drawconstraints | bool | todo |
drawconstraintlimits | bool | todo |
fastwireframe | bool | todo |
drawnormals | bool | draws normals |
drawframes | bool | todo |
linewidth | float | changes width of debugging line |