Animate 3d surface and add some curves ?
I want animate my surface of hyperboloid by adding 2 point then draw a geodesic curve between them . Thanks for ur help guys
Interactive animation (second link in @slelievre's answer) looks like it's coming soon -- maybe with sage 9.2. It was worked under ticker #29194.
Here are two pointers:
projected 3d animation using Sage: really a predefined 2d projected view, no change viewpoint or zoom
animated 3d scene using Three.js: press play or pause and change viewpoint and zoom in a live way
It would be nice to be able to use the second one in Sage!
Asked: 2019-04-20 08:15:49 +0100
Seen: 921 times
Last updated: Jul 26 '20
It would help if you would explain what you have already achieved. The reference for plotting is https://doc.sagemath.org/html/en/refe...
Yeah i know how to plot acutely i had already try to make animation with animate function by animate a sequence of pictures but those pic are not nice i don't if there is a way to save image in canvas3d viewer or other without taychon or if there is a way to add graphic to taychon ?
Please provide the code you have, as a starting point. It makes it a lot easier to try and help.