Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MODELS] Models made by The Chaser (MANSIONBASE MODELS INCOMING)
xxxxxxxxxxxxxxxx Away
Posting Freak

Posts: 935
Threads: 0
Joined: Jun 2012
Reputation: 54
#9
RE: [MODELS] Models made by me

If you want to know the technical side to a normal map(you probably don't but I love writing walls of text Wink ): When the engine computes how brightly lit a vertex is, it uses the normal vector of the vertex to do that. It's basically a vector that tells the engine where the "up" direction of the vertex is (don't know how to explain it better).

It might be easier to imagine if you take the normal vector of the polygon that is formed by the vertices instead: if you take a piece of paper and balance a pen on its tip so its perpendicular to the paper, that's the normal vector = the direction the paper is facing ^^

Now to compute the lighting, the engine basically compares that normal vector of the vertices/polygons with the vector of the incoming light. If they're exactly opposite, the light is hitting the polygon at a right angle and it is lit with maximum brightness. If they're going in the same direction, the light is hitting the polygon from behind and it is not lit at all = black.

What the normal map does basically is, it uses red green and blue values to store the normal vectors of a highpoly mesh (the rgb value stores the x,y and z values) in the texture of a lowpoly mesh. (You can also generate "fake" normalmaps from photos) Now when the engine is computing the lighting, it uses these stored vectors instead of the normal vectors of the lowpoly. This allows you to fake surface details or soft edges without additional geometry.
09-06-2012, 10:33 AM
Find


Messages In This Thread
RE: [MODELS] Models made by me - by Traggey - 09-05-2012, 03:15 PM
RE: [MODELS] Models made by me - by lolmaster - 09-05-2012, 07:50 PM
RE: [MODELS] Models made by me - by The chaser - 09-06-2012, 09:24 AM
RE: [MODELS] Models made by me - by Adny - 09-06-2012, 09:33 AM
RE: [MODELS] Models made by me - by Traggey - 09-06-2012, 09:51 AM
RE: [MODELS] Models made by me - by The chaser - 09-06-2012, 10:00 AM
RE: [MODELS] Models made by me - by xxxxxxxxxxxxxxxx - 09-06-2012, 10:33 AM
RE: [MODELS] Models made by me - by The chaser - 09-06-2012, 11:19 AM
RE: [MODELS] Models made by me - by Solipsist - 10-15-2012, 10:17 AM
RE: [MODELS] Models made by me - by The chaser - 11-08-2012, 07:35 PM
RE: [MODELS] Models made by me - by johnbox - 11-08-2012, 08:24 PM
RE: [MODELS] Models made by me - by The chaser - 11-08-2012, 09:25 PM
RE: [MODELS] Models made by me - by The chaser - 12-10-2012, 08:40 PM
RE: [MODELS] Models made by me - by Statyk - 12-11-2012, 12:19 AM
RE: [MODELS] Models made by me - by The chaser - 12-11-2012, 07:48 AM
RE: [MODELS] Models made by me - by The chaser - 12-11-2012, 02:31 PM
RE: [MODELS] Models made by me - by Chap - 12-11-2012, 03:18 PM
RE: [MODELS] Models made by me - by Chap - 12-11-2012, 03:23 PM
RE: [MODELS] Models made by me - by Statyk - 12-11-2012, 07:30 PM
RE: [MODELS] Models made by me - by The chaser - 12-11-2012, 10:22 PM
RE: [MODELS] Models made by me - by Statyk - 12-12-2012, 07:02 AM
RE: [MODELS] Models made by me - by The chaser - 07-08-2013, 05:04 PM
RE: [MODELS] Models made by me - by The chaser - 07-09-2013, 03:03 PM



Users browsing this thread: 1 Guest(s)