Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Apr 1, 2024
1 parent 03465e4 commit 0d94309
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
7 changes: 1 addition & 6 deletions dist/xeokit-bim-viewer.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -70579,9 +70579,7 @@ class DTXTrianglesLayer {
// Color

let f0;
if (!visible || culled || xrayed
|| (highlighted && !this.model.scene.highlightMaterial.glowThrough)
|| (selected && !this.model.scene.selectedMaterial.glowThrough)) {
if (!visible || culled || xrayed) { // Highlight & select are layered on top of color - not mutually exclusive
f0 = RENDER_PASSES.NOT_RENDERED;
} else {
if (transparent) {
Expand Down Expand Up @@ -84083,9 +84081,6 @@ class CameraUpdater {
}
}
}
} else {
dollyDistFactor = 1;
followPointerWorldPos = null;
}

const dollyDeltaForDist = (updates.dollyDelta * dollyDistFactor);
Expand Down
4 changes: 2 additions & 2 deletions dist/xeokit-bim-viewer.min.es.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/xeokit-bim-viewer.min.umd.js

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions dist/xeokit-bim-viewer.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -70585,9 +70585,7 @@
// Color

let f0;
if (!visible || culled || xrayed
|| (highlighted && !this.model.scene.highlightMaterial.glowThrough)
|| (selected && !this.model.scene.selectedMaterial.glowThrough)) {
if (!visible || culled || xrayed) { // Highlight & select are layered on top of color - not mutually exclusive
f0 = RENDER_PASSES.NOT_RENDERED;
} else {
if (transparent) {
Expand Down Expand Up @@ -84089,9 +84087,6 @@
}
}
}
} else {
dollyDistFactor = 1;
followPointerWorldPos = null;
}

const dollyDeltaForDist = (updates.dollyDelta * dollyDistFactor);
Expand Down

0 comments on commit 0d94309

Please sign in to comment.