|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| NRUniverse | Representation of a Null renderer universe object suitable for use in single screen, stereo and walled environments. |
| PerFrameManager | The thread that looks after the update issues of every frame. |
Classes needed to create a full VRML browser implementation based on the nodes and other structures available in the API.
This package is a relatively high level approach to the concepts needed to
build a browser. It bases its work on the low level parsing and building
used in the J3D Nodes package to
then assemble a full browser.
A browser may be accessible in one of a number of forms presented in this package. You may start with just a single, simple window and go all the way to a full browser package. It does not provide a full browser application as that expects that you want to create a custom code for that.
org.web3d.xj3d.scriptloader.class The name of the class
that implements the org.web3d.vrml.nodes.loader.ScriptLoader
interface, which is used for loading scripts.
org.web3d.xj3d.fileloader.class The name of the class
that implements the org.web3d.vrml.nodes.loader.ExternalLoadManager
interface, which is used for loading scripts.
org.web3d.xj3d.routerfactory.class The name of the class
that implements the org.web3d.vrml.nodes.runtime.RouterFactory
interface, which is used for loading scripts.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||