如图,我在程序中设置了 scene.debugShowFramesPerSecond = false; 为什么还会显示? 突然就出现了,之前一直是正常的,没有显示。
您好,
仪表盘隐藏参考代码:
var viewer = new SuperMap3D.Viewer('Container',{ navigation:false });
关闭帧率信息参考代码:
viewer.scene.debugShowFramesPerSecond = false;
以上代码在官网示例中测试可行,官网示例地址:https://www.supermapol.com/webgl/examples/webgl/examples.html#
希望能够帮助到您。