Count me in - along with the two previous posters I would really like a way to save a 3-d plot and include it in an HTML page. I don't care whether it uses three.js or not.
On Tuesday, December 2, 2014 7:01:57 AM UTC-8, Dan Drake wrote: > > On Mon, 01 Dec 2014 at 06:34PM -0800, William Stein wrote: > > That's a way to make a *static* image. I strongly suspect that is not > > at all what Dan is asking for. He is probably asking for a way to > > embed a dynamic image in a website, with some combination of > > javascript, data, and a small library built on three.js. Doing this > > is somewhere on my mental wish list, but is not available in SMC yet. > > Yeah, what I'd like is: > > 1. Do something with plot3d in Sage. > 2. Get code for that particular scene with something like > > P.save(format='threejs') > > 3. In my web page (a reveal.js slide deck, actually), do: > > load three.js library > start a three.js scene, using data saved from plot3d > > The key part is getting the scene data from Sage in a format that I can > save and hand off to three.js. > > > Dan > > -- > --- Dan Drake > ----- www.math.wisc.edu/~ddrake/ > ------- > -- 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.
