stackgl / gl-texture2d

WebGL texture wrapper
http://stack.gl/gl-texture2d/
MIT License
59 stars 10 forks source link

Fix crash in mipSamples setter #13

Closed pawsong closed 8 years ago

pawsong commented 8 years ago

There might be an unintended change in 40502cc8b80fc8521b07a1d27739659215da763e :)

mikolalysenko commented 8 years ago

Thanks!

pawsong commented 8 years ago

@mikolalysenko You're welcome! Anyway, I am a big fan of you. I can't imagine writing code without your outstanding works like ndarray, cwise, meshers and so on. Just wanted to express my gratitude. Have a nice day :)

mikolalysenko commented 8 years ago

Glad it's all been helpful for you. Also if you are still doing WebGL stuff you might want to check out regl which is a new thing I've been building.

pawsong commented 8 years ago

regl might be the most promising library in WebGL eceosystem :) I am considering using it for the next project. Thanks again!