Commit 1c7234a9 authored by iSergio's avatar iSergio
Browse files

Removed Scene.terrainExaggeration and options.terrainExaggeration for...

Removed Scene.terrainExaggeration and options.terrainExaggeration for CesiumWidget, Viewer, and Scene, which were deprecated in CesiumJS 1.83. Use Globe.terrainExaggeration instead.
parent 9009c2c7
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -314,13 +314,6 @@ public class Scene {
     */
    @JsProperty
    public boolean sunBloom;
    /**
     * Gets the scalar used to exaggerate the terrain.
     * @deprecated will be removed in CesiumJS 1.85. They will be replaced with {@link Globe#terrainExaggeration}.
     */
    @Deprecated
    @JsProperty
    public double terrainExaggeration;
    /**
     * The terrain provider providing surface geometry for the globe.
     */
+0 −9
Original line number Diff line number Diff line
@@ -64,15 +64,6 @@ public class SceneOptions {
     */
    @JsProperty
    public boolean scene3DOnly;
    /**
     * A scalar used to exaggerate the terrain. Note that terrain exaggeration will
     * not modify any other primitive as they are positioned relative to the
     * ellipsoid. Default: 1.0
     * @deprecated will be removed in CesiumJS 1.85. They will be replaced with {@link Globe#terrainExaggeration}.
     */
    @Deprecated
    @JsProperty
    public double terrainExaggeration;
    /**
     * Determines if shadows are cast by the sun. Default: false
     */