42SceneLibrary::SceneLibrary(
Scene* scene)
60 this->prototypes.clear();
82 return prototypeByIdIt->second;
89 if (prototype->getName() == name)
return prototype;
97 if (prototype->getType() == Prototype_Type::TERRAIN)
return prototype;
107 delete prototypeByIdIt->second;
Representation of a 3d model.
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
Prototype bounding volume definition.
void setId(int id)
Set Id.
Scene prototype library definition.
void removePrototype(int id)
Remove a prototype.
Prototype * getPrototype(int id)
Get a prototype by given id.
Prototype * getPrototypeByName(const string &name)
Get a prototype by given name.
~SceneLibrary()
Destructor.
Prototype * getTerrainPrototype()
Get a terrain prototype.
int allocatePrototypeId()
Allocata a unique prototype index.
vector< Prototype * > prototypes
map< int, Prototype * > prototypesById
void clear()
Clears this scene prototype library.
void addPrototype(Prototype *prototype)
Add a prototype.
static constexpr int ID_ALLOCATE
Helper class to create models from physics primitive bounding volumes.