matriax
Im my GFX card(GTX 670) runs perfect at 60FPS and looks very cool with the rest of the game.
I need a new graphics card!
-------------------------------------------------------------
Savvy001
Could you please add speed and direction properties?
I will post a solution as soon as I can.
Something like-
1, For the direction
Add 2 param's -
uniform float x_shift; (use increments of about 0.006)
uniform float y_shift; (use increments of about 0.006)
Then add or subtract them from the vec2 mouse -
vec2 mouse = vec2((0.5 + x_shift),(0.5 + y_shift));
2, For the speed..Not worked it out yet!
I will get back to you!