Package | Description |
---|---|
org.cesiumjs.cs.scene |
Modifier and Type | Class and Description |
---|---|
class |
PostProcessStage
Runs a post-process stage on either the texture rendered by the scene or the output of a previous post-process stage.
|
class |
PostProcessStageComposite
A collection of
PostProcessStage or other post-process composite stages that execute together logically. |
Modifier and Type | Method and Description |
---|---|
PostProcess |
PostProcessStageCollection.get(int index)
Gets the post-process stage at index.
|
PostProcess |
PostProcessStageComposite.getPostProcessStage(int index)
Gets the post-process stage at index
|
Modifier and Type | Method and Description |
---|---|
boolean |
PostProcessStageCollection.contains(PostProcess stage)
Returns whether the collection contains a post-process stage.
|
boolean |
PostProcessStageCollection.remove(PostProcess stage)
Removes a post-process stage from the collection and destroys it.
|
Copyright © 2019. All rights reserved.