141 if (i < 0 || i >=
lights.size())
return nullptr;
160 if (i < 0 || i >=
lights.size())
return false;
266 bool renameEntity(
const string&
id,
const string& newId);
Representation of a 3d model.
Represents rotation orders of a model.
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
Scene prototype library definition.
map< string, SceneEntity * > entitiesById
vector< SceneEntity * > entities
bool removeEntity(const string &id)
Removes an entity from scene.
const Vector3 & getSkyModelScale()
void setFileName(const string &fileName)
Set up scene file name including relative path.
SceneLibrary * getLibrary()
void replacePrototypeByIds(int searchPrototypeId, int newPrototypeId)
Replace prototype of given search prototype with new prototype.
void removeEntitiesByPrototypeId(int prototypeId)
Remove entities with given prototype id.
RotationOrder * getRotationOrder()
void setSkyModelFileName(const string &skyModelFileName)
Set sky model file name.
SceneLight * getLightAt(int i)
Get light at given index.
void setRotationOrder(RotationOrder *rotationOrder)
Set rotation order.
void getEntitiesByPrototypeId(int prototypeId, vector< string > &entitiesByPrototypeId)
Get entities with given prototype id.
RotationOrder * rotationOrder
vector< SceneLight * > lights
const string & getFileName()
set< string > getEnvironmentMappingIds()
void setSkyModelScale(const Vector3 &skyModelScale)
Set sky model scale.
void setSkyModel(Model *model)
Set sky model.
void setEntityIdx(int entityIdx)
Set entity idx.
void setApplicationRootPathName(const string &applicationRootPathName)
Set application root path name.
bool renameEntity(const string &id, const string &newId)
Rename an entity from scene.
bool removeLightAt(int i)
Remove light at given index i.
Scene(const string &name, const string &description)
Public constructor.
SceneEntity * getEntity(const string &id)
Returns scene entity by id.
void addEntity(SceneEntity *entity)
Adds an entity to scene.
set< string > environmentMappingIds
string applicationRootPathName
void update()
Update scene dimension, bounding box, center.
void clearEntities()
Clears all scene entities.
SceneEntity * getEntityAt(int idx)
Returns entity at given index.
const string & getApplicationRootPathName()
const Vector3 & getCenter()
BoundingBox * getBoundingBox()
SceneLight * addLight()
Add light.
const string & getSkyModelFileName()
void computeBoundingBox()
Computes scene bounding box.
const Vector3 & getDimension()