Packageaway3d.materials
Interfacepublic interface ISegmentMaterial extends IMaterial
ImplementorsWireframeMaterial

Interface for materials that are capable of drawing line segments.

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 DrawSegment primitive to the render session.
ISegmentMaterial
Method detail
renderSegment()method
public function renderSegment(seg:DrawSegment):void

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

Parameters
seg:DrawSegment
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments