Package com.jme3.post
Class HDRRenderer
java.lang.Object
com.jme3.post.HDRRenderer
- All Implemented Interfaces:
- SceneProcessor
Deprecated.
use the ToneMappingFilter.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jme3.post.SceneProcessorrescale
- 
Constructor Details- 
HDRRendererDeprecated.
 
- 
- 
Method Details- 
isEnabledpublic boolean isEnabled()Deprecated.
- 
setSamplespublic void setSamples(int samples) Deprecated.
- 
setExposurepublic void setExposure(float exp) Deprecated.
- 
setWhiteLevelpublic void setWhiteLevel(float whiteLevel) Deprecated.
- 
setMaxIterationspublic void setMaxIterations(int maxIterations) Deprecated.
- 
setThrottlepublic void setThrottle(float throttle) Deprecated.
- 
setUseFastFilterpublic void setUseFastFilter(boolean fastFilter) Deprecated.
- 
createDisplayQuadDeprecated.
- 
isInitializedpublic boolean isInitialized()Deprecated.- Specified by:
- isInitializedin interface- SceneProcessor
- Returns:
- True if initialize() has been called on this SceneProcessor, false if otherwise.
 
- 
reshapeDeprecated.Description copied from interface:SceneProcessorCalled when the resolution of the viewport has been changed.- Specified by:
- reshapein interface- SceneProcessor
- Parameters:
- vp- the affected ViewPort
- w- the new width (in pixels)
- h- the new height (in pixels)
 
- 
initializeDeprecated.Description copied from interface:SceneProcessorCalled in the render thread to initialize the scene processor.- Specified by:
- initializein interface- SceneProcessor
- Parameters:
- rm- The render manager to which the SP was added to
- vp- The viewport to which the SP is assigned
 
- 
preFramepublic void preFrame(float tpf) Deprecated.Description copied from interface:SceneProcessorCalled before a frame- Specified by:
- preFramein interface- SceneProcessor
- Parameters:
- tpf- Time per frame
 
- 
postQueueDeprecated.Description copied from interface:SceneProcessorCalled after the scene graph has been queued, but before it is flushed.- Specified by:
- postQueuein interface- SceneProcessor
- Parameters:
- rq- The render queue
 
- 
postFrameDeprecated.Description copied from interface:SceneProcessorCalled after a frame has been rendered and the queue flushed.- Specified by:
- postFramein interface- SceneProcessor
- Parameters:
- out- The FB to which the scene was rendered.
 
- 
cleanuppublic void cleanup()Deprecated.Description copied from interface:SceneProcessorCalled when the SP is removed from the RM.- Specified by:
- cleanupin interface- SceneProcessor
 
- 
setProfilerDeprecated.Description copied from interface:SceneProcessorSets a profiler Instance for this processor.- Specified by:
- setProfilerin interface- SceneProcessor
- Parameters:
- profiler- the profiler instance.
 
 
-