X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=test4%2FPsychlopsMain.cs;fp=test4%2FPsychlopsMain.cs;h=c61acea34adb5820ff149a2749f9881c2d331c0c;hb=31576ff22c345dea6ef3a1f6d24b031a08a3a62f;hp=9090e565e1f5ab870ed670977d7befe60f762d7a;hpb=b55ddaa401cfe09614a68299447148a3dd55c406;p=psychlops%2Fsilverlight.git diff --git a/test4/PsychlopsMain.cs b/test4/PsychlopsMain.cs index 9090e56..c61acea 100644 --- a/test4/PsychlopsMain.cs +++ b/test4/PsychlopsMain.cs @@ -257,7 +257,7 @@ namespace PsychlopsSilverlightApp img2 = new Image(isize * 2, isize * 2); img3 = new Image(isize * 2, isize * 2); - Figures.ShaderGabor[] gabor1 = StaticFunctions.NewArray(100); + var gabor1 = StaticFunctions.NewArray(100); foreach(var g in gabor1) { g.setSigma(isize / 8).centering().shift(Math.random(300) - 150, Math.random(600) - 300);