Class SoIndexedShape

    • Field Detail

      • coordIndex

        public final SoMFInt32 coordIndex
        The indices of the coordinates that the shape uses as its vertices. The coordinates connect to form faces, lines, or other shapes. Each subclass defines special negative indices to use to indicate separation between faces, lines, and so on.
      • materialIndex

        public final SoMFInt32 materialIndex
        The indices of the materials that are used for the shape. This field is used only when the material binding is one of the _INDEXED bindings. By default, the value of this field indicates that the coordinate indices should be used for materials as well.
      • normalIndex

        public final SoMFInt32 normalIndex
        The indices of the normals that are used for the shape. This field is used only when the normal binding is one of the _INDEXED bindings. By default, the value of this field indicates that the coordinate indices should be used for normals as well.
      • tangentIndex

        public final SoMFInt32 tangentIndex
        The indices of the tangents that are used for the shape. This field is used only when the tangent binding is one of the _INDEXED bindings. By default, the value of this field indicates that the coordinate indices should be used for tangents as well.
      • textureCoordIndex

        public final SoMFInt32 textureCoordIndex
        The indices of the texture coordinates that are used for the shape. This field is used only when the texture coordinate binding is one of the _INDEXED bindings. By default, the value of this field indicates that the coordinate indices should be used for texture coordinates as well.