On 8/21/14, 15:27, Frédéric Chapoton wrote:
> Thanks ! Do you know which file format is used by sagemath cloud to
> communicate with threejs ? Is it .obj or .x3d or json ? Where can I find
> the code ? and some documentation ?
The relevant files for smc are the 3d.* files here:
https://github.com/sagemath/cloud
(at least, those were the files a while ago, and I doubt much has
changed with the 3d rendering since then.)
My students and I rewrote that 3d renderer for the sage cell server, and
then we again rewrote a system to use the IPython widget infrastructure
(so it works in the sage cell server and the IPython notebook). If
you're interested in either of those, let me know.
Thanks,
Jason