Voxel Spec data uses legacy 3D Tiles 1.1 representation
Open
category - voxels
FCF
good first issue
type - bug
- Dominant language
- JavaScript
- Stars
- 15.7k
- Forks
- 3.9k
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 34
Description
The spec data for the Voxels uses [subtree files with `contentAvailability`](https://github.com/CesiumGS/cesium/blob/4dfda79c33b7f743f0661109ad86decf7a1edd0b/Specs/Data/Cesium3DTiles/Voxel/VoxelCylinder3DTiles/subtrees/0/0/0/0.json#L6). The latest version of the specs, this should actually be an _array_.
(The fix should be trivial, and CesiumJS supports the legacy version, so this is not criticial, but this issue is rather intended as a note (maybe for myself) to fix this when there's a bit more time)
Contributor guide
Assessment
This issue has not been assessed yet.