For a 3D game engine I'm working on I need to calculate if two 3D triangles are on the same plane to display it accordingly. How do I calculate the angles of a triangle in 3D space?
Would calculating a surface normal and comparing those ever give me 2 equivalent normals?