Revision c38d81dd src/osgWrappers/introspection/SceneManager.cpp
| b/src/osgWrappers/introspection/SceneManager.cpp | ||
|---|---|---|
| 282 | 282 |
__void__setUpdateRate__float, |
| 283 | 283 |
"", |
| 284 | 284 |
"Sets the update delay for the physics engine (in seconds). The default is 0.02 seconds (ie, 50hz). "); |
| 285 |
I_Method2(void, detectCollision, IN, bool &, lastColState, IN, btCollisionWorld *, cw, |
|
| 286 |
Properties::NON_VIRTUAL, |
|
| 287 |
__void__detectCollision__bool_R1__btCollisionWorld_P1, |
|
| 288 |
"", |
|
| 289 |
""); |
|
| 285 | 290 |
I_SimpleProperty(std::vector< std::string >, AllNodeTypes, |
| 286 | 291 |
__std_vectorT1_std_string___getAllNodeTypes, |
| 287 | 292 |
0); |
| ... | ... | |
| 311 | 316 |
I_PublicMemberProperty(bool, graphicalMode); |
| 312 | 317 |
I_PublicMemberProperty(osg::ref_ptr< spin::GroupNode >, globalObserver); |
| 313 | 318 |
I_PublicMemberProperty(std::string, resourcesPath); |
| 319 |
I_PublicMemberProperty(bool, lastColState); |
|
| 320 |
I_PublicMemberProperty(btDynamicsWorld *, dynamicsWorld_); |
|
| 314 | 321 |
END_REFLECTOR |
| 315 | 322 |
|
| 316 | 323 |
TYPE_NAME_ALIAS(std::vector< osg::ref_ptr< spin::ReferencedNode > >, spin::nodeListType) |
Also available in: Unified diff