Closed javagl closed 1 year ago
There are a few other occurrences of "length of this array is zero" that need to be fixed
These are the parts that are auto-generated from the schema. I wasn't sure whether this should be part of this PR, but I can update them as well.
The auto-generated files apparently had not been updated for a while, e.g. after https://github.com/CesiumGS/3d-tiles/commit/c32e4cf25dc094c555e78429eec82ff6d387101e - so it's probably good to have them on the latest state here again.
While looking at the diff of the generated output, I noticed that there was a wrong description for the properties.minimum/maximum
properties. I hope it's OK to sneak that fix in here...
Fixes https://github.com/CesiumGS/3d-tiles/issues/752
OLD: "For leaf tiles, the length of this array is zero, and children may not be defined" NEW: "For leaf tiles, there are no children, and this property may not be defined"