package org.papervision3d.core.render.sort { /** * @Author Ralph Hauwert */ public interface IRenderSorter { function sort(array:Array):void; } }