vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
454 stars 72 forks source link

Expose accessor bounds #222

Closed Visne closed 1 month ago

Visne commented 4 months ago

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.