// Satellite links for WTEL logo // Requires // wtel_logo_sat_pos // wtel_logo_station_1_pos (position of fist ground station ) // wtel_logo_station_2_pos (position of fist ground station ) // wtel_logo_station_3_pos (position of fist ground station ) // wtel_logo_beam_radius // wtel_logo_beam_step // wtel_logo_beam_texture // Defines // wtel_logo_beams #declare wtel_logo_beam_org = wtel_logo_sat_pos #declare wtel_logo_beam_dst = wtel_logo_station_1_pos #include "wtel-logo-beam.inc" #declare wtel_logo_beam_1 = object{ wtel_logo_beam } #declare wtel_logo_beam_dst = wtel_logo_station_2_pos #include "wtel-logo-beam.inc" #declare wtel_logo_beam_2 = object{ wtel_logo_beam } #declare wtel_logo_beam_dst = wtel_logo_station_3_pos #include "wtel-logo-beam.inc" #declare wtel_logo_beam_3 = object{ wtel_logo_beam } #declare wtel_logo_beams = union{ object{ wtel_logo_beam_1 } object{ wtel_logo_beam_2 } object{ wtel_logo_beam_3 } no_shadow }