Packageaway3d.core.draw
Interfacepublic interface IPrimitiveConsumer
ImplementorsDrawGroup, PrimitiveArray, PrimitiveQuadrantTree, PrimitiveVolumeBlock

Interface for containers capable of drawing primitives

Public Methods
 MethodDefined by
  
Adds a drawing primitive to the primitive consumer
IPrimitiveConsumer
Method detail
primitive()method
public function primitive(pri:DrawPrimitive):void

Adds a drawing primitive to the primitive consumer

Parameters
pri:DrawPrimitive — The drawing primitive to add.
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments