Appearance
KBE3D / KBCore / Cesium / GeometryPipeline / compressVertices
函数: compressVertices()
Compresses and packs geometry normal attribute values to save memory.
参数
geometry
The geometry to modify.
返回
The modified geometry argument, with its normals compressed and packed.
示例
ts
geometry = Cesium.GeometryPipeline.compressVertices(geometry);