Advertisement

Latest normals Activity

PointLight troubles in directx11

I solved the problem, my normals was incorrect

780 views
Advertisement
enigma_dev
April 09, 2022 02:23 PM
DevBlog 22 - Tighten Up The Graphics (Adding HDR, Bloom, Normal Maps, and more) [OpenGL 3.3]



I've refactored the rendering system in my engine.

The old way of rendering was complete in SDR.  

In this update I created a separate off screen framebuffer that everything is rendered to first.

This offscreen framebuffer is a float framebuffer, and can store values outside of the normal [0,1] r…

13,000 views
Problem with normals (DirectX 11)

@noxil @johnnycode  The problem was indeed with the mesh importing. The tutorial I used to load meshes recalculated the normal by using the tangent and binormal vectors. I have changed it to use the normal data from the mesh file instead. The normals now appear smooth. Thanks for your help!

7,126 views
Normals are not correct, causing issues with shading

Does the model have correct UV's?

It looks like maybe you are using object space normals. Tangent space normals are most likely what you want.

3,096 views
Trouble getting normals of line segments in 2D

I figured it all out. Thanks for your ideas!

2,662 views
Advertisement
Advertisement