| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/scenegraphoperator.h>

Public Member Functions | |
| virtual void | optimizeScene (SO< SceneNode > &scene)=0 |
| Optimize the scene. | |
Static Protected Member Functions | |
| static void | removeObject (SO< SceneThing > scene, const VRS::ID &className) |
| Remove specific objects. | |
Optimize the scene.
| scene | Root of scene graph to optimize. |
Implemented in VRS::CollapseTransformsOperator, VRS::StateSortingOperator, VRS::StaticLightingOperator, and VRS::TextureAtlasOperator.
| static void VRS::SceneGraphOperator::removeObject | ( | SO< SceneThing > | scene, | |
| const VRS::ID & | className | |||
| ) | [static, protected] |
Remove specific objects.