Package | Description |
---|---|
org.cesiumjs.cesium |
Modifier and Type | Method and Description |
---|---|
static SkyBox |
SkyBox.create(com.google.gwt.dom.client.ImageElement px,
com.google.gwt.dom.client.ImageElement nx,
com.google.gwt.dom.client.ImageElement py,
com.google.gwt.dom.client.ImageElement ny,
com.google.gwt.dom.client.ImageElement pz,
com.google.gwt.dom.client.ImageElement nz) |
static SkyBox |
SkyBox.create(String px,
String nx,
String py,
String ny,
String pz,
String nz) |
SkyBox |
Scene.getSkyBox() |
SkyBox |
SkyBox.show(boolean show) |
Modifier and Type | Method and Description |
---|---|
void |
Scene.setSkyBox(SkyBox skyBox) |
Viewer.Options |
Viewer.Options.skyBox(SkyBox skyBox) |
CesiumWidget.Options |
CesiumWidget.Options.skyBox(SkyBox skyBox) |
Copyright © 2014. All rights reserved.