View previous topic :: View next topic |
Author |
Message |
inode

Joined: 27 Jan 2007 Posts: 127 Location: Austria
|
Posted: Fri Sep 14, 2007 10:27 pm Post subject: t - Animation |
|
|
hi all
running this formula and turning on Morph (use "t")
100-((x+12*sin(t*2*pi))^2+(y+12*cos(t*2*pi))^2+z^2)
will show you a little animation.
would be very nice to have an harmonic animation option too
where t starts again with 0 after reaching lets say pi as maximum value.
than
100-((x+12*sin(t*2))^2+(y+12*cos(t*2))^2+z^2)
should orbit the sphere around the center.
Gerd
ps. or what's about a dropdown selection with different t-animations ? |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Sat Sep 15, 2007 4:35 pm Post subject: |
|
|
Hi all,
Very nice animation Gerd .
You'r right about the harmonic animation, it's a "must be" for the morph effect: I'll try to make it as soon as possible. The t_step value is also needed (it was available for older version of K3DSurf) . The introduction of OpenGL gives speed to K3DSurf but all it's previous features need to be reworked in some special ways and making the old code and the new one working together is a big challenge: right now I feel like someone who want to build a new house...inside an old one with familly and kids living inside . The critical part is done but we still have a lot work and engineering skills to make things better  _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
|