#include <Inventor/actions/SoAction.h>
#include <Inventor/actions/SoSubAction.h>
#include <Inventor/actions/SoCallbackAction.h>
#include <Inventor/actions/SoSimplifyAction.h>
#include <Inventor/nodes/SoLevelOfSimplification.h>
#include <Inventor/nodes/SoMaterial.h>
#include <Inventor/nodes/SoGroup.h>
#include <Inventor/fields/SoMFFloat.h>
#include <Inventor/nodes/SoIndexedFaceSet.h>
#include <Inventor/SoLists.h>
#include <Inventor/SoType.h>
Go to the source code of this file.
Classes | |
class | SoShapeSimplifyAction |
Simplify action that replaces shapes within a scene graph with versions that contain fewer triangles. More... |