DispGen: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
TomEdwards (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
==See Also== | ==See Also== | ||
* [http:// | * [http://www.chaosincarnate.net/cannonfodder/cftools.php?program=dispgen DispGen homepage] | ||
* [[Digital Elevation Models]] - tutorial on converting publicly available terrain heightmaps of the {{wiki|United States}} into [[Source]] displacement maps. | * [[Digital Elevation Models]] - tutorial on converting publicly available terrain heightmaps of the {{wiki|United States}} into [[Source]] displacement maps. | ||
[[Category:Third Party Tools]] | [[Category:Third Party Tools]] | ||
[[Category:Level Design]] | [[Category:Level Design]] |
Revision as of 13:18, 5 December 2008
This program will create a Half-Life 2 displacement map from a heightmap image. It can read common image formats along with 16-bit grayscale TIFF and PGM images.
It uses a 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° to 90°)
DispGen includes an algorithm (jokingly described as 'pat. pending') for fixing texture stretching on the vertical parts of the terrain.
See Also
- DispGen homepage
- Digital Elevation Models - tutorial on converting publicly available terrain heightmaps of the
United States into Source displacement maps.