Select Git revision
index.html 463 B
<html>
<head>
<title>WebGL Tutorial - Texture Mapping Example</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript" src="WebGLTextureMapping.js">
</script>
</head>
<body onload="main()">
<H1> WebGL - Texture Mapping </H1>
<canvas id="helloapicanvas" style="border: none;" width="500" height="500"></canvas>
<p style="color:cornflowerblue;"> (CC-NC-BY) 2019 SungHee Chae</p>
</body>
</html>