186 void bindDiffuseTexture(int32_t textureId,
const string& nodeId =
string(),
const string& facesEntityId =
string());
201 void unbindDiffuseTexture(
const string& nodeId =
string(),
const string& facesEntityId =
string());
Representation of a 3d model.
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
Object3D animation class.
virtual void initialize()
Initiates this object3d.
virtual void dispose()
Disposes this object3d.
void setContributesShadows(bool contributesShadows)
Enable/disable contributes shadows.
BoundingBox boundingBoxTransformed
void dispose() override
Disposes this object3d.
void setTextureMatrix(const Matrix2D3x3 &textureMatrix, const string &nodeId=string(), const string &facesEntityId=string())
Set texture matrix.
BoundingBox * getBoundingBoxTransformed()
Retrieves bounding sphere with transformations applied.
void setEnabled(bool enabled)
Enable/disable rendering.
void initialize() override
Initiates this object3d.
const Color4 & getEffectColorMul() const
The effect color will be multiplied with fragment color.
void unsetNodeTransformationsMatrix(const string &id)
void unbindDiffuseTexture(const string &nodeId=string(), const string &facesEntityId=string())
Unbind dynamic texture to a node and faces entity of this object.
void bindDiffuseTexture(int32_t textureId, const string &nodeId=string(), const string &facesEntityId=string())
Bind a texture to a node and faces entity.
bool isContributesShadows()
void updateBoundingBox()
Update bounding volume.
const Color4 & getEffectColorAdd() const
The effect color will be added to fragment color.
void setPickable(bool pickable)
Set this object pickable.
void setEffectColorMul(const Color4 &effectColorMul)
The effect color that will be multiplied with fragment color.
void setEffectColorAdd(const Color4 &effectColorAdd)
The effect color will be added to fragment color.
void setNodeTransformationsMatrix(const string &id, const Matrix4x4 &matrix)
void fromTransformations(const Transformations &transformations)
virtual ~Object3DInternal()
Destructor.
BoundingBox * getBoundingBox()
Object3DInternal(const string &id, Model *model, int instances)
Public constructor.
void setReceivesShadows(bool receivesShadows)
Enable/disable receives shadows.