First time here? Check out the FAQ!

Ask Your Question
1

Interactive 3D

asked 11 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

I really miss not being able to rotate, etc. graphics, since Apple seems to block the Jmol applet for security reasons. Does anyone know whether anything is being done at the Sage development level about the situation? I'm using Safari.

Preview: (hide)

Comments

You can read this : http://wiki.jmol.org/index.php/Troubleshooting/Java_Problems You can also try the function threejs()

moroplogo gravatar imagemoroplogo ( 11 years ago )

Also, if you downgrade your Java it's possible to keep using Jmol on Apple, at least on some versions of Apple.

kcrisman gravatar imagekcrisman ( 11 years ago )

3 Answers

Sort by » oldest newest most voted
1

answered 11 years ago

kcrisman gravatar image

You can already get some similar functionality if you enable WebGL with the viewer='canvas3d' option in 3d plots. Not the same, of course, but doesn't use Java, anyway, and is interactive. I don't know how well it supports some of the texture options.

Preview: (hide)
link
1

answered 11 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

There has been a good amount of work directed toward three.js. Jason Grout mentioned it and gave a working example in this answer to another question, and here's a really simple example at http://sagecell.sagemath.org/?q=xbyhqj (also from Jason Grout):

r(t)=(5*sin(t),5*cos(t),t)
threejs(parametric_plot(r,(t,0,3*pi), thickness=5))
Preview: (hide)
link
0

answered 11 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

https://groups.google.com/forum/#!top...

Also check sagecell.sagemath.org and cloud.sagemath.org, both of which can use webgl based 3D plots.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 11 years ago

Seen: 1,238 times

Last updated: Feb 19 '14