Galaxy and glowing point visual improvements.
[sixth-3d-demos.git] / src / main / java / eu / svjatoslav / sixth / e3d / examples / PointCloudDemo.java
index 9185614..974ecc7 100644 (file)
@@ -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));
 
     }
 }