peterbraden / rays.rust

A rust implementation of a raytracer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smooth Mesh Normals

peterbraden opened this issue · comments

Different Types of Mesh:

  • Regular (ie. plane like)
  • From OBJ file etc.

On regular mesh, it should be easy to interpolate between vertices of triangles.