Interactive_Computer_Graphi.../Uebung_21122023/Quad/index.html

18 lines
575 B
HTML
Raw Permalink Normal View History

2023-12-19 20:04:36 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>WebGL Example</title>
<script type="text/javascript" src="common/assimpjs.js"></script>
<script type="text/javascript" src="common/readMesh.js"></script>
<script type="text/javascript" src="common/gl-matrix.js"></script>
<script type="text/javascript" src="common/initShaders.js"></script>
</head>
<body>
<canvas width="512" height="512" id="gl-canvas"> If you see this, your browser doesn't support WebGL. </canvas>
<script src="main.js" type="text/javascript"></script>
</body>
</html>