elm-community / elm-webgl

Moved to elm-explorations/webgl

Home Page:http://package.elm-lang.org/packages/elm-explorations/webgl/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

7sharp9 opened this issue · comments

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.