PointLight

Element Information

Model

Attributes

Used By

Source

<xs:element name="PointLight">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Lighting"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>Linear attenuation may occur at level 2, full support at level 3.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/lighting.html#PointLight"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="X3DLightNode">
        <xs:attribute name="attenuation" type="SFVec3f" default="1 0 0">
          <xs:annotation>
            <xs:appinfo>
              <xs:minInclusive value="0"/>
            </xs:appinfo>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="location" type="SFVec3f" default="0 0 0"/>
        <xs:attribute name="radius" default="100">
          <xs:annotation>
            <xs:appinfo>
              <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Lighting"/>
              <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="3"/>
            </xs:appinfo>
          </xs:annotation>
          <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:attribute name="containerField" type="xs:NMTOKEN" default="children"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample