dilevin / computer-graphics-meshes

Computer Graphics Assignment about Meshes
1 stars 5 forks source link

Significance of area normal #56

Open AlekseyPanas opened 10 months ago

AlekseyPanas commented 10 months ago

What is the visual significance of averaging the "area" normal, i.e, attaching triangle area to the magnitude if the normal? I noticed that when I normalize before averaging (i.e remove the effect of magnitude), then the per-vertex shading looks different than with weighed normals. What is the theoretical reason for weighing the normals by the triangle area?