Packageorg.papervision3d.core.render.draw
Interfacepublic interface ITriangleDrawer
ImplementorsAbstractLightShadeMaterial, AbstractSmoothShadeMaterial, BitmapAssetMaterial, BitmapColorMaterial, BitmapFileMaterial, BitmapMaterial, BitmapViewportMaterial, BitmapWireframeMaterial, ColorMaterial, CompositeMaterial, EnvMapMaterial, FlatShadeMaterial, GouraudMaterial, MaterialObject3D, MovieAssetMaterial, MovieMaterial, ShadedMaterial, TriangleMaterial, VideoStreamMaterial, WireframeMaterial



Public Methods
 MethodDefined by
  
drawTriangle(face3D:Triangle3D, graphics:Graphics, renderSessionData:RenderSessionData, altBitmap:BitmapData = null, altUV:Matrix = null):void
ITriangleDrawer
Method detail
drawTriangle()method
public function drawTriangle(face3D:Triangle3D, graphics:Graphics, renderSessionData:RenderSessionData, altBitmap:BitmapData = null, altUV:Matrix = null):voidParameters
face3D:Triangle3D
 
graphics:Graphics
 
renderSessionData:RenderSessionData
 
altBitmap:BitmapData (default = null)
 
altUV:Matrix (default = null)