Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Table matching the layout of a ModuleGroup's scene object collection for quick "is_matte_object" test. More...
Public Member Functions | |
bool | is_matte (const unsigned int &index) const |
Tells if an object is matte. | |
bool | is_dirty () const |
Tells if the table is dirty. | |
void | update (const CoreBasicArray< ModuleSceneObject * > &scene_objects, const CoreSet< ModuleSceneObject * > &matte_objects) |
Update the table. | |
Table matching the layout of a ModuleGroup's scene object collection for quick "is_matte_object" test.
void MatteTable::update | ( | const CoreBasicArray< ModuleSceneObject * > & | scene_objects, |
const CoreSet< ModuleSceneObject * > & | matte_objects | ||
) |
Update the table.
scene_objects | The list of objects in the scene |
matte_objects | The set of objects which are considered as matte |