Package | away3d.materials |
Class | public class WireframeMaterial |
Inheritance | WireframeMaterial MaterialBase |
See also
Method | Defined by | ||
---|---|---|---|
WireframeMaterial
(w:int = 1000, h:int = 700)
Creates a new WireframeMaterial object.
| WireframeMaterial | ||
dispose(deep:Boolean):void
Cleans up any resources used by the current object.
| MaterialBase | ||
setNameAndSpace(name:String, materialNameSpace:String):void
Sets the materials name and namespace.
| MaterialBase |
WireframeMaterial | () | constructor |
public function WireframeMaterial(w:int = 1000, h:int = 700)
Parameters
w:int (default = 1000 ) — The material's diffuse surface color.
|
|
h:int (default = 700 ) — The material's surface alpha.
|