Go to the source code of this file.
|
| int | getScenePreRenderEvent (struct Mmachine *, SCOL_PTR_TYPE, SCOL_PTR_TYPE) |
| |
| int | getScenePreRenderEvent2 (struct Mmachine *, SCOL_PTR_TYPE, SCOL_PTR_TYPE) |
| |
| int | getScenePreRenderPhysicEvent (struct Mmachine *, SCOL_PTR_TYPE, SCOL_PTR_TYPE) |
| |
| int | getScenePostRenderEvent (struct Mmachine *, SCOL_PTR_TYPE, SCOL_PTR_TYPE) |
| |
| SMaterialPair * | getMaterialPairByWorld (SPhysicWorld *world, int ID1, int ID2) |
| | function to check if a material ID exists
|
| |
◆ getMaterialPairByWorld()
| SMaterialPair * getMaterialPairByWorld |
( |
SPhysicWorld * |
world, |
|
|
int |
ID1, |
|
|
int |
ID2 |
|
) |
| |
|
extern |
function to check if a material ID exists
- Parameters
-
| world | : current physic world |
| ID1 | : Material ID1 |
| ID2 | : Material ID2 |
- Returns
- SMaterialPair : The material Pair finded, NULL otherwise
Definition at line 7714 of file SCOLPhysics.cpp.
◆ getScenePostRenderEvent()
| int getScenePostRenderEvent |
( |
struct Mmachine * |
, |
|
|
SCOL_PTR_TYPE |
, |
|
|
SCOL_PTR_TYPE |
|
|
) |
| |
|
extern |
◆ getScenePreRenderEvent()
| int getScenePreRenderEvent |
( |
struct Mmachine * |
, |
|
|
SCOL_PTR_TYPE |
, |
|
|
SCOL_PTR_TYPE |
|
|
) |
| |
|
extern |
◆ getScenePreRenderEvent2()
| int getScenePreRenderEvent2 |
( |
struct Mmachine * |
, |
|
|
SCOL_PTR_TYPE |
, |
|
|
SCOL_PTR_TYPE |
|
|
) |
| |
|
extern |
◆ getScenePreRenderPhysicEvent()
| int getScenePreRenderPhysicEvent |
( |
struct Mmachine * |
, |
|
|
SCOL_PTR_TYPE |
, |
|
|
SCOL_PTR_TYPE |
|
|
) |
| |
|
extern |
◆ ANIMATION_END_EVENT
main include
global declarations
Definition at line 51 of file SCOLAnim.cpp.
◆ SCENE_POST_RENDER_EVENT
| int SCENE_POST_RENDER_EVENT |
|
extern |
◆ SCENE_PRE_RENDER_EVENT
| int SCENE_PRE_RENDER_EVENT |
|
extern |
Scol CallBack declaration.
main include
Definition at line 189 of file SO3SCOL.cpp.
◆ SCENE_PRE_RENDER_EVENT2
| int SCENE_PRE_RENDER_EVENT2 |
|
extern |
◆ SCENE_PRE_RENDER_PHYSIC_EVENT
| int SCENE_PRE_RENDER_PHYSIC_EVENT |
|
extern |
◆ SO3_BODY_LEAVE_WORLD_MSG
| int SO3_BODY_LEAVE_WORLD_MSG |
|
extern |