Archive: superscope preset tweaking


21st August 2001 00:26 UTC

superscope preset tweaking
Hey, anyone out there know a thing or two about the Superscope? I have a question. I am making an AVS preset that has two superscopes - both are Vibrating Worms. I wanted to know what values to change (and what to change them to) so that they will oppose each other while they move around. I keep fiddling with the initial t var, but it doesn't seem to be working. Any suggestions?


22nd August 2001 14:23 UTC

im guessing something like t=t-.02


22nd August 2001 17:21 UTC

thanks
Thanks scarface. Actually I found another neat trick that works even better: change the Per Point formulas to the following for the second 'scope:

x=cos(2*i+t+3.14159)*0.9*(v*0.5+0.5);
y=sin(i*2+t+3.14159)*0.9*(v*0.5+0.5);

I just added pi radians (3.1415 radians or 180 degrees) to the existing settings. Looks like I solved my own problem! Thanks anyway.

Matt


22nd August 2001 18:56 UTC

Actually, it's even faster to use T=3.14159 in the Init row.


Linus


22nd August 2001 20:54 UTC

NO! you need the t varible to change if you dont the super scope will stay in the same spot.


22nd August 2001 23:27 UTC

There is even a way to make this happen by using just one scope, it's very easy. hehe.
Think about it I'll give you a hint you should use a dot scope with lines this isn't possible. Ah just another hint check out one of the scopes in my shallow silence preset in my latest preset pack at winamp.com here's the link: http://www.winamp.com/components/det...ponentId=73012


23rd August 2001 15:25 UTC

wow.