vpenades/SharpGLTF

Expose accessor bounds

Visne opened this issue · 0 comments

It seems that Accessors already parse min and max and store them in _min and _max, but (as far as I can tell) these are not accessible to the end user. It would be nice to have them exposed so that extra calculation can be avoided.