SoVRMLIndexedFaceSet Properties |
The SoVRMLIndexedFaceSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | boundingBoxIgnoring | Whether to ignore this node during bounding box traversal. |
![]() | ccw | Indicates whether the vertices are ordered in a counterclockwise direction when viewed from the outside (true) or in a clockwise direction (false). |
![]() | color | An SoVRMLColor node whose colors are applied to the vertices or faces of the IndexedFaceSet. |
![]() | colorIndex | The indices of the colors to use for the faces or vertices depending on the value of the colorPerVertex field. |
![]() | colorPerVertex | If true, colors are applied to the vertices of the IndexedFaceSet. |
![]() | convex | Indicates whether faces of a shape are convex (true). |
![]() | coord | An SoVRMLCoordinate node defining the IndexedFaceSet. |
![]() | coordIndex | Indices of the coordinates that the indexed face set uses as its vertices. |
![]() | creaseAngle | Indicates the minimum angle (in radians) between two adjacent face normals required to form a sharp crease at the edge when default normals are computed and used. |
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
![]() | metadata | Specifies the metadata node. |
![]() | normal | An SoVRMLNormalNode containing the normals. |
![]() | normalIndex | The indices of the normals to use for the faces or vertices depending onthe value of the normalPerVertex field. |
![]() | normalPerVertex | If true, normals are applied to the vertices of the IndexedFaceSet. |
![]() | solid | If you know that the shape encloses a volume, set this value to true. |
![]() | texCoord | An SoVRMLTextureCoordinate node. |
![]() | texCoordIndex | The indices of the texture coordinates for each vertex of the SoVRMLIndexedFaceSet. |
![]() | UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) |