This is a stub/very preliminary implementation of calling JSXGraph for
3D Joyce applets. The only element/construction method implemented so far
is a free point.
NOTE: This implementation is so far extremely buggy. Loading a page with a
3D applet such as
http://aleph0.clarku.edu/~djoyce/java/elements/bookXI/defXI9.html
appears to enter a loop in which the div containing the JSXGraph Board
progressively grows larger and larger, while using a tremendous amount
of cpu.
With this loaded in under the Firefox debugger, one can see linked WRL files and Java Geometry Applets on arbitrary web pages.
This represents significant progress on #28, but getting more controls and getting it to work in other browsers is still on deck.
Reviewed-on: #38
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>