On 23/06/15 15:51, 'rfermat' via sage-support wrote:
On Tuesday, June 23, 2015 at 2:01:51 AM UTC-4, vdelecroix wrote:1) Remove var('t'): this is to declare a *symbolic (mathematical)* variable and is completely useless here 2) replace "frame_list = frame_list + Pall" with "frame_list.append(Pall)" Thank you very much.Two problems remain: 1) Three of the points are constant, yet all of the points in the animation move. The origin is moving! How do I stop that?
You have to dig in the documentation. You want the camera to be at constant position but I guess the default is to place it such that the whole scene is centered.
2) How do I change the point of view? The default one is not good.
Right. This is exactly the issue with 1). And I don't know. Vincent -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
