CesiumGS / cesium-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-const `AccessorView`

lilleyse opened this issue · comments

It would be convenient if AccessorView had a non-const [] operator so you could write values to the accessor.

Ah, thanks. I opened a PR to make it easier to construct an AccessorWriter if you already have an AccessorView: #840