Packageaway3d.materials
Classpublic class WireframeMaterial
ImplementsISegmentMaterial, ITriangleMaterial

Material for solid color drawing with face's border outlining

Public Properties
 PropertyDefined by
  alpha : Number
WireframeMaterial
  color : int
WireframeMaterial
  visible : Boolean
[read-only]
WireframeMaterial
  width : Number
WireframeMaterial
Public Methods
 MethodDefined by
  
WireframeMaterial
(color:* = null, init:Object = null)
WireframeMaterial
  
WireframeMaterial
  
WireframeMaterial
Property detail
alphaproperty
public var alpha:Number
colorproperty 
public var color:int
visibleproperty 
visible:Boolean  [read-only]Implementation
    public function get visible():Boolean
widthproperty 
public var width:Number
Constructor detail
WireframeMaterial()constructor
public function WireframeMaterial(color:* = null, init:Object = null)Parameters
color:* (default = null)
 
init:Object (default = null)
Init Parameters
Method detail
renderSegment()method
public function renderSegment(seg:DrawSegment):void Parameters
seg:DrawSegment
renderTriangle()method 
public function renderTriangle(tri:DrawTriangle):void Parameters
tri:DrawTriangle
Wiki link
Click to go to the wiki page for 'away3d.materials.WireframeMaterial'

Code examples

Comments