Skip to content
Snippets Groups Projects
Commit 96cd28c5 authored by 최현욱's avatar 최현욱
Browse files

Upload New File

parent c8145eb4
No related branches found
No related tags found
No related merge requests found
<html>
<head>
<title>WebGL1.0 Tutorial Lab08</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript" src="gl-matrix.js"> </script>
<script type="text/javascript" src="T07.js"> </script>
</head>
<body onload="main()">
<canvas id="helloapicanvas" style="border: none;" width="600" height="600"></canvas>
<br/> <br/>
<button onclick="toggleAnimation()">Toggle Animation</button>
<button onclick="speed_plus()"> + </button>
<button onclick="speed_minus()"> - </button>
<button onclick="draw_mode_line()"> Lines </button>
<button onclick="draw_mode_triangle()"> Triangles </button>
<button onclick="draw_mode_point()"> Points </button>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment