Uses of Class
com.openinventor.inventor.actions.SoSimplifyAction
-
Packages that use SoSimplifyAction Package Description com.openinventor.inventor.actions -
-
Uses of SoSimplifyAction in com.openinventor.inventor.actions
Subclasses of SoSimplifyAction in com.openinventor.inventor.actions Modifier and Type Class Description class
SoGlobalSimplifyAction
Traverses the scene graph and collects all the triangles in a single list.class
SoReorganizeAction
Reorganizes the scene graph by grouping shapes with common properties, then groups these shapes in a single shape and runs the simplifier on it.class
SoShapeSimplifyAction
Simplify action that replaces shapes within a scene graph with versions that contain fewer triangles.
-