| Package | org.papervision3d.core.material |
| Class | public class AbstractSmoothShadeMaterial |
| Inheritance | AbstractSmoothShadeMaterial AbstractLightShadeMaterial TriangleMaterial MaterialObject3D flash.events.EventDispatcher |
| Implements | ITriangleDrawer, IUpdateBeforeMaterial |
| Subclasses | EnvMapMaterial, GouraudMaterial |
| Property | Defined by | ||
|---|---|---|---|
![]() | lightMatrix : Matrix3D
[static]
| AbstractLightShadeMaterial | |
![]() | objects : Dictionary
Inventory of registered objects
| MaterialObject3D | |
| transformMatrix : Matrix | AbstractSmoothShadeMaterial | ||
| triMatrix : Matrix | AbstractSmoothShadeMaterial | ||
| Method | Defined by | ||
|---|---|---|---|
| AbstractSmoothShadeMaterial | |||
![]() |
Creates a copy of the material.
| MaterialObject3D | |
![]() |
copy(material:MaterialObject3D):void
Copies the properties of a material.
| MaterialObject3D | |
![]() |
destroy():void
| MaterialObject3D | |
![]() | TriangleMaterial | ||
![]() |
drawTriangle(tri:RenderTriangle, graphics:Graphics, renderSessionData:RenderSessionData, altBitmap:BitmapData = null, altUV:Matrix = null):void
| TriangleMaterial | |
![]() |
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 | |
![]() |
updateBeforeRender(renderSessionData:RenderSessionData):void
| AbstractLightShadeMaterial | |
![]() |
updateBitmap():void
Updates the BitmapData bitmap from the given texture.
| MaterialObject3D | |
| Method | Defined by | ||
|---|---|---|---|
|
init():void
| AbstractSmoothShadeMaterial | ||
| transformMatrix | property |
protected var transformMatrix:Matrix
| triMatrix | property |
protected var triMatrix:Matrix
| AbstractSmoothShadeMaterial | () | constructor |
public function AbstractSmoothShadeMaterial()
| init | () | method |
protected override function init():void