Untitled

From Anonymous, 3 Weeks ago, written in Plain Text, viewed 20 times. This paste will self destruct in 2 Days.
URL https://paste.intergen.online/view/6ae063f1 Embed
Download Paste or View Raw
  1. //cloud caption loads first, to show last
  2.         if(cloud) {
  3.                 //all of these are in FEET
  4.                 var cloud_final_horizontal_semiaxis = bc.cloud_final_horizontal_semiaxis(kt);
  5.                 var cloud_final_height = bc.cloud_top(kt);
  6.                 var cloud_final_vertical_semiaxis = (cloud_final_height-bc.cloud_bottom(kt))/2;
  7.  
  8.                 var top_altitude = cloud_final_height*ft2km;
  9.                 var head_diameter = cloud_final_horizontal_semiaxis*2*ft2km;
  10.                 var head_height = cloud_final_vertical_semiaxis*2*ft2km;
  11.  
  12.                 effectCaptions.push({
  13.                         title: "Mu

Reply to "Untitled"

Here you can reply to the paste above