参考一下范例:http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#lightSource
roadLight.forEach(item => {
scene.removeLightSource(item);
});
这是我移除点光源的代码,但是好像没要移除掉,第一张是第一次开启点光源,第二章是关闭了点光源再开启,两次的光源好像是重贴了