CesiumGS / CesiumGS/cesium-native
Account for accessor normalization in `AccessorView`
Open
enhancement
- Dominant language
- C++
- Stars
- 623
- Forks
- 277
- PR merge metrics
- No merged PRs in 30d
Description
`AccessorView` is useful for providing a view of an `Accessor`, such that you can access its elements like an array. However, it doesn't factor in whether the accessor is `normalized`.
At the very least, this have a `normalized` field to report whether or not it should be normalized. If it's worth it, we can implement a similar template as `PropertyView`, such that `AccessorView` handles different outputs for `Normalized = true` or false.
Contributor guide
Assessment
This issue has not been assessed yet.