steve3d Posted November 23, 2011 Posted November 23, 2011 See the attachement, the branches has normalmap rendered into normal buffer, but the leafs are rendered with all same color, means there is no normalmap in leaves, why?
steve3d Posted November 25, 2011 Author Posted November 25, 2011 is this designed to be this or just I have this problem?
manguste Posted November 25, 2011 Posted November 25, 2011 A deferred buffer with normals is just used for faster access to the normals data. Billboards skip this step. Normal maps for leaves are used during light passes (at least in case when forward rendering is used rather than deferred lighting). Simply press 4 hotkey to show normals and you'll see a normal map on leaves.
Recommended Posts