bruce-cesium 6.6.4 → 6.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bruce-cesium.es5.js +7 -3
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +5 -1
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/rendering/render-managers/tilesets/tileset-cad-render-manager.js +4 -0
- package/dist/lib/rendering/render-managers/tilesets/tileset-cad-render-manager.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-cesium.umd.js
CHANGED
|
@@ -12877,6 +12877,10 @@
|
|
|
12877
12877
|
viaCdn: false
|
|
12878
12878
|
});
|
|
12879
12879
|
}
|
|
12880
|
+
// Should not occur.
|
|
12881
|
+
if (!tileset.loadUrl && loadUrl) {
|
|
12882
|
+
tileset.loadUrl = loadUrl;
|
|
12883
|
+
}
|
|
12880
12884
|
// TODO: we shouldn't just assume we'll need it, huge assemblies are 100+ MB.
|
|
12881
12885
|
// TODO: this is a problem as we need to know what nodes are collapsed...
|
|
12882
12886
|
// In >v1 the model-tree sits in its own file.
|
|
@@ -36071,7 +36075,7 @@
|
|
|
36071
36075
|
}
|
|
36072
36076
|
}
|
|
36073
36077
|
|
|
36074
|
-
const VERSION = "6.6.
|
|
36078
|
+
const VERSION = "6.6.5";
|
|
36075
36079
|
/**
|
|
36076
36080
|
* Updates the environment instance used by bruce-cesium to one specified.
|
|
36077
36081
|
* This can be used to ensure that the instance a parent is referencing is shared between bruce-cesium, bruce-models, and the parent app.
|