首页 / 浏览问题 / 三维GIS / 问题详情
帧率信息仪表盘的显示于隐藏
7EXP 2026年03月26日


如图,我在程序中设置了 scene.debugShowFramesPerSecond = false; 为什么还会显示?
突然就出现了,之前一直是正常的,没有显示。

1个回答

您好,

仪表盘隐藏参考代码:

var viewer = new SuperMap3D.Viewer('Container',{ navigation:false });

关闭帧率信息参考代码:

viewer.scene.debugShowFramesPerSecond = false;

以上代码在官网示例中测试可行,官网示例地址:https://www.supermapol.com/webgl/examples/webgl/examples.html#

希望能够帮助到您。

1,540EXP 2026年03月26日
...