Hi guys!
try that out:
*********************************
B0="2*(1-mag(s))"
C0="2*pi*s+.3*t"
C1="B0*fft(s)"
C2=".9*(abs(cos(C0))+abs(sin(C0)))"
C3="C2*(1-2*C1)"
X0="C3*cos(C0)"
Y0="C3*sin(C0)"
LWdt="2"
Pen="0.88+.333*fft(s)"
ConB=1
Meta="reactive=4 detail=4 density=4 morphable=4"
Vers=300
***************************************
it should hit the center enough ;o)
L'invincible
new waveshape
Moderators: BTT, andy55, b.dwall, juxtiphi
Yeah, if the viewer remembers to hit the play button!it should hit the center enough ;o)

And you remembered to post the meta and vers lines. You have been trained well, my young Jedi

Very nice. I hope you are submitting this one and the others that you have posted. A lot more people will see it if it's picked to be included in the production release.
-
- Posts: 95
- Joined: Sat Sep 25, 2004 5:01 am
-
- Posts: 95
- Joined: Sat Sep 25, 2004 5:01 am
GOT IT!!!
it's a square now!!!!
just had to add ((1-cos(x+pi/4))^2+(1-sin(x+pi/4))^2)^.5 to my circle
that could be a good hint for everybody who designed circle-shaped or potatoe-shaped waves or flowfields, I find it always a shame when a part of the display is left black (well, depending on colormap!)
on the other hand japanese artists might answer it highlights the active part ;o)
anyway here's the latest version of that waveshape
B0="2*(1-mag(s))"
C0="2*pi*s+.3*t"
C1="B0*fft(s)"
C2="C0+.785"
C3="(3-2*abs(cos(C2))-2*abs(sin(C2)))^.5"
C4=".7*(C3+1-2*C1)"
X0="C4*cos(C0)"
Y0="C4*sin(C0)"
LWdt="2"
Pen="0.88+.333*fft(s)"
ConB=1
Meta="reactive=4 detail=4 density=4 morphable=4"
Vers=300
just had to add ((1-cos(x+pi/4))^2+(1-sin(x+pi/4))^2)^.5 to my circle
that could be a good hint for everybody who designed circle-shaped or potatoe-shaped waves or flowfields, I find it always a shame when a part of the display is left black (well, depending on colormap!)
on the other hand japanese artists might answer it highlights the active part ;o)
anyway here's the latest version of that waveshape
B0="2*(1-mag(s))"
C0="2*pi*s+.3*t"
C1="B0*fft(s)"
C2="C0+.785"
C3="(3-2*abs(cos(C2))-2*abs(sin(C2)))^.5"
C4=".7*(C3+1-2*C1)"
X0="C4*cos(C0)"
Y0="C4*sin(C0)"
LWdt="2"
Pen="0.88+.333*fft(s)"
ConB=1
Meta="reactive=4 detail=4 density=4 morphable=4"
Vers=300
-
- Posts: 95
- Joined: Sat Sep 25, 2004 5:01 am
I understand but there's not much point with that waveshape, still images of it don't look like much
plus I don't have a permanent website and the forum doesn't host pictures!
to use it just add it to your waveshapes (text file in the waveshapes directory of g-force), and if you don't have the toolbar make a script to call it
let me know if you need help, I'll give more details
plus I don't have a permanent website and the forum doesn't host pictures!
to use it just add it to your waveshapes (text file in the waveshapes directory of g-force), and if you don't have the toolbar make a script to call it
let me know if you need help, I'll give more details