| Package | org.papervision3d.materials.special |
| Class | public class VectorShapeMaterial |
| Inheritance | VectorShapeMaterial MaterialObject3D flash.events.EventDispatcher |
| Subclasses | Letter3DMaterial |
| Method | Defined by | ||
|---|---|---|---|
| VectorShapeMaterial | |||
![]() |
Creates a copy of the material.
| MaterialObject3D | |
![]() |
copy(material:MaterialObject3D):void
Copies the properties of a material.
| MaterialObject3D | |
![]() |
destroy():void
| MaterialObject3D | |
![]() | MaterialObject3D | ||
| VectorShapeMaterial | |||
![]() |
drawTriangle(tri:RenderTriangle, graphics:Graphics, renderSessionData:RenderSessionData, altBitmap:BitmapData = null, altUV:Matrix = null):void
Draws the triangle to screen.
| MaterialObject3D | |
![]() |
getObjectList():Dictionary
Returns a list of
DisplayObject3D objects registered with the material. | MaterialObject3D | |
![]() |
isUpdateable():Boolean
| MaterialObject3D | |
![]() |
registerObject(displayObject3D:DisplayObject3D):void
Registers the
DisplayObject3D
| MaterialObject3D | |
![]() |
toString():String
Returns a string value representing the material properties.
| MaterialObject3D | |
![]() |
unregisterObject(displayObject3D:DisplayObject3D):void
| MaterialObject3D | |
![]() |
updateBitmap():void
Updates the BitmapData bitmap from the given texture.
| MaterialObject3D | |
| VectorShapeMaterial | () | constructor |
public function VectorShapeMaterial()
| drawShape | () | method |
public function drawShape(vectorShape:VectorShape3D, graphics:Graphics, renderSessionData:RenderSessionData):voidParameters
vectorShape:VectorShape3D |
|
graphics:Graphics |
|
renderSessionData:RenderSessionData |