fand / veda

⚡VJ / Live Coding on Atom⚡
http://veda.gl/
MIT License
509 stars 34 forks source link

vertex shader black screen #23

Closed Kame7C0 closed 7 years ago

Kame7C0 commented 7 years ago

tested on: Atom 1.20; glsl-livecoder 0.9.4 and 0.10.0; linux and windows I tried to code some vertex shader and got only black (also tried with example).

0.8.1 works :smile:

fand commented 7 years ago

Thx for reporting!

It was a bug on initializing vertexCount. fixed in https://github.com/fand/glsl-livecoder/commit/84a93e927e05ab430097d488dd12a3e2eabd9c4b and published v0.10.2. Please try it! @CezaryKopias

Kame7C0 commented 7 years ago

thx