-
Is there a site where images created with planetGenesis are shared?.
2009-04-09 02:07:37 UTC by lunapod
-
vargol committed patchset 199 of module planetGenesis to the planetGenesis CVS repository, changing 13 files.
2008-10-24 19:41:20 UTC by vargol
-
A new noise is added, called SampleBased. It takes a double[][] sample array, and returns interpolated values ( bilinear or bicubic ). So post processes can be done in as much precision as you want and still it behaves like a noise. Hence any noise filters can be applied on it. Outside its boundaries, however, it can oly be zero, edge repeat or full repeat.
included are also, an Image based...
2008-10-23 07:14:52 UTC by datta_sid
-
Compare the code:
newMenu = new JMenu("Perlin");
item = new JMenuItem("plugins.engines.SummedPerlinWorley");
item.addActionListener(actionListener);
newMenu.add(item);
add(newMenu);
to the line in resource file:
plugins.engines.SummedPerlinWorley = Perlin/Summed Perlin-Worley
This will make it so much easier to organize the menus.
2008-10-14 21:56:23 UTC by datta_sid
-
Hi Sid, I did a little clean up of the menus in the API version so that will be carried forward into pG 2.0 which will hopefully be a tidy up exercise in general, and beyond.
I'm not entirely sure that extra using resource files would bring us.
2008-10-13 18:03:33 UTC by vargol
-
Noise menus should display descriptive names instead of class names.
FunctionMenu and NoiseMenu should put most of their information in resource files.
2008-10-13 07:09:32 UTC by datta_sid
-
Computing previews should be done in a different thread so that the UI does not hang while the slow noises update.
2008-10-13 07:04:28 UTC by datta_sid
-
vargol committed patchset 2 of module planetGenesis3 to the planetGenesis CVS repository, changing 143 files.
2008-09-28 13:24:17 UTC by vargol
-
vargol committed patchset 1 of module planetGenesis3 to the planetGenesis CVS repository, changing 143 files.
2008-09-28 13:24:17 UTC by vargol
-
vargol committed patchset 198 of module planetGenesis to the planetGenesis CVS repository, changing 3 files.
2008-08-30 17:40:28 UTC by vargol