CesiumGS / cesium-native

Apache License 2.0
402 stars 205 forks source link

Add `PositionAccessorType` to `AccessorUtility.h` #827

Closed j9liu closed 4 months ago

j9liu commented 5 months ago

Depends on #826 so merge that first.

This adds the PositionAccessorType typedef to AccessorUtility.h, as well as the getPositionAccessorView method. Although there's only one possible type of position accessor, it's still helpful to put the construction logic here to avoid duplication in our runtimes.