Package org.xj3d.ui.construct
Interface ScenePreprocessor
- All Known Implementing Classes:
ConfigureBackground
,ProxyScenePreprocessor
public interface ScenePreprocessor
Defines the requirements of a module that performs some modifications
to a VRMLScene instance before it is set to the browser Construct.
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
preprocess
(VRMLScene scene, Construct construct) Modify the VRMLScene
-
Method Details
-
preprocess
-