feat: Add targets for wrl activity, import x_ite
This commit is contained in:
parent
97f7138d7b
commit
d4b6ddd861
@ -5,9 +5,14 @@
|
||||
<title>Archematics demo</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Joyce Geometry Applet</h2>
|
||||
<ul>
|
||||
<li> <a href="inscribed-equilateral.html">Before</a> </li>
|
||||
<li> <a href="inscribed-modified.html">After</a> </li>
|
||||
</ul>
|
||||
<h2>WRL Files</h2>
|
||||
<ul><li> <a href="wrl_2.html">Target two</a></li>
|
||||
<li> <a href="wrl_modified.html">Target modified</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
126
public/wrl_2.html
Normal file
126
public/wrl_2.html
Normal file
@ -0,0 +1,126 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>
|
||||
WRL Files - Version 2.0
|
||||
</title>
|
||||
</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 = "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>
|
127
public/wrl_modified.html
Normal file
127
public/wrl_modified.html
Normal file
@ -0,0 +1,127 @@
|
||||
<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 = "https://people.math.sc.edu/Burkardt/data/wrl_2/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>
|
4
src/giveAwrl.civet
Normal file
4
src/giveAwrl.civet
Normal file
@ -0,0 +1,4 @@
|
||||
import https://code.jquery.com/jquery-3.7.1.js
|
||||
import https://create3000.github.io/code/x_ite/latest/x_ite.js
|
||||
|
||||
console.log X3D
|
Loading…
Reference in New Issue
Block a user