Package org.xj3d.core.loading
Interface SceneBuilderFactory
- All Known Implementing Classes:
NRSceneBuilderFactory
,OGLSceneBuilderFactory
public interface SceneBuilderFactory
Definition of a factory used to create new instances of the scene builder
on demand.
The issue of VRML97 requirement is ignored as part of the interface, but the constructor of the concrete implementation of this class should set it as a flag.
- Version:
- $Revision: 1.1 $
- Author:
- Justin Couch
-
Method Summary
Modifier and TypeMethodDescriptionCreate a new scene builder instance.
-
Method Details
-
createBuilder
-