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 TypeMethodDescriptionvoidpreprocess(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:ScenePreprocessorModify the VRMLScene- Specified by:
preprocessin interfaceScenePreprocessor- Parameters:
scene- The VRMLScene instanceconstruct- The browser construct
-