• There seems to be an up tick in Political commentary in recent months. Those of us who are long time members of the site we know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religiours commentary out of the fourms.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politicion will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment amoung members. It is a poison to the community. We apprciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Bump Mapping screwing up geometry.

D

Daycab

Guest
I've been working on my bump mapping for the Love project (for those who are counting, this is texture number 4) and am having a bit of a problem with it screwing up my geometry. If you look at the screenies, you can see it is totally messing up the spine of the aircraft and around the vents for the engine in the front. Can anyone suggest ways to avoid this or any issues that could be causing it? I can understand the ribbing on the fuselage, but the engine humps only have bump mapping along the black lines and none where they are screwed up.

daycab

P.S. I can lose the front bump mapping if need be, but the ribbing shows enough promise I really want to keep it. If you can suggest a different method, I'm all ears...
 
Hi
That effect normal means a bad bump map texture.you have missed a step in the making of the bump map or whatever converter your using isnt fsx compat.The only 2 converters I know of is the Nividia one and a plugin for gimp,there maybe others
Wozza
 
Hi
That effect normal means a bad bump map texture.you have missed a step in the making of the bump map or whatever converter your using isnt fsx compat.The only 2 converters I know of is the Nividia one and a plugin for gimp,there maybe others
Wozza

You're talking about converting it to a .dds file, correct? I'm using the Nvidia Photoshop plugin... As for making a bump map, I didn't think it was any different than any other texture.

daycab
 
Hi
Ive never used the nividia plugin only gimp,I do know you have to muck around with the color channels in the alpha see here
http://www.aerodynamika.com/cgi-bin/yabb/YaBB.cgi?num=1195605238
what I do in gimp is convert my bmp to a normal map bmp via the gimp plug in then run a batch file with image tool to rework the alpha channels and save as a dds texture
imagetool -nobeep -nomip -dxt5 -RedInAlpha -dds -nodither *.bmp
Wozza
 
Back
Top