CesiumGS / CesiumGS/cesium-native

Account for accessor normalization in `AccessorView`

Open
#735 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.