Use a octosphere instead of a icosahedron
This commit is contained in:
@ -556,7 +556,7 @@ struct DrawWireSphere
|
||||
DrawWireSphere()
|
||||
{
|
||||
smMesh mesh;
|
||||
smCreateMesh(mesh, 1);
|
||||
smCreateMesh(mesh, 2);
|
||||
|
||||
m_vertexCount = mesh.vertexCount;
|
||||
m_indexCount = mesh.indexCount;
|
||||
@ -669,7 +669,7 @@ struct DrawSolidSphere
|
||||
DrawSolidSphere()
|
||||
{
|
||||
smMesh mesh;
|
||||
smCreateMesh(mesh, 1);
|
||||
smCreateMesh(mesh, 2);
|
||||
|
||||
m_vertexCount = mesh.vertexCount;
|
||||
m_indexCount = mesh.indexCount;
|
||||
|
Reference in New Issue
Block a user