Hi all,
Getting back to something I had to set aside earlier. I have computed a surface normal for each face/triangle of my model. My resulting normal is a Vector3d.
Now my question is, how do I tell what side of a triangle this normal is on? I think by doing this, it will tell me what side can be the front and back of my surface.
Does this sound correct?