Skip to content

Commit

Permalink
Removed clearDepth and depthFunc from 10, more reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gpjt committed Mar 1, 2011
1 parent 135d4b0 commit d544dfc
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 287 deletions.
16 changes: 8 additions & 8 deletions lesson09/index.html
Expand Up @@ -412,17 +412,17 @@


<body onload="webGLStart();">
<a href="http://learningwebgl.com/blog/?p=1008">&lt;&lt; Back to Lesson 9</a><br />
<a href="http://learningwebgl.com/blog/?p=1008">&lt;&lt; Back to Lesson 9</a><br />

<canvas id="lesson09-canvas" style="border: none;" width="500" height="500"></canvas>
<canvas id="lesson09-canvas" style="border: none;" width="500" height="500"></canvas>

<br/>
<input type="checkbox" id="twinkle" /> Twinkle<br/>
(Use up/down cursor keys to rotate, and <code>Page Up</code>/<code>Page Down</code> to zoom out/in)
<br/>
<input type="checkbox" id="twinkle" /> Twinkle<br/>
(Use up/down cursor keys to rotate, and <code>Page Up</code>/<code>Page Down</code> to zoom out/in)

<br/>
<br/>
<a href="http://learningwebgl.com/blog/?p=1008">&lt;&lt; Back to Lesson 9</a>
<br/>
<br/>
<a href="http://learningwebgl.com/blog/?p=1008">&lt;&lt; Back to Lesson 9</a>
</body>

</html>

0 comments on commit d544dfc

Please sign in to comment.