You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metadata statistics from a 3DTiles tileset are currently stored as constants in a metadataStatistics struct. The values of this struct can be accessed in a Custom Shader from the main vsInput or fsInput structs, as follows:
The current struct does not support ENUM-type metadata. The schema specifies an occurrences statistic for ENUM-type properties. The occurrences statistic is a dictionary keyed on the enum name, containing the number of occurrences of that enum.
As previously discussed, occurrences should appear in the metadataStatistic struct as a new struct keyed on the enum name.
The text was updated successfully, but these errors were encountered:
Metadata statistics from a 3DTiles tileset are currently stored as constants in a
metadataStatistics
struct. The values of this struct can be accessed in a Custom Shader from the mainvsInput
orfsInput
structs, as follows:The current struct does not support ENUM-type metadata. The schema specifies an
occurrences
statistic for ENUM-type properties. Theoccurrences
statistic is a dictionary keyed on the enumname
, containing the number of occurrences of that enum.As previously discussed,
occurrences
should appear in themetadataStatistic
struct as a new struct keyed on the enumname
.The text was updated successfully, but these errors were encountered: