Skip to content

Commit

Permalink
control 위에 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiliaBaek committed Jul 19, 2024
1 parent 5fb6675 commit 7b21700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/cesium3DReconSeoulColor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
</style>
<title>3D Recon Seoul 106 Color Change</title>
<script type="importmap">
<script type="importmap">
{
"imports": {
"three": "../build/three.module.js",
Expand Down
4 changes: 2 additions & 2 deletions sample/cesium3dReconSeoulWhiteBox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script type="module" >
Cesium.Ion.defaultAccessToken = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJlZjExOWQwMC1kYzAxLTRkMWItODlkYi1lZTBlZDMwODUxMDkiLCJpZCI6MTc0MDU5LCJpYXQiOjE3MDI0Mjk2OTd9.kXkbjmi5g_uc2C1W792H1eyzEYFcD7MJ2btivj4For0";
const viewer = new Cesium.Viewer("app", {
// animation: false,
// animation: false,
// skyBox: false,
// 응답이 있어야 rendering update 되는 항목
// requestRenderMode: true,
Expand All @@ -41,7 +41,7 @@
scene3DOnly: true,
// 바닥 Image 설정
// globe: false,
// terrain: Cesium.Terrain.fromWorldTerrain(),
// terrain: Cesium.Terrain.fromWorldTerrain(),,
contextOptions: {
webgl: {
// antialias: true, // 안티 앨리어싱 사용
Expand Down

0 comments on commit 7b21700

Please sign in to comment.