<xs:element name="Fog">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DFogObject" />
</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/enveffects.html#Fog" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DBindableNode">
<xs:attribute name="color" type="SFColor" default="1 1 1" />
<xs:attribute name="fogType" type="fogTypeValues" default="LINEAR" />
<xs:attribute name="visibilityRange" type="SFFloat" default="0" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|