SSbump Generator is an easy to use program designed to help you generate SSBumps (Self Shadowed Bump Maps).The utility includes a CUDA GPU rendering extension that might come in handy.
What's New in This Release: [ read full changelog ]
· I now use OpenMP to multithread the program, and as a result moved all the non-Windows form code into an external .dll
· Added "Additive" and "Modulate" blend modes to the normal map generatorThe "Additive" blend mode is now the default.
· Slightly modified normal map generation
· Changed the order that normal maps were blended to make more senseNormal maps are now blended from the top layer down, so the blending settings on the top layer affect how it blends with the second layer, and the blending settings on the second layer affect how it blends witht the third, ect
· Changed the normal map generator so that height maps of different sizes could be loaded and blended together, if the images are smaller than the first height map, then they will automatically tile.
· Fixed a bug that prevented the bilateral filter from being set below 1.0, it can now be disabled by setting it to 0.0
· Changed default paramaters so that they generated better looking AO.
· Changed to a 'better' random number generato...