优化模型

This commit is contained in:
jiawanlong 2025-04-24 11:26:07 +08:00
parent 8f85044245
commit 8f5400eda6
3 changed files with 16 additions and 14 deletions

View File

@ -25,7 +25,6 @@
});
tileset.debugShowBoundingVolume = true; // 显示包围盒
tileset.readyPromise
.then(function (tileset) {
viewer.scene.primitives.add(tileset);

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3D_DEMOS-cesium-three-webgl</title>
</head>
<body>
</body>
<script>
@ -19,4 +21,5 @@
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>