Package | away3d.materials |
Interface | public interface ISegmentMaterial extends IMaterial |
Implementors | WireframeMaterial |
Method | Defined by | ||
---|---|---|---|
Sends data from the material coupled with data from the
DrawSegment primitive to the render session. | ISegmentMaterial |
renderSegment | () | method |
public function renderSegment(seg:DrawSegment):void
Sends data from the material coupled with data from the DrawSegment
primitive to the render session.
seg:DrawSegment |