Implicit plot in tachyon scene

asked 2015-04-24 19:37:52 +0200

Thorsten gravatar image

updated 2015-04-25 11:54:08 +0200

niles gravatar image

Is there a way to get some implicit plot, or some other graphic object in general into a tachyon scene? Something like:

t = Tachyon(xres=400,yres=400, camera_center=(4,30,30), look_at=(0,0,0))
t.ImplicitPlot3d( ... )

Or can I modify the camera_center parameter when using the tachyon viewer in the show() method?

edit retag flag offensive close merge delete