Package com.jme3.post
Class HDRRenderer
java.lang.Object
com.jme3.post.HDRRenderer
- All Implemented Interfaces:
SceneProcessor
Deprecated.
use the ToneMappingFilter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()Deprecated.Called when the SP is removed from the RM.Deprecated.voidinitialize(RenderManager rm, ViewPort vp) Deprecated.Called in the render thread to initialize the scene processor.booleanDeprecated.booleanDeprecated.voidpostFrame(FrameBuffer out) Deprecated.Called after a frame has been rendered and the queue flushed.voidpostQueue(RenderQueue rq) Deprecated.Called after the scene graph has been queued, but before it is flushed.voidpreFrame(float tpf) Deprecated.Called before a framevoidDeprecated.Called when the resolution of the viewport has been changed.voidsetExposure(float exp) Deprecated.voidsetMaxIterations(int maxIterations) Deprecated.voidsetProfiler(AppProfiler profiler) Deprecated.Sets a profiler Instance for this processor.voidsetSamples(int samples) Deprecated.voidsetThrottle(float throttle) Deprecated.voidsetUseFastFilter(boolean fastFilter) Deprecated.voidsetWhiteLevel(float whiteLevel) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jme3.post.SceneProcessor
rescale
-
Constructor Details
-
HDRRenderer
Deprecated.
-
-
Method Details
-
isEnabled
public boolean isEnabled()Deprecated. -
setSamples
public void setSamples(int samples) Deprecated. -
setExposure
public void setExposure(float exp) Deprecated. -
setWhiteLevel
public void setWhiteLevel(float whiteLevel) Deprecated. -
setMaxIterations
public void setMaxIterations(int maxIterations) Deprecated. -
setThrottle
public void setThrottle(float throttle) Deprecated. -
setUseFastFilter
public void setUseFastFilter(boolean fastFilter) Deprecated. -
createDisplayQuad
Deprecated. -
isInitialized
public boolean isInitialized()Deprecated.- Specified by:
isInitializedin interfaceSceneProcessor- Returns:
- True if initialize() has been called on this SceneProcessor, false if otherwise.
-
reshape
Deprecated.Description copied from interface:SceneProcessorCalled when the resolution of the viewport has been changed.- Specified by:
reshapein interfaceSceneProcessor- Parameters:
vp- the affected ViewPortw- the new width (in pixels)h- the new height (in pixels)
-
initialize
Deprecated.Description copied from interface:SceneProcessorCalled in the render thread to initialize the scene processor.- Specified by:
initializein interfaceSceneProcessor- Parameters:
rm- The render manager to which the SP was added tovp- The viewport to which the SP is assigned
-
preFrame
public void preFrame(float tpf) Deprecated.Description copied from interface:SceneProcessorCalled before a frame- Specified by:
preFramein interfaceSceneProcessor- Parameters:
tpf- Time per frame
-
postQueue
Deprecated.Description copied from interface:SceneProcessorCalled after the scene graph has been queued, but before it is flushed.- Specified by:
postQueuein interfaceSceneProcessor- Parameters:
rq- The render queue
-
postFrame
Deprecated.Description copied from interface:SceneProcessorCalled after a frame has been rendered and the queue flushed.- Specified by:
postFramein interfaceSceneProcessor- Parameters:
out- The FB to which the scene was rendered.
-
cleanup
public void cleanup()Deprecated.Description copied from interface:SceneProcessorCalled when the SP is removed from the RM.- Specified by:
cleanupin interfaceSceneProcessor
-
setProfiler
Deprecated.Description copied from interface:SceneProcessorSets a profiler Instance for this processor.- Specified by:
setProfilerin interfaceSceneProcessor- Parameters:
profiler- the profiler instance.
-