Class SoShapeSimplifyAction


public class SoShapeSimplifyAction extends SoSimplifyAction
Simplify action that replaces shapes within a scene graph with versions that contain fewer triangles. This class traverses a scene graph and replaces every complex shape with a simplified version.

See Also:
  • Constructor Details

    • SoShapeSimplifyAction

      public SoShapeSimplifyAction(SoSimplifier _simplifier)
      Constructor. The algorithm used for simplifying is defined by the SoSimplifier class that is passed in the constructor.

      Typically you will pass an instance of SoDecimator to the constructor. Please see SoDecimator for info about which geometry objects can be simplified.

  • Method Details

    • enableElement

      public static void enableElement(Class<? extends Inventor> t, int stkIndex)