<ST_LightRigType> (Light Rig Type)

Represents a preset light right that can be applied to a shape. The light rig represents a group of lights oriented in a specific way relative to a 3D scene. The following properties were used to define the shape used in the image examples below:

  • Rounded rectangle shape

  • Circle bevel type

  • Warm Matte material type

  • Camera type defined by the perspectiveContrastingRightFacing preset

  • Bevel width and height each equal to 190500

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<balanced> (Light Rig Enum ( Balanced ))

Balanced

<brightRoom> (Bright Room)

example:

<chilly> (Chilly)

example:

<contrasting> (Contrasting)

example:

<flat> (Flat)

example:

<flood> (Flood)

example:

<freezing> (Freezing)

example:

<glow> (Glow)

example:

<harsh> (Harsh)

example:

<legacyFlat1> (Legacy Flat 1)

example:

<legacyFlat2> (Legacy Flat 2)

example:

<legacyFlat3> (Legacy Flat 3)

example:

<legacyFlat4> (Legacy Flat 4)

example:

<legacyHarsh1> (Legacy Harsh 1)

example:

<legacyHarsh2> (Legacy Harsh 2)

example:

<legacyHarsh3> (Legacy Harsh 3)

example:

<legacyHarsh4> (Legacy Harsh 4)

example:

<legacyNormal1> (Legacy Normal 1)

example:

<legacyNormal2> (Legacy Normal 2)

example:

<legacyNormal3> (Legacy Normal 3)

example:

<legacyNormal4> (Legacy Normal 4)

example:

<morning> (Morning)

example:

<soft> (Soft)

example:

<sunrise> (Sunrise)

example:

<sunset> (Sunset)

example:

<threePt> (Three Point)

example:

<twoPt> (Two Point)

example:

Referenced By

<lightRig@rig>5.1.7.9)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_LightRigType">
	<restriction base="xsd:token">
	<enumeration value="legacyFlat1"/>
	<enumeration value="legacyFlat2"/>
	<enumeration value="legacyFlat3"/>
	<enumeration value="legacyFlat4"/>
	<enumeration value="legacyNormal1"/>
	<enumeration value="legacyNormal2"/>
	<enumeration value="legacyNormal3"/>
	<enumeration value="legacyNormal4"/>
	<enumeration value="legacyHarsh1"/>
	<enumeration value="legacyHarsh2"/>
	<enumeration value="legacyHarsh3"/>
	<enumeration value="legacyHarsh4"/>
	<enumeration value="threePt"/>
	<enumeration value="balanced"/>
	<enumeration value="soft"/>
	<enumeration value="harsh"/>
	<enumeration value="flood"/>
	<enumeration value="contrasting"/>
	<enumeration value="morning"/>
	<enumeration value="sunrise"/>
	<enumeration value="sunset"/>
	<enumeration value="chilly"/>
	<enumeration value="freezing"/>
	<enumeration value="flat"/>
	<enumeration value="twoPt"/>
	<enumeration value="glow"/>
	<enumeration value="brightRoom"/>
	</restriction>
</simpleType>