OSDN Git Service

32
authorunknown <hskwk@.(none)>
Fri, 14 May 2010 02:52:31 +0000 (11:52 +0900)
committerunknown <hskwk@.(none)>
Fri, 14 May 2010 02:52:31 +0000 (11:52 +0900)
test3/MainPage.xaml.cs
test3/PsychlopsMain.cs
test3/PsychlopsSilverlight3test.csproj

index d0bcae8..7aa4b92 100644 (file)
@@ -22,7 +22,8 @@ namespace PsychlopsSilverlight3test
                        this.MouseEnter += getFocusMouseEnter;\r
                        System.Windows.Application.Current.Host.Settings.MaxFrameRate = 60;\r
                        System.Windows.Application.Current.Host.Settings.EnableFrameRateCounter = true;\r
-                       System.Windows.Application.Current.Host.Settings.EnableCacheVisualization = true;\r
+                       System.Windows.Application.Current.Host.Settings.EnableCacheVisualization = false;\r
+                       //<param name="enableGPUAcceleration" value="true"/>\r
                        System.Windows.Media.CompositionTarget.Rendering += new System.EventHandler(CompositionTarget_Rendering);\r
                        //main_routine =  new System.ComponentModel.BackgroundWorker();\r
                        //main_routine.DoWork += new System.ComponentModel.DoWorkEventHandler(psychlops_main);\r
index bbaf192..058e332 100644 (file)
@@ -9,7 +9,7 @@ namespace Psychlops
                public Point[] cood;\r
                public RandomDots()\r
                {\r
-                       cood = new Point[100];\r
+                       cood = new Point[250];\r
                        dot = new Rectangle(5, 5);\r
                }\r
                public void draw()\r
index 48a3682..60fa96a 100644 (file)
@@ -85,6 +85,9 @@
   <ItemGroup>\r
     <None Include="Properties\AppManifest.xml" />\r
   </ItemGroup>\r
+  <ItemGroup>\r
+    <Content Include="TestPage.html" />\r
+  </ItemGroup>\r
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r