#include "SO3ContactCallBack.h"#include "SO3Body.h"#include "../SO3PhysicGraph/SO3MaterialPair.h"#include "../SO3SceneGraph/SO3NodeScol.h"#include "../SO3SceneGraph/SO3Scene.h"#include "../SCOLPack/SO3SCOL.h"Go to the source code of this file.
Functions | |
| int | getMaterialOverlapStartedCallback (mmachine m, int id, MCOLL *result) |
| C function that prepares the VM for the execution of the Physic Material Overlap callback. | |
| int | getMaterialContactCallback (mmachine m, int id, MCOLL *result) |
| C function that prepares the VM for the execution of the Physic Material Contact callback. | |
Variables | |
| HWND | hwndScol |
| Scol main windows. | |
| mmachine | mm |
| int | SO3_MATERIALPAIR_FLUID_CONTACT |
| callback identifier | |
C function that prepares the VM for the execution of the Physic Material Contact callback.
| m | : current machine |
| h | : main scol window |
| msg | : message |
| id | : pointer of the obj |
| param | : data pointer |
| ret | : user parameter |
Definition at line 68 of file SCOLPhysics.cpp.
C function that prepares the VM for the execution of the Physic Material Overlap callback.
| m | : current machine |
| h | : main scol window |
| msg | : message |
| id | : pointer of the obj |
| param | : data pointer |
| ret | : user parameter |
Definition at line 160 of file SCOLPhysics.cpp.
| HWND hwndScol |
Scol main windows.
Definition at line 49 of file SCOLFlashControl.cpp.
Definition at line 94 of file SO3SCOL.cpp.
callback identifier
Definition at line 55 of file SCOLPhysics.cpp.
1.7.2