Skip to main content

Hi, I've got a 3d model made of cubes (points extruded in 3 dimensions) and would like to export it as Cesium3dTiles. I did styling with AppearanceSetter and everything is okay except the cubes consist only of 6 squares that are colorised and they are not filled in the inside. Having these solids filled is important to generate cuts through this model.

 

Any suggestion on how to get filled cubes?

Regards,

Maik

Hi @maikhertel​,

I'm not sure this is possible. Cesium's model geometry is based on glTF, which does not seem to support true solid objects, only surface meshes. FME supports true solids internally, so could generate the cuts for you using the Clipper transformer, but currently the only output format that seems to support solids is IFC. When writing to other 3D formats, FME will automatically convert the solids to their bounding surfaces.


Reply