DispGen: Difference between revisions
Jump to navigation
Jump to search
Cannonfodder (talk | contribs) mNo edit summary |
Cannonfodder (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
This program will create a half-life 2 [[displacement]] map from a height map image. It can read common image formats along with 16-bit grayscale TIFF and PGM images. | This program will create a half-life 2 [[displacement]] map from a height map image. It can read common image formats along with 16-bit grayscale TIFF and PGM images. | ||
It uses bicubic interpolation scaling algorithm. This generates a better image if the size of terrain is significantly different from the size of the texture image. | |||
Alpha maps can be generated using images, based on the height of the texture or based on the slope (0-90 degrees) | |||
Dispgen includes an algorithm (pat. pending) for fixing texture stretching on the vertical parts of the terrain. | |||
---- | ---- |
Revision as of 20:33, 4 July 2005
This program will create a half-life 2 displacement map from a height map image. It can read common image formats along with 16-bit grayscale TIFF and PGM images.
It uses bicubic interpolation scaling algorithm. This generates a better image if the size of terrain is significantly different from the size of the texture image.
Alpha maps can be generated using images, based on the height of the texture or based on the slope (0-90 degrees)
Dispgen includes an algorithm (pat. pending) for fixing texture stretching on the vertical parts of the terrain.
See Also