@JsType(isNative=true,
namespace="Cesium",
name="ShadowMap")
public class ShadowMap
extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
darkness
The shadow darkness.
|
boolean |
enabled
Whether the shadow map is enabled.
|
double |
maximumDistance
The maximum distance used for generating cascaded shadows.
|
int |
size
The width and height, in pixels, of each shadow map.
|
boolean |
softShadows
Whether percentage-closer-filtering is enabled for producing softer shadows.
|
@JsProperty public double maximumDistance
@JsProperty public int size
@JsProperty public boolean softShadows
@JsProperty public double darkness
@JsProperty public boolean enabled
Copyright © 2019. All rights reserved.