mirror of
https://github.com/jiawanlong/Cesium-Examples.git
synced 2025-07-04 15:17:36 +00:00
优化模型
This commit is contained in:
parent
8f85044245
commit
8f5400eda6
@ -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
@ -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>
|
Loading…
Reference in New Issue
Block a user