2012-09-29から1日間の記事一覧

Visualization of linear depth

If you write some screen-space shaders, often you have to get the position in world space or position in view space. And they are reconstructed from the depth buffer in most cases.They are many ways to do it, and this good article explain …