archematics/public/hartPoly.html
Glen Whitney 9107c82f13 feat: Proof of concept for displaying wrl files (#10)
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>
2023-08-31 05:30:41 +00:00

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>