diff --git a/java/examples/Demos/Performance/Esfera/Esfera.pde b/java/examples/Demos/Performance/Esfera/Esfera.pde old mode 100755 new mode 100644 index e6f12c130..1b84f291d --- a/java/examples/Demos/Performance/Esfera/Esfera.pde +++ b/java/examples/Demos/Performance/Esfera/Esfera.pde @@ -6,63 +6,63 @@ */ int cuantos = 16000; -pelo[] lista ; -float[] z = new float[cuantos]; -float[] phi = new float[cuantos]; -float[] largos = new float[cuantos]; +Pelo[] lista ; float radio = 200; float rx = 0; float ry =0; void setup() { size(1024, 768, P3D); - noSmooth(); - frameRate(120); + radio = height/3.5; - - lista = new pelo[cuantos]; - for (int i=0; i