PistonDevelopers / geometry

A structure for storing and look up 3D geometry
MIT License
6 stars 2 forks source link

Remove `VertexRange`, `TextureRange`, `NormalRange` #20

Closed bvssvni closed 9 years ago

bvssvni commented 9 years ago

These are no longer needed, since it will put the uv coordinates and normal in the vertex buffer. See https://github.com/PistonDevelopers/geometry/issues/19