http://www.sunandblackcat.com/tipFullView.php?topicid=28 This lesson shows how to implement different Parallax Mapping techniques in GLSL and OpenGL (same techniques are used to implement Parallax Mapping in DirectX). Following techniques will be d…
[Parallax Mapping] Parallax mapping belongs to the family of displacement mapping techniques that displace or offset vertices based on geometrical information stored inside a texture. 1.Height Map. One way to do this is to take a plane with roughly 1…
[Game Engine Architecture 10] 1.Full-Screen Antialiasing (FSAA) also known as super-sampled antialiasing (SSAA). the scene is rendered into a frame buffer that is larger than the actual screen. Once rendering of the frame is complete, the resulting o…