misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / 3D / ModelViewer / eModel.epj
index 4155e0b..27c80ee 100644 (file)
       {
          "Name" : "Debug",
          "Options" : {
-            "Debug" : true
+            "Debug" : true,
+            "FastMath" : false
          }
       },
       {
          "Name" : "Release",
          "Options" : {
-            "Optimization" : "Speed"
+            "Optimization" : "Speed",
+            "FastMath" : true
          }
       }
    ],