Jump to content

Terrain does not write normals to normal buffer


Go to solution Solved by Josh,

Recommended Posts

Posted

I am currently working on a post processing effect and when i try to read the normal map i get this:

image.thumb.png.6524b3f7b5612e4d1cf6e907ef4f584b.png

It seems that the normalbuffer isn't defined in the areas where the terrain is rendered, sometimes it looks like this, sometimes when moving the camera the terrain is rendered just black.

 

 vec3 n = textureLod(texture2DSampler[PostEffectTextureID1], uv, 0).rgb;
outColor = vec4(n,1.0);

 

  • Windows 10 Pro 64-Bit-Version
  • NVIDIA Geforce 1080 TI
  • Solution
Posted

Fixed, I think. You need to update your project to get the new shader files.

My job is to make tools you love, with the features you want, and performance you can't live without.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...