Hi, is it possible to create an animated gif of a list of Graphics3d objects?
The following code doesn't work: ---------- dim2 = circle((1,1), 1, rgbcolor=(1,0,0)) dim3 = sphere(center=(-1,0,0),viewer="tachyon") print dim2 print dim3 a=animate([dim2,dim3]) a.show() ----------- the output is: ----------- Graphics object consisting of 1 graphics primitive Graphics3d Object verbose 0 (2999: plot.py, generate_plot_points) WARNING: When plotting, failed to evaluate function at 200 points. verbose 0 (2999: plot.py, generate_plot_points) Last error message: ''TransformGroup' object is not callable' ----------- So animate doesn't work on Graphics3d objects like the sphere, but it does work on the Graphics object like the circle. Is there another way of creating an animated gif of 3 dimensional objects? Kind regards, Niels --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---