X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Internals.pde;h=f6344975954b493b0946414d19893146e0c74b87;hb=190d91c2948b274a2dbaf4ec07450b4ebf2feece;hp=45a93632086ce7071482da8dd52861d77aefa21f;hpb=4214e9a2908a28344f1e90f98a645ebc2efa0fae;p=SugarCubes.git diff --git a/_Internals.pde b/_Internals.pde index 45a9363..f634497 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -252,7 +252,7 @@ void draw() { beginShape(POINTS); for (Point p : glucose.model.points) { stroke(colors[p.index]); - vertex(p.fx, p.fy, p.fz); + vertex(p.x, p.y, p.z); } endShape();