VRML Field to JavaScript variable conversion - II
Scalar values (boolean and numeric) are assigned by copying the value in function calls.
Other VRML fields are mapped to JavaScript objects. JavaScript objects are passed by reference.
When assignments are made to eventOuts and fields, the values are converted to the VRML field type.