feat: Handle vrml generated on the fly in Conway notation page (#62)
Reviewed-on: #62 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
parent
37bea13d30
commit
dba8870c83
8 changed files with 784 additions and 54 deletions
|
@ -36,6 +36,7 @@
|
|||
"deps/x_ite/assets/components/Text.js",
|
||||
"adapptlet.js",
|
||||
"adapptypes.js",
|
||||
"conway.js",
|
||||
"options.js",
|
||||
"deps/GeoGebra/deployggb.js",
|
||||
"deps/GeoGebra/HTML5/5.0/webSimple/4B19686283BEF852F4C88C93522FB9A3.cache.js",
|
||||
|
|
|
@ -7,6 +7,11 @@
|
|||
|
||||
<body>
|
||||
<h3>Debugging</h3>
|
||||
<h4>Embedded VRML/X3D display</h4>
|
||||
Write to the JavaScript console: <br/>
|
||||
<label for="vrml97">Generated VRML97 specifications</label>
|
||||
<input type="checkbox" id="vrml97">
|
||||
<br />
|
||||
<h4>Java Geometry Applets</h4>
|
||||
Trace the following to the JavaScript console: <br/>
|
||||
<label for="commands">Commands executed</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue