SoGlobalSimplifyActionStrategies Enumeration |
Strategy.
Namespace: OIV.Inventor.Actions
Member name | Value | Description | |
---|---|---|---|
SIMPLIFY_GLOBALLY | 0 | All triangles are stored in a single list and decimated globally. WARNING: OIV.Inventor.Nodes.SoTexture (and possibly other properties), will be lost during simplification. Please use the SIMPLIFY_BY_SUBGROUP Strategy to keep OIV.Inventor.Nodes.SoTexture. | |
SIMPLIFY_BY_SUBGROUP | 1 | Triangles are stored in multiple lists based on material, texture and Separator. Each list is simplified. [Default] |