Glen Whitney
9107c82f13
Mostly works on VRML97 and up files. Unfortunately, many of the target files are VRML 1.0, so an on-the-fly converter will be needed. The strategy for that is to translate the converter in Wings 3D. Resolves #9. Reviewed-on: #10 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
15 lines
312 B
HTML
15 lines
312 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Archematics demo</title>
|
|
<script src="js/giveAwrl.js" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<p>Here is a
|
|
<a href="http://127.0.0.1:8080/assets/hartWings.wrl">Hart polyhedron
|
|
</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|