Skip to content

Commit

Permalink
Merge pull request #1710 from xeokit/storeyviews-elevation-sort
Browse files Browse the repository at this point in the history
[FEATURE] StoreyViewsPlugin sort on IfcBuildingStorey elevation
  • Loading branch information
xeolabs authored Oct 24, 2024
2 parents d934d3f + ba4a02b commit 6035d42
Show file tree
Hide file tree
Showing 4 changed files with 572 additions and 16 deletions.
4 changes: 2 additions & 2 deletions examples/navigation/StoreyViewsPlugin_Minimap.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h3>Resources</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import { Viewer, StoreyViewsPlugin, math, XKTLoaderPlugin, CameraMemento, Skybox } from "../../dist/xeokit-sdk.min.es.js";
import { Viewer, StoreyViewsPlugin, math, XKTLoaderPlugin, CameraMemento, Skybox } from "../../dist/xeokit-sdk.es.js";

//------------------------------------------------------------------------------------------------------------------
// Helping Variables
Expand Down Expand Up @@ -219,7 +219,7 @@ <h3>Resources</h3>

const sceneModel = xktLoader.load({
id: "myModel",
src: "../../assets/models/xkt/v8/ifc/Schependomlaan.ifc.xkt",
src: "../../assets/models/xkt/v11/ifc/Duplex/Duplex_A.xkt",
edges: true,
objectDefaults: { // This model has opaque windows / spaces; make them transparent
"IfcPlate": {
Expand Down
Loading

0 comments on commit 6035d42

Please sign in to comment.