Search found 2 matches
- Wed Oct 23, 2013 11:54 pm
- Forum: Support and Development
- Topic: Fire with GLSL
- Replies: 2
- Views: 2180
Re: Fire with GLSL
Thank you ! fire2.love is what i'm looking for.
- Tue Oct 22, 2013 10:34 pm
- Forum: Support and Development
- Topic: Fire with GLSL
- Replies: 2
- Views: 2180
Fire with GLSL
Hello ! I want to make a fire effect like this one : https://glsl.heroku.com/e#11669.0 I tried to do it in Lua, but it don't work : there is no waves, just a color :( Can you help me please ? :) feu.glsl : extern number time; extern vec2 resolution; vec3 iResolution = vec3(resolution.x, resolution.y...