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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Renamed ICesiumInterpolationInformationWriter to ICesiumInterpolatablePropertyWriter
Writers that write the same type of value now inherit a common interface.
Added ICesiumDeletablePropertyWriter to mark writers that share the ability to delete data.
Added interfaces and specific adaptor classes for each type of value.
Reformulated JSON schema to not use "extends" which was removed in draft 04.
Removed "required" properties from JSON schema since they're not actually required for a valid packet - the intent was to indicate that Cesium won't render anything if they are not specified.