上一篇 Cesium 渲染优化 - BatchTexture(Model 部分)
本篇说一说关于 Cesium3DTileset 部分的批量属性数据的处理。
3DTile 与前两张说的 Primitive 与 Model 部分不同了, BatchTable 与 BatchTexture都会使用到, 且不同类型的 3DTile 使用了不同的 数据处理方案。
目前Cesium支持以下类型的3DTile:
类型 | 解析方法 | 数据内容 |
---|---|---|
b3dm (Batched 3D Model) |
Model3DTileContent.fromB3dm |
适用于建筑、BIM、LOD 模型(基于 glTF) |
pnts &nb |