94 if (this->model ==
model)
return;
95 if (this->model !=
nullptr)
delete this->
model;
LOD object 3D to be used with engine class.
Representation of a 3d model.
Prototype LOD level definition.
LODObject3D::LODLevelType getType() const
void setFileName(const string &fileName)
Set file name.
void setColorAdd(const Color4 &colorAdd)
Set color add.
PrototypeLODLevel(LODObject3D::LODLevelType type, const string &fileName, Model *model, float minDistance)
Public constructor.
const string & getFileName()
void setModel(Model *model)
Set model.
void setColorMul(const Color4 &colorMul)
Set color mul.
void setType(LODObject3D::LODLevelType type)
Set type.
LODObject3D::LODLevelType type
const Color4 & getColorAdd() const
void setMinDistance(float minDistance)
Set min distance.
~PrototypeLODLevel()
Destructor.
const Color4 & getColorMul() const
float getMinDistance() const