Skip to content

2.14.0

Compare
Choose a tag to compare
@shunter shunter released this 29 May 20:10
85dc698
  • 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.