Code: Select all
if (iMouse.z<1.) mouse=vec2(0.,-.2);
Change the line to
Code: Select all
if (iMouse.y<1.) mouse=vec2(0.,-.2);

Code: Select all
if (iMouse.z<1.) mouse=vec2(0.,-.2);
Code: Select all
if (iMouse.y<1.) mouse=vec2(0.,-.2);
Now you have confused me: Where is this parameter located in which context menu?
Just FYI, my longest mp4 rendered by MMV is 12 GB, filesystem is NTFS.Magic wrote:I'm pretty sure mp4s can't be larger than 4GB. Maybe try another format?
This looks even nicer than the Starfield-module, I have to try that.Sadler wrote:This test render was created using a modified version of Particles 2 from IteratorBasicExamples:
What Sadler said, just increase the number of iterations.Sadler wrote:There's a much better way to do this now - you can have any number of bars in any shape you want.