@perceptimagery/dita-configurator-staging 0.1.6101 → 0.1.6102
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -111,7 +111,7 @@ var __publicField = (obj, key, value) => {
|
|
|
111
111
|
host: "https://api.sprie.io"
|
|
112
112
|
};
|
|
113
113
|
const config = Object.freeze(Config$1);
|
|
114
|
-
const version = "0.1.
|
|
114
|
+
const version = "0.1.6102";
|
|
115
115
|
function modifyLensArr(arr, element) {
|
|
116
116
|
const index = arr.findIndex((e) => e["sku"] === element["sku"]);
|
|
117
117
|
if (index !== -1) {
|
|
@@ -37351,7 +37351,7 @@ var __publicField = (obj, key, value) => {
|
|
|
37351
37351
|
const Modelscene = model;
|
|
37352
37352
|
const rgbeLoader = new RGBELoader();
|
|
37353
37353
|
rgbeLoader.load(
|
|
37354
|
-
"https://
|
|
37354
|
+
"https://sprie-jarvis-public.s3.eu-west-2.amazonaws.com/royal_esplanade_1k_desaturated.hdr",
|
|
37355
37355
|
(environmentMap) => {
|
|
37356
37356
|
const env = environmentMap;
|
|
37357
37357
|
env.mapping = EquirectangularReflectionMapping;
|