我通过这个生成一个多边形体:lastHouseEntity = viewer.entities.add({
clampToS3M: false, // 贴在S3M模型表面(没有贴对象的效果)
polygon: {
hierarchy: Cesium.Cartesian3.fromDegreesArray(points3D),
material: new Cesium.Color(123/225, 199/225, 122/125, 0.8),
show:true,
height:bottomHeight,
extrudedHeight:bottomHeight+3, // PolygonGraphics 相对层面问题
},
});
问题:我想将该多边形体进行贴对象到三维模型该怎么操作 特注:clampToS3M: false,该属性无效,用其他的方式