diff options
Diffstat (limited to 'demos/raytrace.html')
-rw-r--r-- | demos/raytrace.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/raytrace.html b/demos/raytrace.html index 5d03b7fa..0996e268 100644 --- a/demos/raytrace.html +++ b/demos/raytrace.html @@ -33,6 +33,9 @@ <canvas id='canvas' width=128 height=128></canvas> <hr> <div id="output" style="font-family: Courier New,Courier,monospace;">Generating scene data, please wait...</div> + <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>. </body> </html> |