IndexedFaceSet

Element Information

Model

Attributes

Used By

Source

<xs:element name="IndexedFaceSet">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="set_colorIndex" type="MFInt32" fixed="inputOnlyField">
        <xs:annotation>
          <xs:appinfo>
            <xs:minInclusive value="-1"/>
            <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Geometry3D"/>
            <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
          </xs:appinfo>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="set_coordIndex" type="MFInt32" fixed="inputOnlyField">
        <xs:annotation>
          <xs:appinfo>
            <xs:minInclusive value="-1"/>
          </xs:appinfo>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="set_normalIndex" type="MFInt32" fixed="inputOnlyField">
        <xs:annotation>
          <xs:appinfo>
            <xs:minInclusive value="-1"/>
            <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Geometry3D"/>
            <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
          </xs:appinfo>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="set_texCoordIndex" type="MFInt32" fixed="inputOnlyField">
        <xs:annotation>
          <xs:appinfo>
            <xs:minInclusive value="-1"/>
          </xs:appinfo>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Geometry3D"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
    </xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geometry3D.html#IndexedFaceSet"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="X3DComposedGeometryNode">
        <xs:attribute name="convex" type="SFBool" default="true">
          <xs:annotation>
            <xs:appinfo>
              <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Geometry3D"/>
              <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
            </xs:appinfo>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="creaseAngle" default="0">
          <xs:annotation>
            <xs:appinfo>
              <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Geometry3D"/>
              <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
            </xs:appinfo>
          </xs:annotation>
          <!-- type="SFFloatNonNegative" -->
          <xs:simpleType>
            <xs:restriction base="SFFloat">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="colorIndex" type="MFInt32">
          <xs:annotation>
            <xs:appinfo>
              <xs:minInclusive value="-1"/>
            </xs:appinfo>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="coordIndex" type="MFInt32">
          <xs:annotation>
            <xs:appinfo>
              <xs:minInclusive value="-1"/>
            </xs:appinfo>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="normalIndex" type="MFInt32">
          <xs:annotation>
            <xs:appinfo>
              <xs:minInclusive value="-1"/>
              <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Geometry3D"/>
              <xs:attribute name="componentLevel"