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
The ComponentReader is returned by a function that receives the componentType, and it is, in turn, a function that receives (among other things) the componentTypeByteLength. This is not necessary. It can be determined from the componentType that is passed in.
When updating this, the use of this class in CesiumJS has to be taken into account (i.e. that would be a "breaking change", despite the @private...)
The text was updated successfully, but these errors were encountered:
The
ComponentReader
is returned by a function that receives thecomponentType
, and it is, in turn, a function that receives (among other things) thecomponentTypeByteLength
. This is not necessary. It can be determined from thecomponentType
that is passed in.When updating this, the use of this class in CesiumJS has to be taken into account (i.e. that would be a "breaking change", despite the
@private
...)The text was updated successfully, but these errors were encountered: