X-Git-Url: https://eleni.mutantstargoat.com/git/?p=demo;a=blobdiff_plain;f=src%2Fmeshgen.h;h=1db98f95a1a31d9ce69e8b5a64e38b5cd81493c5;hp=81880f68715e6f85e5d92c48ad8d8273050c0c23;hb=1e8963fc3f8191e328bbecd04cfbcba31d7d0bdf;hpb=73b9db25a6deff93da45f3c45290ca8a56fefed3 diff --git a/src/meshgen.h b/src/meshgen.h index 81880f6..1db98f9 100644 --- a/src/meshgen.h +++ b/src/meshgen.h @@ -8,6 +8,6 @@ class Mesh; /* generates geodesic sphere: if hemi is true we only gen the hemisphere */ void gen_geosphere(Mesh *mesh, float rad, int subdiv, bool hemi = false); void gen_heightfield(Mesh *mesh, float xsz, float ysz, float height, int usub, - int vsub, float (*calc_height)(float u, float v, void *ptr), void *ptr); + int vsub, float (*calc_height)(float u, float v, void *ptr), void *ptr); #endif // MESHGEN_H_