I feel so stupid! Don't know how to rotate this:

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
EDP
Posts: 1
Joined: Fri May 13, 2005 10:08 am
Location: in front of pc

I feel so stupid! Don't know how to rotate this:

Post by EDP »

How do you make a particle/waveshape like the following rotate, as if the X and Y axis rotate left or right :?:

i.e.:

Code: Select all


X0=" 0.5 * sin( 16 * pi * s ) "
Y0=" 0.5 * cos( 14 * pi * s ) "

I tried so much, but I didn't find out how to rotate it! :oops: :( You may laugh at me...

User avatar
JayPro
Posts: 738
Joined: Sat May 01, 2004 10:51 pm
Location: Huntington Station, Long Island, New York

Post by JayPro »

Ah....

Add a "t" value to sin & cos and see what happens.

i.e. sin(t/16*pi*s)

If that doesn't work keep experimenting with "t" in other locations. Just make sure that "t" is located in the same spot in both statements.

T guarantees movement of the waveshape in question in some manner.
"God is syntax."

Post Reply