SoIndexedTriangleSet¶
-
InventorModule
¶ genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def
Purpose¶
This node represents a 3D shape formed by constructing triangles from vertices located at the coordinates specified by SoVertexProperty
or the current inherited state. For optimal performance, the vertexProperty
field is recommended.
SoIndexedTriangleSet uses the indices in the Coord Index
field to specify the triangles faces. There is no delimiter in the index array, so each 3 subsequent indices define a triangle.
Input Fields¶
Parameter Fields¶
Field Index¶
Coord Index : IntegerList |
Material Index : IntegerList |
Normal Index : IntegerList |
sendAdjacency : Bool |
Texture Coord Index : IntegerList |
Visible Fields¶
Coord Index¶
-
name:
coordIndex
, type:
IntegerList
, default:
0
¶ Indices in the
Coord Index
field to specify the triangles. Each 3 subsequent indices define a triangle, there is no delimiter.
Material Index¶
-
name:
materialIndex
, type:
IntegerList
, default:
-1
¶ Treatment of the current material binding is as follows: The PER_PART and PER_FACE bindings specify a material for each face. PER_VERTEX specifies a material for each vertex. The corresponding _INDEXED bindings are the same, but use the materialIndex indices (see
SoIndexedShape
). The default material binding is OVERALL. The default material binding is PER_VERTEX_INDEXED.
Normal Index¶
-
name:
normalIndex
, type:
IntegerList
, default:
-1
¶ Treatment of the current normal binding is as follows: The PER_PART and PER_FACE bindings specify a normal for each face. PER_VERTEX specifies a normal for each vertex. The corresponding _INDEXED bindings are the same, but use the materialIndex indices (see
SoIndexedShape
). The default normal binding is OVERALL. The default normal binding is PER_VERTEX_INDEXED.