Project

General

Profile

SO3Engine
SO3Scene.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  SO3
 

Functions

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
 

Variables

int SCENE_PRE_RENDER_EVENT
 Scol CallBack declaration.
 
int SCENE_PRE_RENDER_EVENT2
 
int SCENE_POST_RENDER_EVENT
 
int SCENE_PRE_RENDER_PHYSIC_EVENT
 
int ANIMATION_END_EVENT
 main include
 
int SO3_BODY_LEAVE_WORLD_MSG
 

Function Documentation

◆ 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

Variable Documentation

◆ ANIMATION_END_EVENT

int ANIMATION_END_EVENT
extern

main include

global declarations

Definition at line 51 of file SCOLAnim.cpp.

◆ SCENE_POST_RENDER_EVENT

int SCENE_POST_RENDER_EVENT
extern

Definition at line 191 of file SO3SCOL.cpp.

◆ 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

Definition at line 190 of file SO3SCOL.cpp.

◆ SCENE_PRE_RENDER_PHYSIC_EVENT

int SCENE_PRE_RENDER_PHYSIC_EVENT
extern

Definition at line 192 of file SO3SCOL.cpp.

◆ SO3_BODY_LEAVE_WORLD_MSG

int SO3_BODY_LEAVE_WORLD_MSG
extern