FogCoordinate

Element Information

Model

Attributes

Used By

Source

<xs:element name="FogCoordinate">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="EnvironmentalEffects"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
    </xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/enveffects.html#FogCoordinate"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="X3DGeometricPropertyNode">
        <xs:attribute name="depth" type="MFFloat">
          <xs:annotation>
            <xs:appinfo>
              <xs:minInclusive value="0"/>
              <xs:maxInclusive value="1"/>
            </xs:appinfo>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="containerField" type="xs:NMTOKEN" default="fogCoord"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample