chore: fix typo
This commit is contained in:
parent
2b6444dfac
commit
26600b8688
|
@ -10,7 +10,7 @@
|
||||||
class Icosphere
|
class Icosphere
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Icosphere(float radius, int subdividision);
|
Icosphere(float radius, int subdivisions);
|
||||||
void render();
|
void render();
|
||||||
|
|
||||||
~Icosphere();
|
~Icosphere();
|
||||||
|
@ -56,4 +56,4 @@ private:
|
||||||
|
|
||||||
int vertexForEdge(Lookup& lookup, VertexList& vertices, int first, int second);
|
int vertexForEdge(Lookup& lookup, VertexList& vertices, int first, int second);
|
||||||
TriangleList subdivide(VertexList& vertices, TriangleList triangles);
|
TriangleList subdivide(VertexList& vertices, TriangleList triangles);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue