OECalculateNormals¶
bool OECalculateNormals(OESurface &surf)
Will calculate a normal vector for every vertex of the surface and
store them on the surf. To retrieve the vectors after calculation,
use the OESurface.GetNormals or
OESurface.GetNormal methods.
See also