<xs:element name="PointLight">
<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#PointLight" />
</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="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>
|