We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4336e11 commit b3486a1Copy full SHA for b3486a1
1 file changed
java/examples/OpenGL/Performance/Esfera/Esfera.pde
@@ -69,8 +69,6 @@ class pelo
69
float x = radio * cos(theta) * cos(phi);
70
float y = radio * cos(theta) * sin(phi);
71
float z = radio * sin(theta);
72
- float msx= screenX(x,y,z);
73
- float msy= screenY(x,y,z);
74
75
float xo = radio * cos(thetaff) * cos(phff);
76
float yo = radio * cos(thetaff) * sin(phff);
@@ -88,4 +86,4 @@ class pelo
88
86
vertex(xb,yb,zb);
89
87
endShape();
90
}
91
-}
+}
0 commit comments