Package | away3d.materials |
Interface | public interface ITriangleMaterial extends IMaterial |
Subinterfaces | IFogMaterial |
Implementors | AnimatedBitmapMaterial, BitmapFileMaterial, BitmapMaterial, BitmapMaterialContainer, CenterLightingMaterial, ColorMaterial, CompositeMaterial, EnviroColorMaterial, MovieMaterial, TransformBitmapMaterial, WireColorMaterial, WireframeMaterial |
Method | Defined by | ||
---|---|---|---|
Sends data from the material coupled with data from the
DrawTriangle primitive to the render session. | ITriangleMaterial |
renderTriangle | () | method |
public function renderTriangle(tri:DrawTriangle):void
Sends data from the material coupled with data from the DrawTriangle
primitive to the render session.
tri:DrawTriangle |