Packageaway3d.materials
Interfacepublic interface ITriangleMaterial extends IMaterial
SubinterfacesIFogMaterial
ImplementorsAnimatedBitmapMaterial, BitmapFileMaterial, BitmapMaterial, BitmapMaterialContainer, CenterLightingMaterial, ColorMaterial, CompositeMaterial, EnviroColorMaterial, MovieMaterial, TransformBitmapMaterial, WireColorMaterial, WireframeMaterial

Interface for materials that are capable of rendering triangle faces.

Public Properties
 PropertyDefined by
 Inheritedvisible : Boolean
Indicates whether the material is visible
IMaterial
Public Methods
 MethodDefined by
  
Sends data from the material coupled with data from the DrawTriangle primitive to the render session.
ITriangleMaterial
Method detail
renderTriangle()method
public function renderTriangle(tri:DrawTriangle):void

Sends data from the material coupled with data from the DrawTriangle primitive to the render session.

Parameters
tri:DrawTriangle
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments