Class VRML97CommonBrowser

java.lang.Object
org.web3d.vrml.scripting.browser.CommonBrowser
org.web3d.vrml.scripting.browser.VRML97CommonBrowser

public class VRML97CommonBrowser extends CommonBrowser
The common parts of a browser implementation suitable for VRML97 scripting.

This class is a full implementation because the external and scripting interfaces will use it differently. External use can just subclass and add the EAI Browser interface. For scripting, the need to extend the Browser base class means that this class will need to be delegated to.

The current implementation ignores any parameter values provided by the world.

Version:
$Revision: 1.21 $
Author:
Justin Couch