Package xj3d.replica
Class ProxyScenePreprocessor
java.lang.Object
xj3d.replica.ProxyScenePreprocessor
- All Implemented Interfaces:
ScenePreprocessor
This module contains lists of scene preprocessor object which
gets pre processed before it gets processed in the scene manager.
Any scene from the previous call will be appended with the current
scene.
- Version:
- $Revision: 1.1 $
- Author:
- Sang Park
-
Constructor Summary
ConstructorsConstructorDescriptionProxyScenePreprocessor
(List<ScenePreprocessor> preprocessorList) Constructs instance of ProxyScenePreprocessor -
Method Summary
Modifier and TypeMethodDescriptionvoid
preprocess
(VRMLScene scene, Construct construct) Modify the VRMLScene
-
Constructor Details
-
ProxyScenePreprocessor
Constructs instance of ProxyScenePreprocessor- Parameters:
preprocessorList
- The lists of the preprocessors
-
-
Method Details
-
preprocess
Description copied from interface:ScenePreprocessor
Modify the VRMLScene- Specified by:
preprocess
in interfaceScenePreprocessor
- Parameters:
scene
- The VRMLScene instanceconstruct
- The browser construct
-