archematics/public/index.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

22 lines
647 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Archematics demo</title>
</head>
<body>
<h2>Joyce Geometry Applet</h2>
<ul>
<li> <a href="inscribed-equilateral.html">Before</a> </li>
<li> <a href="inscribed-modified.html">After</a> </li>
</ul>
<h2>WRL Files</h2>
<ul><li> <a href="wrl_2.html">Target two</a></li>
<li> <a href="wrl_modified.html">Target modified</a></li>
<li> <a href="wrl_1.html">Older target</a></li>
<li> <a href="wrl_older.html">Older modified</a></li>
<li> <a href="hartPoly.html">Hart polyhedron</a></li>
</ul>
</body>
</html>