Skip to content

Commit

Permalink
Enabled edge enhancement for slider camera path example
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Feb 26, 2024
1 parent eaabbee commit 72c7843
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h3>Resources</h3>
const sceneModel = xktLoader.load({
id: "myModel",
src: "../../assets/models/xkt/v8/ifc/OTCConferenceCenter.ifc.xkt",
edges: false,
edges: true,
objectDefaults: { // This model has opaque windows / spaces; make them transparent
"IfcPlate": {
opacity: 0.3 // These are used as windows in this model - make transparent
Expand All @@ -165,10 +165,10 @@ <h3>Resources</h3>
}
});

// new Skybox(viewer.scene, {
// src: "../../assets/textures/skybox/cloudySkyBox.jpg",
// size: 1000
// });
new Skybox(viewer.scene, {
src: "../../assets/textures/skybox/cloudySkyBox.jpg",
size: 1000
});

//----------------------------------------------------------------------------------------------------------------------
// When model loaded, fly camera long a path
Expand Down

0 comments on commit 72c7843

Please sign in to comment.