Functions | Variables

SO3Engine/SO3PhysicGraph/SO3ContactCallback.cpp File Reference

#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

Function Documentation

int getMaterialContactCallback ( mmachine  m,
int  id,
MCOLL result 
)

C function that prepares the VM for the execution of the Physic Material Contact callback.

Parameters:
m: current machine
h: main scol window
msg: message
id: pointer of the obj
param: data pointer
ret: user parameter
Returns:
res : 0 if success

Definition at line 68 of file SCOLPhysics.cpp.

int getMaterialOverlapStartedCallback ( mmachine  m,
int  id,
MCOLL result 
)

C function that prepares the VM for the execution of the Physic Material Overlap callback.

Parameters:
m: current machine
h: main scol window
msg: message
id: pointer of the obj
param: data pointer
ret: user parameter
Returns:
res : 0 if success

Definition at line 160 of file SCOLPhysics.cpp.


Variable Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines