feat: Get x_ite mostly working on VRML97 and later files
In addition, it checks for VRML 1.0 files and reports that it can't yet handle them. There are still some glitches, but the basic functionality is there. Resolves #9.
This commit is contained in:
parent
d4b6ddd861
commit
e32dcdc3ff
11 changed files with 2568 additions and 3 deletions
14
public/hartPoly.html
Normal file
14
public/hartPoly.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue