| Package | org.papervision3d.materials |
| Class | public class InteractiveBitmapMaterial |
| Inheritance | InteractiveBitmapMaterial BitmapMaterial MaterialObject3D flash.events.EventDispatcher |
| Method | Defined by | ||
|---|---|---|---|
|
InteractiveBitmapMaterial(asset:*, initObject:Object = null)
| InteractiveBitmapMaterial | ||
![]() |
Creates a copy of the material.
| BitmapMaterial | |
![]() |
copy(material:MaterialObject3D):void
Copies the properties of a material.
| BitmapMaterial | |
![]() |
correctBitmap(bitmap:BitmapData, dispose:Boolean):BitmapData
| BitmapMaterial | |
|
drawFace3D(instance:DisplayObject3D, face3D:Face3D, graphics:Graphics, v0:Vertex2D, v1:Vertex2D, v2:Vertex2D):int
drawFace3D
| InteractiveBitmapMaterial | ||
![]() |
toString():String
Returns a string value representing the material properties in the specified BitmapMaterial object.
| BitmapMaterial | |
![]() |
Applies the updated UV texture mapping values to the triangle.
| BitmapMaterial | |
![]() |
updateBitmap():void
Updates the BitmapData bitmap from the given texture.
| MaterialObject3D | |
| InteractiveBitmapMaterial | () | constructor |
public function InteractiveBitmapMaterial(asset:*, initObject:Object = null)Parameters
asset:* |
|
initObject:Object (default = null) |
| 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 |