Commit f19c0ee3 authored by iSergio's avatar iSergio
Browse files

Added tileset.enableModelExperimental so tilesets with Model and...

Added tileset.enableModelExperimental so tilesets with Model and ModelExperimental can be mixed in the same scene
parent c141fe45
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -549,6 +549,14 @@ public class Cesium3DTileset {
    @JsProperty(name = "ellipsoid")
    public native Ellipsoid ellipsoid();

    /**
     * If true, ModelExperimental will be used instead of {@link Model} for each tile with a glTF or 3D Tiles 1.0
     * content (where applicable).
     * The value defaults to {@link org.cesiumjs.cs.Cesium.ExperimentalFeatures#enableModelExperimental}.
     */
    @JsProperty
    public boolean enableModelExperimental;

    /**
     * Gets the tileset's extensions object property.
     */