Skip to content

Commit

Permalink
FEATURE: Save and load object X-ray states in BCF
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Nov 22, 2023
1 parent 59b2f03 commit 8669dfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/BIMViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,9 @@ class BIMViewer extends Controller {
});
}

this._bcfViewpointsPlugin = new BCFViewpointsPlugin(this.viewer, {});
this._bcfViewpointsPlugin = new BCFViewpointsPlugin(this.viewer, {
xrayAsZeroAlpha: true
});

this._fastNavPlugin = new FastNavPlugin(viewer, {
hideEdges: true,
Expand Down

0 comments on commit 8669dfe

Please sign in to comment.