<ImageLookupTableCtr>

Description

Tag representing the lookup table that represents the attenuation of the spotlight cone.

Attributes

TypeAttributesDescription
IsGeneratedAsAbs Indicates whether the input value for accessing the lookup table is an absolute value.
IsMipMap Indicates whether it is color lookup table for procedural texture that uses mipmaps.
IsSizeDoubled Indicates whether lookup table size is 512.
Name Name.

Example Output

<LookupTableSetContents>
<LookupTableSetContentCtr Name="">
<LookupTableSet Name="">
<Samplers>
<ImageLookupTableCtr Name="Spot" IsGeneratedAsAbs="true" IsSizeDoubled="true" IsMipMap="false">
<CurveLookupTableCtr>
<SegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="255">
<Segments>
<HermiteFloatSegment>
<Keys>
<HermiteFloatKey Frame="0" Value="0" InSlope="0" OutSlope="0" />
...omitted...
</Keys>
</HermiteFloatSegment>
</Segments>
</SegmentsFloatCurve>
</CurveLookupTableCtr>
</ImageLookupTableCtr>
</Samplers>
</LookupTableSet>
</LookupTableSetContentCtr>
</LookupTableSetContents>

CONFIDENTIAL