Class SoDecimator


public class SoDecimator extends SoSimplifier
Encapsulates an algorithm for simplifying shapes through mesh decimation. This class implements a mesh decimation algorithm for simplifying shapes.

Not all geometry nodes can be decimated. The following geometry nodes are decimated:

The following geometry nodes are not decimated:

The decimator does not decimate nodes such as SoCone, that adjust their complexity automatically (based on SoComplexity and/or the viewer-requested decimation level). Decimated geometry is always an indexed face set.

See Also:
  • Constructor Details

    • SoDecimator

      public SoDecimator()
      Constructor.
  • Method Details