Packageaway3d.materials.utils.data
Classpublic class LScan

Class holds typed data for the prebaking and the normalgenerator classes

Public Properties
 PropertyDefined by
  color : uint
LScan
  x : int
LScan
  y : int
LScan
Public Methods
 MethodDefined by
  
LScan
(x:int, y:int, col:uint = 0)
LScan
Property detail
colorproperty
public var color:uint
xproperty 
public var x:int
yproperty 
public var y:int
Constructor detail
LScan()constructor
public function LScan(x:int, y:int, col:uint = 0)Parameters
x:int
 
y:int
 
col:uint (default = 0)
Init Parameters
Wiki link
Click to go to the wiki page for 'away3d.materials.utils.data.LScan'

Code examples

Comments