elm-explorations / webgl

Functional rendering with WebGL in Elm
https://package.elm-lang.org/packages/elm-explorations/webgl/latest/
BSD 3-Clause "New" or "Revised" License
117 stars 17 forks source link

Enable OES_element_index_uint to support large meshes #36

Closed w0rm closed 3 years ago

w0rm commented 3 years ago

Closes #35

Set up the test case that renders a mesh with very large indices. Before this change, it would render:

Screenshot 2021-02-06 at 19 09 49

After the fix, everything is rendered correctly:

Screenshot 2021-02-06 at 19 20 48