ziporama
14 Jan 2007, 14:39
I have found two little gems in terms of saving to DDS and to create normal maps needed for FSX bump maps.
.Net based DDS converter in C# and Managed DirectX:
http://www.codeproject.com/cs/media/NormalMapCompressor.asp
The program loads normal files and outputs a DDS using .NET and shows you a preview of the bumpmaps in a DX window, has C# source code.
Note if you intend to only get the source code: also get the installer, as it has the images and filters necessary to run the code.
Normal map plug-in for The GIMP 2.2
http://nifelheim.dyndns.org/~cocidius/normalmap/
This one creates normal maps from height maps in the GIMP image editor, duplicating the functionality of the Nvidia photoshop normalmap.
Note: there's also a dds export plugin for GIMP, but it's not quite as nice as the .NET tool above.
Gimp can be found at http://www.gimp.org/
Cheers,
Etienne
.Net based DDS converter in C# and Managed DirectX:
http://www.codeproject.com/cs/media/NormalMapCompressor.asp
The program loads normal files and outputs a DDS using .NET and shows you a preview of the bumpmaps in a DX window, has C# source code.
Note if you intend to only get the source code: also get the installer, as it has the images and filters necessary to run the code.
Normal map plug-in for The GIMP 2.2
http://nifelheim.dyndns.org/~cocidius/normalmap/
This one creates normal maps from height maps in the GIMP image editor, duplicating the functionality of the Nvidia photoshop normalmap.
Note: there's also a dds export plugin for GIMP, but it's not quite as nice as the .NET tool above.
Gimp can be found at http://www.gimp.org/
Cheers,
Etienne