|
||||||||||
前のパッケージ 次のパッケージ | フレームあり フレームなし |
com.jme3.post
package provides utilities for
render processing.
参照先:
説明
インタフェースの概要 | |
---|---|
SceneProcessor | Scene processors are used to compute/render things before and after the classic render of the scene. |
クラスの概要 | |
---|---|
Filter | Filters are 2D effects applied to the rendered scene. |
FilterPostProcessor | A FilterPostProcessor is a processor that can apply several Filter s to a rendered sceneIt manages a list of filters that will be applied in the order in which they've been added to the list |
HDRConfig | |
HDRRenderer | |
PreDepthProcessor | Processor that lays depth first, this can improve performance in complex scenes. |
The com.jme3.post
package provides utilities for
render processing.
The SceneProcessor
interface is used as the base interface
for all render processing. The SceneProcessor contains hooks for various rendering
events.
One use of render processing is post-processing, which is applying effects
on an already-rendered scene. The engine's post-processing system is implemented
in the FilterPostProcessor
class, which contains a list
of filters
. Each are invoked in order to apply
various effects on the rendered scene.
|
||||||||||
前のパッケージ 次のパッケージ | フレームあり フレームなし |