Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
Geometry simplification demo

VSG extension Simplification - This examples show how to do simplication on scene graphs.

DESCRIPTION:

    ivGlobalSimplify

    This program demonstrates how to use the SoGlobalSimplifyAction to create simplified versions of a given scene graph.

    ivReorgSimplify

    This program demonstrates how to use the SoReorganizeAction to replace shapes in the current scene graph by simplified versions.

    ivShapeSimplify

    This program demonstrates how to use the SoShapeSimplifyAction to replace shapes in the current scene graph by simplified versions

    interactiveSimplification

    This program provides a graphical interface for scenegraph simplification. The following features are available in this demo:

    • Custom scenegraph loading
    • Simplified scenegraph export in IV or STL file
    • 2-viewer setup for comparison between original and simplified scene
    • On the fly selection of the simplification method
    • Simplification target control (number of triangles)

SEE ALSO

SoShapeSimplifyAction SoReorganizeAction SoGlobalSimplifyAction SoDecimator SoWriteAction

FILES:

    • Inventor/Simplification/ivGlobalSimplify.cxx
    • Inventor/Simplification/ivReorgSimplify.cxx
    • Inventor/Simplification/ivShapeSimplify.cxx