// Last edited on 2019-04-17 18:45:04 by stolfilocal // Generic frame of selected movie global_settings{ max_trace_level 30 } background{ color rgb < 0.900, 1.000, 0.800 > } #include "textures.inc" #include "axes.inc" #include "lamp_array.inc" #include "camlight.inc" #include "mklab.inc" #include "fplot.inc" #declare kind = 0; // Kind of function. fplot_movie_frame(kind,clock) #declare cam_ctr = fplot_movie_frame_ctr; #declare cam_rad = fplot_movie_frame_rad; #declare cam_dir = < 10, 0, 0 >; camlight(cam_ctr, cam_rad, cam_dir, 8*cam_rad, z, 1.3, 3,2.0,false) // #local axL = 0.75*cam_rad // object{ axes(axL, axL, axL) }