sweet/sweet_geometry.h
2014-04-30 07:02:22 +02:00

9 lines
306 B
C

#ifndef SWEET_GEOMETRY_H
#define SWEET_GEOMETRY_H
int sweet_geometry_icosphere (unsigned int nb_iterations, float scale,
unsigned int ** mesh_indices, unsigned int * count_indices,
float ** mesh_vertices, unsigned int * count_vertices);
#endif