|
@@ -65,6 +65,14 @@ public class GeometryList {
|
|
this.comparator = comparator;
|
|
this.comparator = comparator;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * Returns the GeometryComparator that this Geometry list uses
|
|
|
|
+ * for sorting.
|
|
|
|
+ */
|
|
|
|
+ public GeometryComparator getComparator() {
|
|
|
|
+ return comparator;
|
|
|
|
+ }
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Set the camera that will be set on the geometry comparators
|
|
* Set the camera that will be set on the geometry comparators
|
|
* via {@link GeometryComparator#setCamera(com.jme3.renderer.Camera)}.
|
|
* via {@link GeometryComparator#setCamera(com.jme3.renderer.Camera)}.
|