X3D IndexedTriangleSet

IndexedTriangleSet • Example

A 3D shape made up of individual triangles.

Rendering

attrib

Field Type: MFNode
Access Type: inputOutput
Default Value: Empty Array
Value Range: X3DVertexAttributeNode
Description: Defines a set of per-vertex attributes for the node.

color

Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DColorNode
Description: A Color or ColorRGBA node.

coord

Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DCoordinateNode
Description: A Coordinate node.

fogCoord

Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DFogCoordinateNode
Description: Sets the per-vertex fog depth for the node.

normal

Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DNormalNode
Description: Sets the 3D surface normals for the node.

texCoord

Field Type: SFNode
Access Type: inputOutput
Default Value: X3DTextureCoordinateNode
Value Range: ...
Description: A TextureCoordinate node

colorPerVertex

Field Type: SFBool
Access Type: initializeOnly
Default Value: TRUE
Value Range: ...
Description: Determines whether to apply color values from a Color/ColorRGBA node to each vertex.

normalPerVertex

Field Type: SFBool
Access Type: initializeOnly
Default Value: TRUE
Value Range: ...
Description: Determines whether to apply normal values from a Normal node to each vertex.

index

Field Type: MFInt32
Access Type: initializeOnly
Default Value: Empty Array
Value Range: 0, ∞
Description: Specifies the vertices in the Coordinate field to draw a specific triangle.

ccw

Field Type: SFBool
Access Type: initializeOnly
Default Value: TRUE
Value Range: ...
Description: Sets the ordering of the vertex coordinates of the geometry with respect to normal vectors used in the lighting model equations.

metadata

Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DMetadataObject
Description: Information about this node.

solid

Field Type: SFBool
Access Type: ...
Default Value: TRUE
Value Range: ...
Description: Specifies whether the geometry is visible from the inside.