oframe / ogl

Minimal WebGL Library
https://oframe.github.io/ogl/examples
3.77k stars 213 forks source link

fix: types Geometry #208

Closed pschroen closed 7 months ago

pschroen commented 7 months ago

The argument for setIndex() should be Partial<Attribute>.

And the argument for computeBoundingBox() is optional.

Closes #209