Return to Website

MWGraphics Forum

none

MWGraphics Forum
Start a New Topic 
Author
Comment
View Entire Thread
Re: Normalmaps/Bumpmaps

So you're not going to make a normalmap creator right?

Re: Normalmaps/Bumpmaps

Well normalmaps are rather complicated. Each point in the "image" is actually an angle so my guess is that the information is stored using all 4 parts (RGB and A) to create a floating point value in degrees or radians.

the maths involved in converting a simple height map to a bumpmap makes my head hurt just thinking about it. You can`t just take each point and convert it. You have to analyse all the surrounding points so you know if this point is on an upslope or downslope and how steep the slope is before you can start calculating the angle of the surface normal. Lots of nasty 3D vector calculations

I think the FSX sdk recommends using the nVidia plugin/tools for creating normalmaps. Nothing I could come up with is likely to be as good as what the professionals have been doing for years

Re: Normalmaps/Bumpmaps

Would you gimme a link to the nVidia normalmap generator?

PS
Is it more convenient for you, if I post here or if I email you?

Re: Normalmaps/Bumpmaps

http://developer.nvidia.com/object/photoshop_dds_plugins.html

These are plugins for Photoshop but they also work with other plugin-compatible programs like PaintShopPro