// Last edited on 2011-05-31 20:23:36 by stolfilocal global_settings{ max_trace_level 10 } #include "generic_fig.inc" #include "un4_macros.inc" #local cut = 0; #local cpos = <0,0,0>; #local view = 6; #local cam_mag = 0.90; // Automatic {cam_ctr,cam_rad}. #local CZ = object{ cutter_not_Z() translate (un4_service_floor_Z+0.500)*z } #local OB = union{ object{ un4_storey_5_pillars_and_beams() texture{ tx_concrete } } intersection{ object{ CZ texture{ tx_enamel_green } } difference{ union{ object{ un4_building_exterior_paint() } object{ un4_building_massive() texture { tx_concrete } } } union{ object{ un4_spent_fuel_pool_shape(0) } object{ un4_dryer_storage_pool_cavity(0) } object{ un4_cask_loading_pool_shape(0) } object{ un4_roof_storey_rooms() } object{ un4_midroof_storey_rooms() } object{ un4_storey_5_basic_room() } texture { tx_concrete } } } } } generic_fig(OB,view,cam_mag)