Posted: Thu Jun 22, 2006 8:28 am
I still wasn´t able to figure out, how to generate Normal Maps....
Official forum of the Irrlicht Engine
https://irrlicht.sourceforge.io/forum/
Check the code section on this forum, I posted a possible fix there. I also made some more fixes which should help if your mesh has duplicate vertices. I will post them soon.hybrid wrote:This is a known issue. The normals are recalculated along with the tangents such that smoothed normals are lost. Unfortunately no one found a final working solution, yet. Or better, no one implemented one, yet.etcaptor wrote:I just made some tests with normal mapping and not animated .x models and found that when normal/paralax/ map is used engine stops supporting of smoth and character looks badly then with using of diffuse mapping. In this case will avoid using of normal map for charecters.
Not sure why that happens - I will need to check. It doesn't happen on all systems.imagination304 wrote:Hi Whitenoise,
Is this link correct?
http://www.whitenoiseaudio.com/clay/claymod_beta.zip
I ran the prg. and there is no file and help menu?
So, I could not test import/export function.
Also, to select buttons on menu, I must move the mouse pointer a little
distance below the original position? Why?
Thanks in advance
I will post some better instructions soon hopefully, but the basic idea is that you need to have a low polygon model (either import one or create it in the second mode). Use TAB to switch modes btw. On the third mode there is a button called 'generate mesh'. This will create the final mesh and try to create your UV coordinates for you if none exist. Then you can hit the 'render texture' button. This will generate your maps. You can export your maps by picking 'export LP model' on the file menu.TheGameMaker wrote:I still wasn´t able to figure out, how to generate Normal Maps....
But smoothed normals (as in .x or .3ds where several faces' normals are averaged) are still lost. That's what I meant. But indeed I did not check your code, yet, but I'm aware of it as I also replied to your postWhiteNoise wrote:Check the code section on this forum, I posted a possible fix there. I also made some more fixes which should help if your mesh has duplicate vertices. I will post them soon.hybrid wrote:This is a known issue. The normals are recalculated along with the tangents such that smoothed normals are lost. Unfortunately no one found a final working solution, yet. Or better, no one implemented one, yet.