Correct a bad name
This commit is contained in:
parent
597ab9f98c
commit
1da4e82e8d
@ -288,9 +288,9 @@ free_all (struct map * map, struct vertex_array * array, struct face_item * root
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
icosphere (unsigned int nb_iterations, float scale,
|
sweet_geometry_icosphere (unsigned int nb_iterations, float scale,
|
||||||
unsigned int ** mesh_indices, unsigned int * count_indices,
|
unsigned int ** mesh_indices, unsigned int * count_indices,
|
||||||
float ** mesh_vertices, unsigned int * count_vertices)
|
float ** mesh_vertices, unsigned int * count_vertices)
|
||||||
{
|
{
|
||||||
struct face_item * root;
|
struct face_item * root;
|
||||||
struct face_item * f;
|
struct face_item * f;
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
#ifndef SWEET_GEOMETRY_H
|
#ifndef SWEET_GEOMETRY_H
|
||||||
#define SWEET_GEOMETRY_H
|
#define SWEET_GEOMETRY_H
|
||||||
|
|
||||||
int icosphere (unsigned int nb_iterations, float scale,
|
int sweet_geometry_icosphere (unsigned int nb_iterations, float scale,
|
||||||
unsigned int ** mesh_indices, unsigned int * count_indices,
|
unsigned int ** mesh_indices, unsigned int * count_indices,
|
||||||
float ** mesh_vertices, unsigned int * count_vertices);
|
float ** mesh_vertices, unsigned int * count_vertices);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user