Commit 80efd839 authored by 张启明's avatar 张启明

style: smart3d.Profile.start(step) 添加步长参数

parent 74e9f71b
......@@ -28,6 +28,6 @@ export class ProfileComponent implements OnInit {
// 需要开启
viewer.scene.globe.depthTestAgainstTerrain = true;
this.profile.start();
this.profile.start(100);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment