elm-community / elm-webgl

Moved to elm-explorations/webgl
http://package.elm-lang.org/packages/elm-explorations/webgl/latest
BSD 3-Clause "New" or "Revised" License
95 stars 22 forks source link

Provide the ability to render a mesh with supplied vertices and indices. #37

Closed 7sharp9 closed 7 years ago

7sharp9 commented 8 years ago

Currently there is no way to render primitives using a supplied list of vertices and a list of indices.

Having the ability to specify the indices would save on defining duplicate vertices for the mesh definitions.