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));
}
}
/**
* Color of the inactive cell (R, G, B, A)
*/
- private static final Color INACTIVE_COLOR = new Color("55F5");
+ private static final Color INACTIVE_COLOR = new Color("55F8");
/**
* Color of the inactive cell (R, G, B, A) while mouse is over it.
*/
- private static final Color INACTIVE_COLOR_MOUSE_OVER = new Color("77F7");
+ private static final Color INACTIVE_COLOR_MOUSE_OVER = new Color("77F8");
/**
* A placeholder variable to help in next generation computation. Indicates
* whether cell is going to survive within next generation.