#include "SO3Scene.h"#include "../ScolPack/SO3Scol.h"#include "../SO3Animation/SO3Anim.h"#include "../SO3Animation/SO3SequenceAnimation.h"#include "../SO3Material/SO3Compositor.h"#include "../SO3Material/SO3Material.h"#include "../SO3Material/SO3Texture.h"#include "../SO3Material/SO3DynamicCubeMap.h"#include "../SO3Material/SO3DynamicReflectionMap.h"#include "../SO3PhysicGraph/SO3Body.h"#include "../SO3PhysicGraph/SO3MaterialPair.h"#include "../SO3PhysicGraph/SO3MaterialID.h"#include "../SO3Renderer/SO3Root.h"#include "../SO3SceneGraph/SO3Bone.h"#include "../SO3SceneGraph/SO3EntityFap.h"#include "../SO3SceneGraph/SO3Camera.h"#include "../SO3SceneGraph/SO3Light.h"#include "../SO3SceneGraph/SO3NodeScol.h"#include "../SO3SceneGraph/SO3ParticleSystem.h"#include "../SO3SceneGraph/SO3Skeleton.h"#include "../SO3SceneGraph/SO3Environment.h"#include <scol.h>Go to the source code of this file.
Namespaces | |
| namespace | SO3 |
Manage a dynamic library. | |
Functions | |
| int | getMaterialOverlapStartedCallback (mmachine m, int id, MCOLL *result) |
| int | getMaterialContactCallback (mmachine m, int id, MCOLL *result) |
| int | getMaterialOverlapEndedCallback (mmachine m, int id, MCOLL *result) |
| SMaterialPair * | getMaterialPairByWorld (SPhysicWorld *world, int ID1, int ID2) |
Variables | |
| WindowHandle | hwndScol |
| main include | |
| int | SCENE_PRE_RENDER_EVENT |
| Scol CallBack declaration. | |
| int | SCENE_POST_RENDER_EVENT |
| int | ANIMATION_END_EVENT |
| main include | |
| int | SO3_BODY_LEAVE_WORLD_MSG |
| int getMaterialContactCallback | ( | mmachine | m, | |
| int | id, | |||
| MCOLL * | result | |||
| ) |
| int getMaterialOverlapEndedCallback | ( | mmachine | m, | |
| int | id, | |||
| MCOLL * | result | |||
| ) |
| int getMaterialOverlapStartedCallback | ( | mmachine | m, | |
| int | id, | |||
| MCOLL * | result | |||
| ) |
| SMaterialPair* getMaterialPairByWorld | ( | SPhysicWorld * | world, | |
| int | ID1, | |||
| int | ID2 | |||
| ) |
| WindowHandle hwndScol |
main include
Declaration of the global instance for the virtual Machine.
Scol main windows.
global declarations
Definition at line 48 of file SCOLFlashControl.cpp.
Definition at line 124 of file SO3SCOL.cpp.
Definition at line 53 of file SCOLPhysics.cpp.
1.6.3