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
125
public/wrl_older.html
Normal file
125
public/wrl_older.html
Normal file
|
@ -0,0 +1,125 @@
|
|||
<html><head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>
|
||||
WRL Files - Version 1.0
|
||||
</title>
|
||||
<script src="js/giveAwrl.js" type="module"></script>
|
||||
</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="Burkardt/txt/gnu_lgpl.txt">the GNU LGPL license.</a>
|
||||
</p>
|
||||
|
||||
<h3 align="center">
|
||||
Sample Files:
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
</p><ul>
|
||||
<li>
|
||||
<a href="anchor.wrl">anchor.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://127.0.0.1:8080/assets/dart.wrl">dart.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="fish.wrl">fish.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="hourglas.wrl">hourglas.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="italiant.wrl">italiant.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="magnifier.wrl">magnifier.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="microscope.wrl">microscope.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="pencil.wrl">pencil.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="piggybank.wrl">piggybank.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="seashell.wrl">seashell.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="stellate.wrl">stellate.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="syringe.wrl">syringe.wrl</a>;
|
||||
</li>
|
||||
<li>
|
||||
<a href="wthrvane.wrl">wthrvane.wrl</a>;
|
||||
</li>
|
||||
</ul>
|
||||
<p></p>
|
||||
|
||||
<p>
|
||||
You can go up one level to
|
||||
<a href="/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