Uses of Interface
org.xj3d.ui.construct.ScenePreprocessor
Packages that use ScenePreprocessor
-
Uses of ScenePreprocessor in org.xj3d.ui.construct
Fields in org.xj3d.ui.construct declared as ScenePreprocessorModifier and TypeFieldDescriptionprotected ScenePreprocessor
BlockingWorldLoader.preprocessor
The preprocessor to invoke after the scene is loaded, and before the scene is set to the ConstructMethods in org.xj3d.ui.construct with parameters of type ScenePreprocessorModifier and TypeMethodDescriptionvoid
BlockingWorldLoader.setScenePreprocessor
(ScenePreprocessor preprocessor) Set the preprocessor module -
Uses of ScenePreprocessor in xj3d.replica
Classes in xj3d.replica that implement ScenePreprocessorModifier and TypeClassDescriptionclass
A ScenePreprocessor implementation that configures the background skyColor to a predetermined RGB value.class
This module contains lists of scene preprocessor object which gets pre processed before it gets processed in the scene manager.Constructor parameters in xj3d.replica with type arguments of type ScenePreprocessorModifierConstructorDescriptionProxyScenePreprocessor
(List<ScenePreprocessor> preprocessorList) Constructs instance of ProxyScenePreprocessor