Secondary Normal mapping default light
Secondary Normal mapping default light
Normal mapping uses a fake default light from the west to the east.
There is need for a second default light(a little darker)
from the east to the west,because when you look at a monster at its unlit side.you see only a dark outline.
There is need for a second default light(a little darker)
from the east to the west,because when you look at a monster at its unlit side.you see only a dark outline.
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
In either cases you cant see much.
ere is an example of two (unfinished) actors,with a temporary flat normal map.
Only the human has some bumpyy normals,on his armour.
Anyway-the first pic is with a spotlight directly above their origin.
Still too dark.
ere is an example of two (unfinished) actors,with a temporary flat normal map.
Only the human has some bumpyy normals,on his armour.
Anyway-the first pic is with a spotlight directly above their origin.
Still too dark.
- Attachments
-
- normal_mapping_spotlight_above_1.JPG (26.94 KiB) Viewed 2861 times
-
- Posts: 24
- Joined: Sun Dec 04, 2005 11:34 pm
In 3ds max,click on the bump map slot,to go to the object texture rollout,
right click on the main material (the big sphere)
and choose render map-then save the rendered map as .tga.
I have previously posted the TGAtoDot3 material pluggin for Max4 in the forum.
If i find a Max3 version,i will post it.
right click on the main material (the big sphere)
and choose render map-then save the rendered map as .tga.
I have previously posted the TGAtoDot3 material pluggin for Max4 in the forum.
If i find a Max3 version,i will post it.
- Attachments
-
- normal_map_create_03.JPG (35.77 KiB) Viewed 2836 times
Untill now,only the front of the upper legs have some bumps-the rest actor is almost flat.
Compare the legs-the left is normal mapped,and the right is standard mapped.
The actor is rather small-its about 23 inches tall,so when its done,detail likeon the legs will be enough.
Both pics are taken with a spotlight of 660 light intensity,with a 45 degrees angle.
If i make the rest of the normal map,and diffuse for the body,i will post a new pic.
There is another more common way of making normal maps-
You need a utility for the 3D modeler like crytec of farcry has for Max,
which lets you choose high poly model,and a target low poly model,and creates a normal map according the mapping coordinates i think.
or find a standalone program that does the same.
Compare the legs-the left is normal mapped,and the right is standard mapped.
The actor is rather small-its about 23 inches tall,so when its done,detail likeon the legs will be enough.
Both pics are taken with a spotlight of 660 light intensity,with a 45 degrees angle.
If i make the rest of the normal map,and diffuse for the body,i will post a new pic.
There is another more common way of making normal maps-
You need a utility for the 3D modeler like crytec of farcry has for Max,
which lets you choose high poly model,and a target low poly model,and creates a normal map according the mapping coordinates i think.
or find a standalone program that does the same.
- Attachments
-
- normal_map_01.JPG (28.06 KiB) Viewed 2835 times
I don'T have anything against 2 lights for normal mapping, but it is really important that the lights come from up-east and up-west and not from east and west because two lights that are lit by the same color and are in exactly the opposite direction would nullify the shadows and so they would nullify the bumps on the normal map, causing it to be useless.
Everyone can see the difficult, but only the wise can see the simple.
-----
-----
I don't understand the problem that you are experiencing but I can tell you how it works:
The code right now has no way right now to similuate any kind of fall off or etc... It also can't distinguish between brighter and dimmer lights... So ALL lights are the same... that is all lights are parrellel lights or point lights... right now everything is basically a parrallel light... I have code to support point lights as well but I saw no difference between the two so I do the little less intensive point light...
I wish I could tell you that I will get a chance to work on it... but I don't know that I will... am trying to get dot3 working with the world... but I am running into some problems and I don't get to work with this stuff as much as I used to...
The code right now has no way right now to similuate any kind of fall off or etc... It also can't distinguish between brighter and dimmer lights... So ALL lights are the same... that is all lights are parrellel lights or point lights... right now everything is basically a parrallel light... I have code to support point lights as well but I saw no difference between the two so I do the little less intensive point light...
I wish I could tell you that I will get a chance to work on it... but I don't know that I will... am trying to get dot3 working with the world... but I am running into some problems and I don't get to work with this stuff as much as I used to...
I meant to say...Anonymous wrote: I have code to support point lights as well but I saw no difference between the two so I do the little less intensive point light...
I have code to support point lights as well but I saw no difference between the two so I do the little less intensive parallel light...