Add comment

This commit is contained in:
Irlan 2019-04-20 13:57:12 -03:00
parent 1e85ea0a36
commit 77ad799d94

View File

@ -45,6 +45,7 @@ struct smMesh
};
// Create a unit icosphere given the number of subdivisions.
// If the number of subdivisions to perform is zero then the output mesh is an octahedron.
void smCreateMesh(smMesh& output, u32 subdivisions);
#endif