@JsType(isNative=true,
namespace="<global>",
name="Object")
public class MoonOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
Ellipsoid |
ellipsoid
The moon ellipsoid.
|
boolean |
onlySunLighting
Use the sun as the only light source.
|
boolean |
show
Determines whether the moon will be rendered.
|
String |
textureUrl
The moon texture.
|
| Constructor and Description |
|---|
MoonOptions() |
@JsProperty public boolean show
@JsProperty public String textureUrl
@JsProperty public Ellipsoid ellipsoid
Ellipsoid.MOON()@JsProperty public boolean onlySunLighting
Copyright © 2019. All rights reserved.