Skip to content
Snippets Groups Projects
Select Git revision
  • cdc3db807ff91cd13a6ad9207d0119df7ea4756b
  • master default protected
2 results

index.html

Blame
  • 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>