Uses of Class
vrml.Browser
Packages that use Browser
-
Uses of Browser in org.web3d.vrml.scripting.jsai
Constructors in org.web3d.vrml.scripting.jsai with parameters of type BrowserModifierConstructorDescriptionJSAINode(VRMLNodeType node, Browser b, FieldFactory factory) Construct a new node instance based on the underlying VRML nodeVRML97ScriptWrapper(Script sc, Browser b) Create a new script wrapper for the given script class -
Uses of Browser in vrml
Modifier and TypeFieldDescriptionprotected BrowserBaseNode.browserThe browser reference for the userModifier and TypeMethodDescriptionBaseNode.getBrowser()Get a reference to the browser object to allow access to the scene. -
Uses of Browser in vrml.node
Modifier and TypeMethodDescriptionvoidScript.prepareScript(Browser b, Map<String, Field> fields, VRMLNodeType node) Prepare the script for execution.