// Last edited on 2011-05-07 08:55:55 by stolfi global_settings{ max_trace_level 10 } #include "generic_fig.inc" #include "un1_macros.inc" #local cut = 3; #local cpos = <0,0,0>; #local view = 3; #local cam_mag = 0.77; // Automatic {cam_ctr,cam_rad}. #local CD = object{ un1_standard_drywell_cutter(cut,cpos) } #local pipe = object{ un1_surge_pipe() } #local OB = intersection{ object{ CD texture{ tx_enamel_green } } object{ un1_pipes_bounder(pipe) texture{ tx_enamel_yellow } } } generic_fig(OB,view,cam_mag)