CesiumGS / 3d-tiles

Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:
2.04k stars 459 forks source link

Implementation notes refer to `bufferView` where `bitstream` should be used #766

Closed javagl closed 1 month ago

javagl commented 1 month ago

The text in the implementation note at https://github.com/CesiumGS/3d-tiles/tree/5015490b8a0ccbdf2e1bae11e9c1514ebd88cbde/specification/ImplicitTiling#availability-1 (under the example JSON) says

Only some tiles have content, and contentAvailability.bufferView indicates where the bitstream ...

Some child subtrees exist, so childSubtreeAvailability.bufferView refers to another bitstream.

The property is not called bufferView, but bitstream.