Refactoring.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 10 Jul 2018 15:39:59 +0000 (18:39 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 10 Jul 2018 15:39:59 +0000 (18:39 +0300)
src/main/java/eu/svjatoslav/sixth/e3d/examples/RandomPolygonsDemo.java

index 24d0d2f..5ff3bfd 100755 (executable)
@@ -18,8 +18,8 @@ import eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe.Grid3D
 
 public class RandomPolygonsDemo {
 
-    public static final double POLYGON_AVERAGE_SIZE = 130;
-    public static final int POLYGON_COUNT = 10000;
+    private static final double POLYGON_AVERAGE_SIZE = 130;
+    private static final int POLYGON_COUNT = 1000;
 
     private static void addRandomPolygon(final ShapeCollection geometryCollection) {
         final Point3D polygonLocation = getRandomPoint(1000);