9 lines
261 B
C
9 lines
261 B
C
#ifndef SWEET_GEOMETRY_H
|
|
#define SWEET_GEOMETRY_H
|
|
|
|
int icosphere (unsigned int nb_iterations, float scale,
|
|
unsigned int ** mesh_indices, unsigned int * count_indices,
|
|
float ** mesh_vertices, unsigned int * count_vertices);
|
|
#endif
|
|
|