#include <ode/ode.h>#include <vrs/vrs.h>#include <vrs/glut/glutcanvas.h>#include <vrs/polygonsetbuilder.h>#include "Car3DS.h"#include "CarSimple.h"#include "random_utils/LogManager.h"#include "random_utils/ThreadSafeCanvas.h"#include "PhysicsManager.h"#include "PhysicsBody.h"#include "PhysicsJointBall.h"#include "SamplePlane.h"#include "SampleBox.h"#include "PlaneShape.h"#include "BoxShape.h"Include dependency graph for VrsTest.cpp:

Go to the source code of this file.
Classes | |
| class | VrsTest |
Defines | |
| #define | VRSODE_MULTITHREAD |
Functions | |
| void | dropBall (int p) |
| int | main (int p_argc, char **p_argv) |
Variables | |
| SO< SceneThing > | g_rootNode |
| #define VRSODE_MULTITHREAD |
Definition at line 22 of file VrsTest.cpp.
| void dropBall | ( | int | p | ) |
Definition at line 212 of file VrsTest.cpp.
References vrsode::CS_Box, and g_rootNode.
Referenced by VrsTest::keyEvent(), and main().
Here is the caller graph for this function:

| int main | ( | int | p_argc, | |
| char ** | p_argv | |||
| ) |
Definition at line 252 of file VrsTest.cpp.
References dropBall().
Here is the call graph for this function:

| SO<SceneThing> g_rootNode |
1.5.1