HomeSort by relevance Sort by last modified time
    Searched refs:GuiComparator (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
GuiComparator.java 39 * <code>GuiComparator</code> sorts geometries back-to-front based
44 public class GuiComparator implements GeometryComparator {
RenderQueue.java 62 this.guiList = new GeometryList(new GuiComparator());
186 * <li>Bucket.Gui: {@link com.jme3.renderer.queue.GuiComparator} sorts geometries back to

Completed in 540 milliseconds