Packageaway3d.core.sort
Classpublic class EntitySorterBase
SubclassesDepthSorter, RenderableSorter

EntitySorterBase provides an abstract base class to sort geometry information in an EntityCollector object for rendering.

Public Methods
 MethodDefined by
  
sort(collector:EntityCollector):void
Sort the potentially visible data in an EntityCollector for rendering.
EntitySorterBase
Method detail
sort()method
public function sort(collector:EntityCollector):void

Sort the potentially visible data in an EntityCollector for rendering.

Parameters
collector:EntityCollector — The EntityCollector object containing the potentially visible data.
Wiki link
Click to go to the wiki page for 'away3d.core.sort.EntitySorterBase'

Code examples

Comments