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>
This commit is contained in:
parent
97f7138d7b
commit
9107c82f13
12 changed files with 2827 additions and 0 deletions
|
@ -5,9 +5,17 @@
|
|||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue