| Hosted by CoCalc | Download
f = lambda t: (t,t^2,t^3) t = Tachyon(camera_center=(5,0,4)) t.texture('t') t.light((-20,-20,40), 0.2, (1,1,1)) t.parametric_plot(f,-5,5,'t',min_depth=6) t.save('a.png') salvus.file('a.png')