Browser b = Browser.getBrowser();and change the two references to
b
to browser
.
get_description
method. This returns the currently set description string.
_set_center.setValue()
and should be
changed to _set_rotation.setValue()
have_browser = true;in the constructor. This needs to be removed.
set_visibilityRange
. Missing the
'i' between the 'b' and 'l'.
offset
is incorrectly compared to 0, 1, 0
when determining when to be printed out result in incorrect output.
Support for PROTO/EXTERNPROTO sometime post JVerge 1.0.
JVerge parser. Allows you to travel through a set of JVerge classes and have like a travers class that allows you to add data to the node as it goes through (eg, for building an editor).