Greetings!

I've been trying to make animations of Tachyon raytraced 3d plots, so
that people can see a plot from multiple angles without java. (It
could also be used to visualise a forth dimension...) None of my
attempts have worked....

The best strategy I've had was:

sage: b = parametric_plot3d((u^2, v, u*v), [u, -1, 1], [v, -1, 1],
viewer='tachyon')
sage: animate([b.rotateY( 2*pi*(j/6) ) for j in range(6)])

But that didn't work either... I seem to be over my head in the
internal magic of sage. Can someone help me?

Thanks,

Christopher

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to