From 96cd28c56deaad54b1bb7319d5f123dab9bbb739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=ED=98=84=EC=9A=B1?= <chu9741@ajou.ac.kr> Date: Wed, 12 May 2021 20:42:44 +0900 Subject: [PATCH] Upload New File --- Lab08/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Lab08/index.html diff --git a/Lab08/index.html b/Lab08/index.html new file mode 100644 index 0000000..1abae88 --- /dev/null +++ b/Lab08/index.html @@ -0,0 +1,24 @@ +<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> -- GitLab