jheriko
5th October 2002, 03:45
Okay, i've been trying to make an equiangular spiral in AVS using a superscope by using the forumla d=e^r*cot(angle), which converts to avs code to look something like:
r=blah*i-something;
d=pow(2.718281828,r/tan(angle));
x=d*cos(r);
y=d*sin(r);
Now the problem is that once I type all of the code AVS will either crash and close, display a blank screen and claim it is rendering at something like 60fps then not change preset when i choose a new one or it will crash winamp. Is there something horribly wrong with my code that I have missed? I tried doing it ina an alternate method which worked when i reloaded the preset after saving but making any changes to it causes my computer to freak out and slow down. I've attached this version to the post since it isn't so completely random bug causing.
Anyway, does this have any link to a known avs bug or am i missing something blatantly obvious. Please play around with the attached preset to see if you suffer any similar problems.
Maybe I've just watched 'pi' too many times...
r=blah*i-something;
d=pow(2.718281828,r/tan(angle));
x=d*cos(r);
y=d*sin(r);
Now the problem is that once I type all of the code AVS will either crash and close, display a blank screen and claim it is rendering at something like 60fps then not change preset when i choose a new one or it will crash winamp. Is there something horribly wrong with my code that I have missed? I tried doing it ina an alternate method which worked when i reloaded the preset after saving but making any changes to it causes my computer to freak out and slow down. I've attached this version to the post since it isn't so completely random bug causing.
Anyway, does this have any link to a known avs bug or am i missing something blatantly obvious. Please play around with the attached preset to see if you suffer any similar problems.
Maybe I've just watched 'pi' too many times...