Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
beginnerJq committed Mar 27, 2024
1 parent ddcfc9b commit 46d13f3
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions page/poiNode/poiNodeNormal.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,20 @@
background: true,
});

ssp.setCameraViewpoint({
position: {
x: 13.764731531313158,
y: 2.056697315261549,
z: -14.550276531951718,
},
target: {
x: 4.899650573730462,
y: 1.4542759285023124,
z: -11.472850561141957,
},
zoom: 1,
});

/**
* 加载场景
*/
Expand All @@ -72,8 +86,6 @@
console.log('加载完成');
});

ssp.flyMainViewpoint();

const el = document.createElement('div');
// el.innerHTML = '一段文字';
// el.style.width = '2rem';
Expand Down

0 comments on commit 46d13f3

Please sign in to comment.