Parallax Mapping
Uploader Comments (larskendall)
Top Comments
-
this is how i understand it, normal maps are maps of the normals, so that lighting/refection can give it more depth, and parallax mapping alters the texture in realtime so to create the illusion of depth from perspective, am i right?
All Comments (23)
-
@matieman77 it does not alter the texture in any way. What it does it it changes the position from where u sample from the texture, so effectively it moves the position of the pixels. This movement depends on the depth/height of a pixel and the view direction of the observer. However parallax mapping is a kind of weak approximation, there are better techniques using only texture samples, while for example displacement mapping generates actual new geometry detail when needed.
-
does anyone have any tutorials for this?
-
Tesselation pretty much makes this obsolete.
-
@larskendall i love that plastic look
-
I feel like this is a really silly question, but I always assumed this was (from the comparison I saw in the video) bump-mapping. The description to this video is what I had in my head as a definition of bump-mapping. Can someone explain the difference? Thanks!
-
to tone down the wet effect I use a specularity map created with my software photosculpt. See my profile for more info?
-
@larskendall looks like wet rock. This effect is used in the game Alien Arena 2010 and produces a metallic look
-
relief mapping beats parallax mapping cause in relief mapping you can look from the side and it should still have the effect
-
@larskendall i'm pretty sure it's because they create the spec maps from the normals and don't go through the process of editing them further most of the time, the norals themselves don't create specular
-
The problem is the specular map, here they didnt use any specular map, i think they just used the default specular cuz it looks nicer.
tone down the specularity
LordHines420 3 years ago 3
I agree that specularity is usually way too high on normal mapping in games, giving everything a plastic or wet look. I left it high for this tech demo just because it's easier to see the details. Just imagine that the rocks are made of plastic that just got rained on :)
larskendall 3 years ago 17