From: HOSOKAWA Kenchi Date: Tue, 24 Aug 2010 04:22:53 +0000 (+0900) Subject: Revert "123" X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f363b7287669ba8b29a2a8ef1fd87ab8ca703d21;hp=dd11e3eedbf6f6fa5804842100af871566142d34;p=psychlops%2Fsilverlight.git Revert "123" This reverts commit dd11e3eedbf6f6fa5804842100af871566142d34. --- diff --git a/test4/PsychlopsMain.cs b/test4/PsychlopsMain.cs index c880085..e7b6754 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/4; i++) + for (int i = 0; i < dots.cood.Length; i++) { dots.cood[i].set(Math.random(500), Math.random(500)); }