Bump map in direct3D

Started by
0 comments, last by The C modest god 20 years, 6 months ago
I have an x file with bump which I load using the loadmesh function. Are there any more settings I need to do in order for the bumb map to be seen? set render and such? or other settings?
It's all about the wheel.Never blindly trust technoligy.I love my internal organs.Real men don't shower.Quote:Original post by Toolmaker Quote:Original post by The C modest godHow is my improoved signature?It sucks, just like you.
Advertisement
Depending on your target card, you may need to convert the bump map to a normal map. Then, use dot product formula to your advantage in lighting, and for bumped environment mapping, offset the envmap texture coordinates appropriately per texel with the normalmap.

If this is not clear, then i suggest you study some more theory behind bumpmapping.

Kind rgds,

-Nik

Niko Suni

This topic is closed to new replies.

Advertisement