Glen Whitney
e32dcdc3ff
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.
128 lines
2.6 KiB
HTML
128 lines
2.6 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>
|
|
WRL Files - Version 2.0
|
|
</title>
|
|
<script src="js/giveAwrl.js" type="module"></script>
|
|
</head>
|
|
|
|
<body bgcolor="#EEEEEE" link="#CC0000" alink="#FF3300" vlink="#000055" >
|
|
|
|
<h1 align = "center">
|
|
WRL Files - Version 2.0
|
|
</h1>
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
<b>WRL_2</b> is a data directory which
|
|
contains examples of WRL version 2.0 files, also known as VRML (Virtual
|
|
Reality Modeling Language).
|
|
</p>
|
|
|
|
<p>
|
|
The <b>WRL</b> version 2.0 format has been superseded by the <b>X3D</b> format.
|
|
</p>
|
|
|
|
<h3 align = "center">
|
|
WRL File characteristics:
|
|
</h3>
|
|
|
|
<p>
|
|
<ul>
|
|
<li>
|
|
ASCII
|
|
</li>
|
|
<li>
|
|
Color
|
|
</li>
|
|
<li>
|
|
3D
|
|
</li>
|
|
<li>
|
|
No compression
|
|
</li>
|
|
<li>
|
|
1 image
|
|
</li>
|
|
</ul>
|
|
</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 = "../../txt/gnu_lgpl.txt">the GNU LGPL license.</a>
|
|
</p>
|
|
|
|
<h3 align = "center">
|
|
Sample Files:
|
|
</h3>
|
|
|
|
<p>
|
|
<ul>
|
|
<li>
|
|
<a href = "bridge.wrl">bridge.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "cube.wrl">cube.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "dodec.wrl">dodec.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "dodec_texture.wrl">dodec_texture.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "fish.wrl">fish.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "http://127.0.0.1:8080/assets/hello_world.wrl">hello_world.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "materials.wrl">materials.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "red_chair.wrl">red_chair.wrl</a>,
|
|
an animation of a red chair, bouncing;
|
|
</li>
|
|
<li>
|
|
<a href = "red_sphere.wrl">red_sphere.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "simplex.wrl">simplex.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "sphere.wrl">sphere.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "two_shapes.wrl">two_shapes.wrl</a>;
|
|
</li>
|
|
<li>
|
|
<a href = "vrml_balance3d.wrl">vrml_balance3d.wrl</a>
|
|
an animation of some objects on a balance, by Gary Hart;
|
|
</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<p>
|
|
You can go up one level to
|
|
<a href = "../data.html">the DATA page.</a>
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<i>
|
|
Last revised on 30 March 2009.
|
|
</i>
|
|
|
|
<!-- John Burkardt -->
|
|
|
|
</body>
|
|
|
|
</html>
|