mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 11:51:54 +01:00
Merge pull request #3211 from JakubValtar/bugfix-sphere-edges
Removed extra edges in sphere tesselation (#3193)
This commit is contained in:
@@ -8863,9 +8863,6 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
indices[indCount + 1] = vert1 - detailU;
|
||||
indices[indCount + 2] = vert1 - 1;
|
||||
indCount += 3;
|
||||
|
||||
addEdge(vert1 - detailU, vert1 - 1, true, true);
|
||||
addEdge(vert1 - 1, vert1, true, true);
|
||||
}
|
||||
|
||||
// Northern cap -------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user