<xs:element name="SpotLight">
<xs:annotation>
<xs:appinfo />
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/lighting.html#SpotLight" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DLightNode">
<xs:attribute name="attenuation" type="SFVec3f" default="1 0 0" />
<xs:attribute name="beamWidth" default="1.5708">
<xs:simpleType>
<xs:restriction base="SFFloat">
<xs:minExclusive value="0" />
<xs:maxInclusive value="1.5708" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="cutOffAngle" type="SFFloat" default="0.785398" />
<xs:attribute name="direction" type="SFVec3f" default="0 0 -1" />
<xs:attribute name="location" type="SFVec3f" default="0 0 0" />
<xs:attribute name="radius" default="100">
<xs:simpleType>
<xs:restriction base="SFFloat">
<xs:minInclusive value="0" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="global" type="SFBool" default="true" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|