diff options
author | alon@honor <none@none> | 2010-10-06 20:52:01 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-06 20:52:01 -0700 |
commit | a4aa186d1cfecb8576870e4d0415cdaa5a8c0812 (patch) | |
tree | b600f67f45cd1bbfc8fa1c14ecc68ad9107396df /demos/raytrace.html | |
parent | 636ca0d2b19455cac197e20f7dd81fd963bad685 (diff) |
optimize raytrace demo
Diffstat (limited to 'demos/raytrace.html')
-rw-r--r-- | demos/raytrace.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/raytrace.html b/demos/raytrace.html index fcfd56e1..a95d4468 100644 --- a/demos/raytrace.html +++ b/demos/raytrace.html @@ -57,7 +57,6 @@ <hr> Simple raytracing demo. The <a href="http://ompf.org/ray/sphereflake/">original C++ source</a> was automatically converted to JavaScript using <a href="http://emscripten.org">Emscripten</a>. - <b>Note</b>: This was done with Emscripten 0.3, which is designed for correctness, not speed! </body> </html> |