How to use TilesetReader::readTileset in Cesium-Native?

Hi:
How to use TilesetReader::readTileset in Cesium-Native? A Example? think.

Hi @wycgis,

The 3D Tiles reader is auto-generated from 3D Tiles spec, as specified in cesium-native/3dTiles.json at main · CesiumGS/cesium-native · GitHub and cesium-native/package.json at main · CesiumGS/cesium-native · GitHub.

What are you trying to do with the 3D Tiles reader? There may be an easier way to approach this.

-Alex

I want to read a 3dtiles data, and modify something, then use 3d tiles writer writes out.