SoFullSceneAntialiasingFilters Enumeration |
Defines the types of rendering shapes.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
POINTS | 1 | The shape is render based on points (Ex: OIV.Inventor.Nodes.SoPointSet). | |
LINES | 2 | The shape is render based on lines (Ex: OIV.Inventor.Nodes.SoLineSet). | |
POLYGONS | 4 | The shape is render based on polygons (Ex: OIV.Inventor.Nodes.SoFaceSet). | |
TEXT | 8 | The shape is a text and follows the special filter for texts. | |
ALL | 15 | No specific filter for antialiasing (Default). |