From: HOSOKAWA Kenchi Date: Fri, 13 Aug 2010 04:41:43 +0000 (+0900) Subject: 123 X-Git-Url: http://git.osdn.net/view?p=psychlops%2Fsilverlight.git;a=commitdiff_plain;h=dd11e3eedbf6f6fa5804842100af871566142d34 123 --- diff --git a/test4/PsychlopsMain.cs b/test4/PsychlopsMain.cs index e7b6754..c880085 100644 --- a/test4/PsychlopsMain.cs +++ b/test4/PsychlopsMain.cs @@ -249,8 +249,8 @@ namespace PsychlopsSilverlight4test //Figures.drawGabor(ref img, 20, 100, 1, 0, frames * 2.0 * Math.PI / tfreq / 60); //Figures.drawGaussian(ref img, 20, 1); //Figures.drawGrating(ref img, 200, 200, 20, 1, 2, frames * 2.0 * Math.PI / tfreq / 60); - img.centering(Mouse.position); - img.draw(); + //img.centering(Mouse.position); + //img.draw(); //g.centering(Mouse.position).draw(); //g.rotation += 1; @@ -267,7 +267,7 @@ namespace PsychlopsSilverlight4test fixation.draw(new Stroke(Color.green, 3)); }*/ - for (int i = 0; i < dots.cood.Length; i++) + for (int i = 0; i < dots.cood.Length/4; i++) { dots.cood[i].set(Math.random(500), Math.random(500)); }