@perceptimagery/dita-configurator-staging 0.1.7100 → 0.1.7101

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -3
  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$1 = "0.1.7100";
114
+ const version$1 = "0.1.7101";
115
115
  function modifyLensArr(arr, element) {
116
116
  const index = arr.findIndex((e) => e["sku"] === element["sku"]);
117
117
  if (index !== -1) {
@@ -41574,7 +41574,6 @@ bool bvhIntersectFirstHit(
41574
41574
  gltf.scene.traverse((node) => {
41575
41575
  if (node.isMesh) {
41576
41576
  bottom = Math.min(bottom, this.getMinY(node));
41577
- console.log("node name", node.name);
41578
41577
  if (node.material && node.material.name == "Lenses") {
41579
41578
  let lowestY = Number.POSITIVE_INFINITY;
41580
41579
  let highestY = Number.NEGATIVE_INFINITY;
@@ -41680,7 +41679,6 @@ bool bvhIntersectFirstHit(
41680
41679
  }
41681
41680
  }
41682
41681
  if (node.material && node.name === "Diamonds") {
41683
- console.log("Diamond mesh detected");
41684
41682
  diamondMaterial.uniforms.bvh.value = new MeshBVHUniformStruct();
41685
41683
  diamondMaterial.uniforms.bvh.value.updateFrom(
41686
41684
  new MeshBVH(node.geometry.clone().toNonIndexed(), { strategy: SAH })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perceptimagery/dita-configurator-staging",
3
- "version": "0.1.7100",
3
+ "version": "0.1.7101",
4
4
  "author": "Rohan Satpute <rohan@perceptimagery.com>",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",