Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lesson_001/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>

<script src="gl.js"></script>
<script src="shaders.js"></script>
<script src="Shaders.js"></script>
<script>
var gl;
window.addEventListener("load",function(){
Expand Down Expand Up @@ -86,4 +86,4 @@
</script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions lesson_002/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>

<script src="gl.js"></script>
<script src="shaders.js"></script>
<script src="Shaders.js"></script>
<script src="RenderLoop.js"></script>
<script>
var gl, //Global Reference to our extended GL context
Expand Down Expand Up @@ -123,4 +123,4 @@
</script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions lesson_003/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>

<script src="gl.js"></script>
<script src="shaders.js"></script>
<script src="Shaders.js"></script>
<script src="RenderLoop.js"></script>
<script src="Modal.js"></script>

Expand Down Expand Up @@ -129,4 +129,4 @@
</script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions lesson_004/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>

<script src="gl.js"></script>
<script src="shaders.js"></script>
<script src="Shaders.js"></script>
<script src="RenderLoop.js"></script>
<script src="Modal.js"></script>
<script src="Primatives.js"></script>
Expand Down Expand Up @@ -82,4 +82,4 @@
</script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions lesson_005/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<script src="gl.js"></script>
<script src="Math.js"></script>
<script src="shaders.js"></script>
<script src="Shaders.js"></script>
<script src="RenderLoop.js"></script>
<script src="Transform.js"></script>
<script src="Modal.js"></script>
Expand Down Expand Up @@ -105,4 +105,4 @@
</script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions lesson_006/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<script src="gl.js"></script>
<script src="Math.js"></script>
<script src="shaders.js"></script>
<script src="Shaders.js"></script>
<script src="RenderLoop.js"></script>
<script src="Transform.js"></script>
<script src="Modal.js"></script>
Expand Down Expand Up @@ -101,4 +101,4 @@
</script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions lesson_007/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<script src="gl.js"></script>
<script src="Math.js"></script>
<script src="shaders.js"></script>
<script src="Shaders.js"></script>
<script src="RenderLoop.js"></script>
<script src="Transform.js"></script>
<script src="Modal.js"></script>
Expand Down Expand Up @@ -123,4 +123,4 @@
</script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions lesson_008/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<script src="gl.js"></script>
<script src="Math.js"></script>
<script src="shaders.js"></script>
<script src="Shaders.js"></script>
<script src="RenderLoop.js"></script>
<script src="Transform.js"></script>
<script src="Modal.js"></script>
Expand Down Expand Up @@ -131,4 +131,4 @@
</script>

</body>
</html>
</html>