-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathwebgl.html
27 lines (27 loc) · 1.28 KB
/
webgl.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<meta charset="UTF-8" />
<title>xml3d.js Test Suite - All WebGL</title>
<link rel="stylesheet" href="./qunit/qunit.css" type="text/css" media="screen"/>
<script type="text/javascript" src="./qunit/qunit.js"></script>
<script type="text/javascript" src="./qunit/xml3d-config.js"></script>
<script type="text/javascript" src="./qunit/close-enough/qunit-close-enough.js"></script>
<script type="text/javascript" src="../build/output/xml3d.js"></script>
<script type="text/javascript" src="./elements-webgl.js"></script>
<script type="text/javascript" src="./notification-webgl.js"></script>
<script type="text/javascript" src="./webgl-scenegraph.js"></script>
<script type="text/javascript" src="./webgl-shading.js"></script>
<script type="text/javascript" src="lights.js"></script>
<script type="text/javascript" src="spotlights.js"></script>
<script type="text/javascript" src="./webgl-video.js"></script>
</head>
<body>
<h1 id="qunit-header"><a href=".">xml3d.js Test Suite</a> - All WebGL</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<iframe id="xml3dframe" scrolling="no" style="width:0px;height:0px"></iframe>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture">test markup</div>
</body>
</html>