Packagede.nulldesign.nd3d.material
Classpublic class PixelMaterial
InheritancePixelMaterial Inheritance Material

PixelMaterial. Instead of whole faces, only the vertices are drawn as dots



Public Properties
 PropertyDefined by
 Inheritedadditive : Boolean = false
Material
 Inheritedalpha : Number
Material
 InheritedcalculateLights : Boolean = true
Material
 Inheritedcolor : uint
Material
 InheritedcustomRenderer : TextureRenderer
Material
 InheriteddoubleSided : Boolean = false
Material
 InheritedisInteractive : Boolean = false
Material
 InheritedisSprite : Boolean
Material
 Inheritedsmoothed : Boolean
Material
 Inheritedtexture : BitmapData
Material
  thickness : Number
PixelMaterial
Protected Properties
 PropertyDefined by
 Inherited_alpha : Number = 1
Material
 Inherited_color : uint = 0xffffff
Material
 Inherited_texture : BitmapData = null
Material
Public Methods
 MethodDefined by
  
PixelMaterial(color:Number = 0xFFFFFF, alpha:Number = 1, thickness:Number = 1)
PixelMaterial
 Inherited
Material
Property detail
thicknessproperty
public var thickness:Number
Constructor detail
PixelMaterial()constructor
public function PixelMaterial(color:Number = 0xFFFFFF, alpha:Number = 1, thickness:Number = 1)Parameters
color:Number (default = 0xFFFFFF)
 
alpha:Number (default = 1)
 
thickness:Number (default = 1)