| Package | org.papervision3d.materials |
| Class | public class InteractiveVideoStreamMaterial |
| Inheritance | InteractiveVideoStreamMaterial VideoStreamMaterial MovieMaterial BitmapMaterial MaterialObject3D flash.events.EventDispatcher |
| Method | Defined by | ||
|---|---|---|---|
|
InteractiveVideoStreamMaterial(video:Video = null, stream:NetStream = null, initObject:Object = null)
| InteractiveVideoStreamMaterial | ||
![]() |
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
| InteractiveVideoStreamMaterial | ||
![]() |
toString():String
Returns a string value representing the material properties in the specified VideoMaterial object.
| VideoStreamMaterial | |
![]() |
Applies the updated UV texture mapping values to the triangle.
| BitmapMaterial | |
![]() |
updateAnimatedBitmaps():void
[static]
Updates bitmap on all animated MovieMaterial instances.
| MovieMaterial | |
![]() |
updateBitmap():void
Updates Video Bitmap
Draws the current Video frame onto bitmap.
| VideoStreamMaterial | |
| InteractiveVideoStreamMaterial | () | constructor |
public function InteractiveVideoStreamMaterial(video:Video = null, stream:NetStream = null, initObject:Object = null)Parameters
video:Video (default = null) |
|
stream:NetStream (default = null) |
|
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 |