Render Yoda in interactive 3d using THREE.js
Warning: If your browser uses canvas instead of webgl, this will be painfully slow. With webgl, it is very fast after the model loads.
Error in lines 8-8
Traceback (most recent call last):
File "/projects/aac665be-11aa-463c-8ac1-3c12092db79d/.sagemathcloud/sage_server.py", line 879, in execute
exec compile(block+'\n', '', 'single') in namespace, locals
File "", line 1, in <module>
File "/projects/aac665be-11aa-463c-8ac1-3c12092db79d/.sagemathcloud/sage_salvus.py", line 2420, in show
s = show0(objs, combine_all=True)
File "/projects/aac665be-11aa-463c-8ac1-3c12092db79d/.sagemathcloud/sage_salvus.py", line 2405, in show0
b = show0(a)
File "/projects/aac665be-11aa-463c-8ac1-3c12092db79d/.sagemathcloud/sage_salvus.py", line 2393, in show0
salvus.threed(obj, **kwds)
TypeError: threed() got an unexpected keyword argument 'figsize'
53756