On Nov 28, 2014 12:45 PM, "Dan Drake" <[email protected]> wrote: > > On Fri, 28 Nov 2014 at 12:14PM -0800, William Stein wrote: > > What precisely do you mean by "a three.js plot"? > > Something like > > http://sagecell.sagemath.org/?z=eJwrULBVyMnMS9WI1jDQAUJNHQUNQx0g1IzV5OUqyShKTc0q1ijQBADJxQot&lang=sage > > or > > var('x y') > plot3d(sin(x + y),(x,-10,10),(y,-10,10), threejs=true) > > > Are those using three.js? We are using Javascript stuff and not Java > anymore, right? I guess what I'm really asking for is how to export > whatever Javascript code we generate to make the 3D graphics so that I > can use it elsewhere. > >
Sage cell and SageMathCloud have completely separate three.js based 3d graphics implementations.... > > > 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. -- 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.
