genMeshBinormals function

void genMeshBinormals(
  1. Mesh mesh
)

Compute mesh binormals.

Implementation

void genMeshBinormals(Mesh mesh) {
  return library.GenMeshBinormals(mesh.pointer);
}