| Package | org.papervision3d.materials |
| Class | public class InteractiveWireframeMaterial |
| Inheritance | InteractiveWireframeMaterial WireframeMaterial MaterialObject3D flash.events.EventDispatcher |
| Method | Defined by | ||
|---|---|---|---|
|
InteractiveWireframeMaterial(color:Number = 0xFF00FF, alpha:Number = 1)
| InteractiveWireframeMaterial | ||
![]() |
Creates a copy of the material.
| MaterialObject3D | |
![]() |
copy(material:MaterialObject3D):void
Copies the properties of a material.
| MaterialObject3D | |
|
drawFace3D(instance:DisplayObject3D, face3D:Face3D, graphics:Graphics, v0:Vertex2D, v1:Vertex2D, v2:Vertex2D):int
drawFace3D
| InteractiveWireframeMaterial | ||
![]() |
toString():String
Returns a string value representing the material properties in the specified WireframeMaterial object.
| WireframeMaterial | |
![]() |
updateBitmap():void
Updates the BitmapData bitmap from the given texture.
| MaterialObject3D | |
| InteractiveWireframeMaterial | () | constructor |
public function InteractiveWireframeMaterial(color:Number = 0xFF00FF, alpha:Number = 1)Parameters
color:Number (default = 0xFF00FF) |
|
alpha:Number (default = 1) |
| drawFace3D | () | method |
public override function drawFace3D(instance:DisplayObject3D, face3D:Face3D, graphics:Graphics, v0:Vertex2D, v1:Vertex2D, v2:Vertex2D):intdrawFace3D
Parametersinstance:DisplayObject3D |
|
face3D:Face3D |
|
graphics:Graphics |
|
v0:Vertex2D |
|
v1:Vertex2D |
|
v2:Vertex2D |
int |