266 static void addScene(
Engine* engine,
Scene* scene,
bool addEmpties,
bool addTrigger,
bool addEnvironmentMapping,
bool pickable,
bool enable =
true,
const Vector3& translation =
Vector3(0.0f, 0.0f, 0.0f),
ProgressCallback* progressCallback =
nullptr);
Interface to audio module.
Scene engine/physics connector.
static float getRenderGroupsPartitionHeight()
static STATIC_DLL_IMPEXT int renderGroupsLODLevels
static float getRenderGroupsPartitionDepth()
static int getRenderGroupsLodLevels()
static void setRenderGroupsPartitionWidth(float renderNodesPartitionWidth)
Set render groups partition size / width.
static void setEnableEarlyZRejection(bool enableEarlyZRejection)
Enable/disable early z rejection, in scene loading case its used for render groups and terrain.
static void setRenderGroupsLod2MinDistance(float minDistance)
Set render groups LOD2 minumum distance.
static Entity * createEntity(Prototype *prototype, const string &id, const Transformations &transformations, int instances=1, Entity *parentEntity=nullptr)
Create engine entity.
static void setRenderGroupsLod2ReduceBy(int reduceBy)
Set render groups LOD2 reduce by factor.
static Body * createBody(World *world, Prototype *prototype, const string &id, const Transformations &transformations, uint16_t collisionTypeId=0, int index=-1, PrototypePhysics_BodyType *overrideType=nullptr)
Create rigid body.
static void addScene(Engine *engine, Scene *scene, bool addEmpties, bool addTrigger, bool addEnvironmentMapping, bool pickable, bool enable=true, const Vector3 &translation=Vector3(0.0f, 0.0f, 0.0f), ProgressCallback *progressCallback=nullptr)
Add scene to engine.
static STATIC_DLL_IMPEXT int renderGroupsReduceBy
static STATIC_DLL_IMPEXT Model * emptyModel
static constexpr int32_t RIGIDBODY_TYPEID_COLLISION
static int getRenderGroupsReduceBy()
static STATIC_DLL_IMPEXT float renderGroupsPartitionHeight
static void setRenderGroupsPartitionDepth(float renderNodesPartitionDepth)
Set render groups partition size / depth.
static void enableScene(Engine *engine, Scene *scene, const Vector3 &translation=Vector3(0.0f, 0.0f, 0.0f))
Enable disabled scene in engine.
static constexpr int32_t RIGIDBODY_TYPEID_DYNAMIC
static void setLights(Engine *engine, Scene *scene, const Vector3 &translation=Vector3(0.0f, 0.0f, 0.0f))
Set lights from scene.
static STATIC_DLL_IMPEXT int renderGroupsLOD3ReduceBy
static STATIC_DLL_IMPEXT bool enableEarlyZRejection
static STATIC_DLL_IMPEXT int renderGroupsLOD2ReduceBy
static int getRenderGroupsLod3ReduceBy()
static void disableScene(Engine *engine, Scene *scene)
Disable scene in engine.
static int getRenderGroupsLod2ReduceBy()
static bool isEnableEarlyZRejection()
static Entity * createEmpty(const string &id, const Transformations &transformations)
Create engine entity.
static void setRenderGroupsPartitionHeight(float renderNodesPartitionHeight)
Set render groups partition size / height.
static STATIC_DLL_IMPEXT float renderGroupsPartitionDepth
static Entity * createParticleSystem(PrototypeParticleSystem *particleSystem, const string &id, bool enableDynamicShadows=true)
Create particle system.
static constexpr int32_t RIGIDBODY_TYPEID_TRIGGER
static void addSounds(Audio *audio, Prototype *prototype, const string &id, const int poolSize=1)
Add scene entity sounds into given audio instance associated with given id.
static float getRenderGroupsLod3MinDistance()
static void setRenderGroupsLod3MinDistance(float minDistance)
Set render groups LOD3 minumum distance.
static float getRenderGroupsLod2MinDistance()
static float getRenderGroupsPartitionWidth()
static void setRenderGroupsReduceBy(int reduceBy)
Set render groups reduce objects by a given factor.
static void resetEngine(Engine *engine, Scene *scene)
Reset engine regarding given scene.
static void setRenderGroupsLod3ReduceBy(int reduceBy)
Set render groups LOD3 reduce by factor.
static STATIC_DLL_IMPEXT float renderGroupsPartitionWidth
static STATIC_DLL_IMPEXT float renderGroupsLOD3MinDistance
static STATIC_DLL_IMPEXT float renderGroupsLOD2MinDistance
static void setRenderGroupsLodLevels(int lodLevels)
Set render groups LOD levels.
static constexpr int32_t RIGIDBODY_TYPEID_STATIC
Representation of a 3d model.
Dynamic rigid/static rigid/collision body class.
Dynamic physics world class.
Prototype particle system definition.
Prototype physics body type enum.
#define STATIC_DLL_IMPEXT