Skip to content

Commit

Permalink
removed redundant sphere stroke edges
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Oct 30, 2016
1 parent db6095e commit 4da26d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/processing/opengl/PGraphicsOpenGL.java
Expand Up @@ -9131,7 +9131,6 @@ int[] addSphere(float r, int detailU, int detailV,
indices[indCount + 3 * i + 1] = i0;
indices[indCount + 3 * i + 2] = i0 + 1;

addEdge(i0, i0 + 1, true, true);
addEdge(i0, i1, true, true);
}
indCount += 3 * detailU;
Expand Down

0 comments on commit 4da26d1

Please sign in to comment.