X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d-demos.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fexamples%2FPointCloudDemo.java;h=555066e072055d614774c3409907f621d3092ab3;hp=91856140c513be0ac60166498c326916203eefb8;hb=efd2a72758ee107b48cf4795e05ffb9219fd1d8b;hpb=63b799f7add2ebb5cd30b50c2581bc246f6e7b82 diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/examples/PointCloudDemo.java b/src/main/java/eu/svjatoslav/sixth/e3d/examples/PointCloudDemo.java index 9185614..555066e 100644 --- a/src/main/java/eu/svjatoslav/sixth/e3d/examples/PointCloudDemo.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/examples/PointCloudDemo.java @@ -1,5 +1,5 @@ /* - * Sixth 3D engine demos. Copyright ©2012-2018, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu + * Sixth 3D engine demos. Copyright ©2012-2019, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu * * This program is free software; you can redistribute it and/or * modify it under the terms of version 3 of the GNU Lesser General Public License @@ -26,7 +26,7 @@ public class PointCloudDemo { Transform transform = new Transform(new Point3D(0, -1000, 1000), 0, 0); // add galaxy - geometryCollection.addShape(new Galaxy(1000, 3, 10000, transform)); + geometryCollection.addShape(new Galaxy(500, 3, 10000, transform)); } }