1 | The url field of the Script Node may contain a URL that references the VrmlScript code |
2 | Script {url"http://foo.com/myScript.vs"} |
3 | The script can also be placed inline as |
4 | Script {url"vrmlscript:functionfoo(){...} " } |
5 | The url field may contain multiple URL's and thus reference a remote line or in-line code. |