~jsalsman/canvask3d/htfphp

« back to all changes in this revision

Viewing changes to html5logo_DEBUG.html

  • Committer: James Salsman
  • Author(s): Kevin Roast
  • Date: 2011-09-26 20:17:00 UTC
  • Revision ID: jsalsman@gmail.com-20110926201700-a8su52h05irrpzvo
update from Kevin's zip distribution

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html>
 
3
    <head>
 
4
      <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
 
5
      <title>The HTML5 logo - K3D demo in HTML5 Canvas and JavaScript (no Flash!)</title>
 
6
      <script src="scripts/mathlib.js"></script>
 
7
      <script src="scripts/k3d_main.js"></script>
 
8
      <script src="scripts/k3d_controller.js"></script>
 
9
      <script src="scripts/k3d_object.js"></script>
 
10
      <script src="scripts/k3d_light.js"></script>
 
11
      <script src="scripts/k3d_renderer.js"></script>
 
12
      <script src="scripts/html5logo.js"></script>
 
13
      <script>
 
14
         var DEBUG = {};
 
15
         DEBUG.FPS = true;
 
16
      </script>
 
17
   </head>
 
18
   
 
19
   <body style="margin:0px; overflow:hidden">
 
20
      <canvas id="canvas" style="background-color:#ddd"></canvas>
 
21
   </body>
 
22
</html>
 
 
b'\\ No newline at end of file'