11th May 2005 17:43 UTC
Here are some earlier ones
These are a few of my earlier insanities... I not quite as fond of them. They are a little too flashy but maybe someone will like them. It is easy to see that most of them are just variations.
Archive: Here are some earlier ones
Giuzep
11th May 2005 17:43 UTC
Here are some earlier ones
These are a few of my earlier insanities... I not quite as fond of them. They are a little too flashy but maybe someone will like them. It is easy to see that most of them are just variations.
^..^
11th May 2005 17:52 UTC
lease avoid double posting. You could have posted them together. (If everyone posted his stuff in seperate threads it would get a bit confusing here).
Ok a few words bout your work: as you said yourelf, they are too flashy. And a bit too dark imo. Another example of the well known 'basic-beginners'-work. Sorry, nothing special among it.
Giuzep
11th May 2005 18:25 UTC
a question
sorry about the double posting man.
I just had a question... Do u see how there is that diagonal axis in the mystery variations? I really wanted to make that spin or rotate back and forth or something.. do u know how I could do that?
Boktor
11th May 2005 19:12 UTC
The movement with the formula: r = atan(-x-y * 4) should be replaced by a dynamic movement to make it move.
Put on wrap and bilinear filtering,
put gridsize on something like 16x16,
put your formula in the pixel-part,
put the formulas like the following one in frame:
t=t+.1; q=sin(q)
Now change your formula by multiplying or adding q:
e.g.: r = atan(-x-y * 4 * q)
^..^
11th May 2005 20:30 UTC
yeah, 'trans/movement' can only perform static changes. It only seems to be 'dynamic', when 'clear every frame' is disabled.
'trans/dynamic movement' is the effect of choice if you wish to have beat/music etc. dependent motion.
Fork me on GitHub