CesiumGS / cesium-native

Apache License 2.0
402 stars 205 forks source link

Create AccessorWriter from AccessorView #840

Closed lilleyse closed 4 months ago

lilleyse commented 4 months ago

Adds an AccessorWriter constructor that takes an AccessorView.

This is helpful when you have an AccessorView but don't have the underlying Accessor or index, like if you're using some of the helper functions in AccessorUtility.

kring commented 4 months ago

Thanks @lilleyse!