Packageaway3d.core.material
Classpublic final class TransparentMaterial
ImplementsISegmentMaterial, ITriangleMaterial

Public Properties
 PropertyDefined by
  INSTANCE : TransparentMaterial
[static]
TransparentMaterial
  visible : Boolean
[read-only]
TransparentMaterial
Public Methods
 MethodDefined by
  
TransparentMaterial
  
TransparentMaterial
  
TransparentMaterial
Property detail
INSTANCEproperty
public static var INSTANCE:TransparentMaterial
visibleproperty 
visible:Boolean  [read-only]Implementation
    public function get visible():Boolean
Constructor detail
TransparentMaterial()constructor
public function TransparentMaterial() Init Parameters
Method detail
renderSegment()method
public function renderSegment(seg:DrawSegment, session:RenderSession):void Parameters
seg:DrawSegment
 
session:RenderSession
renderTriangle()method 
public function renderTriangle(tri:DrawTriangle, session:RenderSession):void Parameters
tri:DrawTriangle
 
session:RenderSession
Wiki link
Click to go to the wiki page for 'away3d.core.material.TransparentMaterial'

Code examples

Comments