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
124
public/wrl_1.html
Normal file
124
public/wrl_1.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue