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:
Glen Whitney 2023-08-30 22:14:47 -07:00
parent d4b6ddd861
commit e32dcdc3ff
11 changed files with 2568 additions and 3 deletions

124
public/wrl_1.html Normal file
View file

@ -0,0 +1,124 @@
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>
WRL Files - Version 1.0
</title>
</head>
<body vlink="#000055" link="#CC0000" bgcolor="#EEEEEE" alink="#FF3300">
<h1 align="center">
WRL Files - Version 1.0
</h1>
<hr>
<p>
<b>WRL_1</b> is a data directory which
contains examples of version 1.0 <b>WRL</b> files,
also known as VRML (Virtual Reality Modeling Language).
</p>
<p>
The <b>WRL</b> version 1.0 format has been superseded by the <b>WRL</b> version 2.0 format.
</p>
<h3 align="center">
WRL File characteristics:
</h3>
<p>
</p><ul>
<li>
ASCII
</li>
<li>
Color
</li>
<li>
3D
</li>
<li>
No compression
</li>
<li>
1 image
</li>
</ul>
<p></p>
<h3 align="center">
Licensing:
</h3>
<p>
The computer code and data files described and made available on this web page
are distributed under
<a href="https://people.math.sc.edu/Burkardt/txt/gnu_lgpl.txt">the GNU LGPL license.</a>
</p>
<h3 align="center">
Sample Files:
</h3>
<p>
</p><ul>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/anchor.wrl">anchor.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/dart.wrl">dart.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/fish.wrl">fish.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/hourglas.wrl">hourglas.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/italiant.wrl">italiant.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/magnifier.wrl">magnifier.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/microscope.wrl">microscope.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/pencil.wrl">pencil.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/piggybank.wrl">piggybank.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/seashell.wrl">seashell.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/stellate.wrl">stellate.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/syringe.wrl">syringe.wrl</a>;
</li>
<li>
<a href="https://people.math.sc.edu/Burkardt/data/wrl_1/wthrvane.wrl">wthrvane.wrl</a>;
</li>
</ul>
<p></p>
<p>
You can go up one level to
<a href="https://people.math.sc.edu/Burkardt/data/data.html">the DATA page.</a>
</p>
<hr>
<i>
Last revised on 27 March 2009.
</i>
<!-- John Burkardt -->
</body></html>