OECalculateFaceNormalsΒΆ
bool OECalculateFaceNormals(OESurface &surf)
Will calculate a normal vector for every triangle of the surface and store them on the surf. To retrieve the vectors after calculation, use the OESurface::GetFaceNormals or OESurface::GetFaceNormal methods.
See also