The Object super class

Every volume or surface displayed in a scene inherits from class Object. Settable properties are Material and Matrix.

Function prototypes are :

void setMatrix(const Matrix44& newObjectToWorldMatrix);
void setMaterial(const Material &newMaterial);