Package com.jme3.post
Class HDRRenderer
java.lang.Object
com.jme3.post.HDRRenderer
- All Implemented Interfaces:
SceneProcessor
Deprecated.
use the ToneMappingFilter.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
Deprecated.Called when the SP is removed from the RM.Deprecated.void
initialize
(RenderManager rm, ViewPort vp) Deprecated.Called in the render thread to initialize the scene processor.boolean
Deprecated.boolean
Deprecated.void
postFrame
(FrameBuffer out) Deprecated.Called after a frame has been rendered and the queue flushed.void
postQueue
(RenderQueue rq) Deprecated.Called after the scene graph has been queued, but before it is flushed.void
preFrame
(float tpf) Deprecated.Called before a framevoid
Deprecated.Called when the resolution of the viewport has been changed.void
setExposure
(float exp) Deprecated.void
setMaxIterations
(int maxIterations) Deprecated.void
setProfiler
(AppProfiler profiler) Deprecated.Sets a profiler Instance for this processor.void
setSamples
(int samples) Deprecated.void
setThrottle
(float throttle) Deprecated.void
setUseFastFilter
(boolean fastFilter) Deprecated.void
setWhiteLevel
(float whiteLevel) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
isInitialized
in interfaceSceneProcessor
- Returns:
- True if initialize() has been called on this SceneProcessor, false if otherwise.
-
reshape
Deprecated.Description copied from interface:SceneProcessor
Called when the resolution of the viewport has been changed.- Specified by:
reshape
in interfaceSceneProcessor
- Parameters:
vp
- the affected ViewPortw
- the new width (in pixels)h
- the new height (in pixels)
-
initialize
Deprecated.Description copied from interface:SceneProcessor
Called in the render thread to initialize the scene processor.- Specified by:
initialize
in 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:SceneProcessor
Called before a frame- Specified by:
preFrame
in interfaceSceneProcessor
- Parameters:
tpf
- Time per frame
-
postQueue
Deprecated.Description copied from interface:SceneProcessor
Called after the scene graph has been queued, but before it is flushed.- Specified by:
postQueue
in interfaceSceneProcessor
- Parameters:
rq
- The render queue
-
postFrame
Deprecated.Description copied from interface:SceneProcessor
Called after a frame has been rendered and the queue flushed.- Specified by:
postFrame
in interfaceSceneProcessor
- Parameters:
out
- The FB to which the scene was rendered.
-
cleanup
public void cleanup()Deprecated.Description copied from interface:SceneProcessor
Called when the SP is removed from the RM.- Specified by:
cleanup
in interfaceSceneProcessor
-
setProfiler
Deprecated.Description copied from interface:SceneProcessor
Sets a profiler Instance for this processor.- Specified by:
setProfiler
in interfaceSceneProcessor
- Parameters:
profiler
- the profiler instance.
-