CesiumGS / cesium-unreal

Bringing the 3D geospatial ecosystem to Unreal Engine
https://cesium.com/platform/cesium-for-unreal/
Apache License 2.0
906 stars 288 forks source link

How to flatten in Cesium for Unreal #1477

Closed qwork2010 closed 1 month ago

qwork2010 commented 1 month ago

Hello! I used the Cesium for Unreal plugin in Ureal Engine 5.2 to load a 3D road model (in 3dtiles format) and a tilted photography terrain model (also in 3dtiles format). When the road model and terrain model are combined, some areas of the road 3dtiles may be covered by the terrain 3dtiles, so it is necessary to flatten the terrain 3dtiles with polygons. Note: We can draw polygons by hand or provide polygons in GeoJSON format. / A A, road model B B ,road model is combined with the terrain model C C,after flattening the terrain model with polygons

如何在Cesium for Unreal中压平 老师,您好! 我在Ureal Engine5.2中使用Cesium for Unreal插件,加载了道路三维模型(3dtiles格式)和倾斜摄影地形模型(3dtiles格式)。道路模型与地形模型组合在一起时,道路3dtiles有的地方会被地形3dtiles盖住,因此需要用多边形对地形3dtiles进行压平。备注:可以手画多个多边形面,也可以提供GeoJSON格式的多边形面。 A道路模型 B道路模型与地形模型组合在一起 C多边形压平地形模型

csciguy8 commented 1 month ago

Hi @qwork2010, thanks for the detailed write up, but please ask question like this in our community forum.

Issue in this repository are typically used for defects and feature requests.

https://community.cesium.com/c/cesium-for-unreal/10