首页 / 浏览问题 / WebGIS / 问题详情
SuperMap3D.S3MTilesLayer开挖功能问题
3EXP 2025年04月09日

 webGL中使用S3MTilesLayer.addExcavationRegion({ name: "excavation", height: 20, position: positions, transparent: false })实现开挖功能,正常应该是挖掉绘制面内部区域,结果现在的效果是挖掉了绘制面外面的区域,却保留了内部,这是什么原因?

layer.addExcavationRegion({
  name: "excavation",
  height: 20,
  position: positions,
  transparent: false
});

1个回答

您好,您使用的是哪个版本webgl呢?开挖参数中positions打印出来是什么呢?

1,680EXP 2025年04月09日
...