Packagesandy.materials.attributes
Classpublic final class PhongAttributesLightMap

A lightmap used for some of the shaders.



Public Properties
 PropertyDefined by
  alphas : Array
An array of an array which contains the alphas of the strata.
PhongAttributesLightMap
  colors : Array
An array of an array which contains the colors of the strata.
PhongAttributesLightMap
  ratios : Array
An array of an array which contains the ratios (length) of each strata.
PhongAttributesLightMap
Property detail
alphasproperty
public var alphas:Array

An array of an array which contains the alphas of the strata. The values of the inner array must be between 0 and 1.

colorsproperty 
public var colors:Array

An array of an array which contains the colors of the strata.

ratiosproperty 
public var ratios:Array

An array of an array which contains the ratios (length) of each strata.