I have just tried three.js in 7.5 beta 5, doing (as in the doc):

sage: sage: p1 = sphere(color='red', opacity='.5')
....: sage: p2 = sphere((-1,-1,1), color='cyan', opacity='.3')
....: sage: p3 = sphere((1,-1,-1), color='yellow', opacity='.7')
....: sage: show(p1 + p2 + p3, viewer='threejs')

My firefox is launched, and the result is nice !

But looking at the cpu consumption of firefox, I found that it takes
between 60% and 89% of one processor cpu time, even when I look at the
steady graphic (mouse pointer out of the window).

May be there is nothing to do (some loop...),  but this is quite much!

t.d.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

<<attachment: tdumont.vcf>>

Reply via email to