ImageCubeMapTexture

Element Information

Model

Attributes

Used By

Source

<xs:element name="ImageCubeMapTexture">
  <xs:annotation>
    <xs:appinfo>
      <xs:element name="textureProperties" type="SFNode" default="TextureProperties" fixed="initializeOnlyField"/>
      <xs:attribute name="additionalInterface" type="xs:string" default="X3DUrlObject"/>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="CubeMapTexturing"/>
      <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/env_texture.html#ImageCubeMapTexture"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="X3DEnvironmentTextureNode">
        <xs:choice minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>textureProperties</xs:documentation>
          </xs:annotation>
          <xs:element ref="TextureProperties"/>
          <xs:element ref="ProtoInstance">
            <xs:annotation>
              <xs:documentation>Appropriately typed substitution node</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
        <xs:attribute name="url" type="MFString">
          <xs:annotation>
            <xs:appinfo>
              <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Networking"/>
              <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
            </xs:appinfo>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="containerField" type="xs:NMTOKEN" default="texture"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample