CT_LightRig

Complex Type Information

Model

Children: rot

Attributes

QName Type Fixed Default Use Inheritable Annotation
dir ST_LightRigDirection required
rig ST_LightRigType required

Used By

Source

<xsd:complexType name="CT_LightRig">
  <xsd:sequence>
    <xsd:element name="rot" type="CT_SphereCoords" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="rig" type="ST_LightRigType" use="required"/>
  <xsd:attribute name="dir" type="ST_LightRigDirection" use="required"/>
</xsd:complexType>