#This file contains viewpoints for the VMD viewchangerender plugin.
#Type 'source /Users/nuno/Documents/Dropbox/Code/VMDplugins/vmdMagazine/Development/version1.2/Demos/Enzymes/Aquoporins/movie.txt' from the VMD command window to load these viewpoints.

proc viewchangerender_restore_my_state {} {
  variable ::VCR::viewpoints

  set ::VCR::viewpoints(1,3) {   {{1 0 0 0} {0 1 0 0} {0 0 1 0} {0 0 0 1}}   }
  set ::VCR::viewpoints(2,2) {   {{0.0658343 0 0 0} {0 0.0658343 0 0} {0 0 0.0658343 0} {0 0 0 1}}   }
  set ::VCR::viewpoints(3,1) {   {{1 0 0 -19.1186} {0 1 0 -43.972} {0 0 1 -137.53} {0 0 0 1}}   }
  set ::VCR::viewpoints(1,4) {   0   }
  set ::VCR::viewpoints(2,3) {   {{1 0 0 0} {0 1 0 0} {0 0 1 0} {0 0 0 1}}   }
  set ::VCR::viewpoints(3,2) {   {{0.337931 0 0 0} {0 0.337931 0 0} {0 0 0.337931 0} {0 0 0 1}}   }
  set ::VCR::viewpoints(2,4) {   0   }
  set ::VCR::viewpoints(3,3) {   {{1 0 0 0} {0 1 0 0} {0 0 1 0} {0 0 0 1}}   }
  set ::VCR::viewpoints(3,4) {   0   }
  set ::VCR::viewpoints(1,0) {   {{-0.36828 -0.929679 -0.0079352 0} {-0.0596159 0.0150968 0.998107 0} {-0.9278 0.368057 -0.0609835 0} {0 0 0 1}}   }
  set ::VCR::viewpoints(1,1) {   {{1 0 0 -19.1186} {0 1 0 -43.972} {0 0 1 -137.53} {0 0 0 1}}   }
  set ::VCR::viewpoints(2,0) {   {{-0.225537 0.974039 -0.0195011 0} {-0.0811873 0.00115619 0.996698 0} {0.970846 0.226374 0.0788189 0} {0 0 0 1}}   }
  set ::VCR::viewpoints(1,2) {   {{0.0658345 0 0 0} {0 0.0658345 0 0} {0 0 0.0658345 0} {0 0 0 1}}   }
  set ::VCR::viewpoints(2,1) {   {{1 0 0 -19.1186} {0 1 0 -43.972} {0 0 1 -137.53} {0 0 0 1}}   }
  set ::VCR::viewpoints(3,0) {   {{-0.715079 -0.698863 0.0158146 0} {-0.0519003 0.0756383 0.995784 0} {-0.697113 0.711244 -0.0903589 0} {0 0 0 1}}   }
  set ::VCR::representations(2,molecule13) [list CPK_1.000000_0.300000_12.000000_12.000000-resid_213_216_201_178_97_213-Name-Opaque ]
  set ::VCR::representations(1,2zz9) [list CPK_1.800000_0.300000_16.000000_22.000000-waters_and_not_resid_554-Name-HardPlastic Licorice_0.300000_10.000000_10.000000-resid_213_216_201_178_97_213-Name-EdgyShiny Cartoon_2.000000_62.000000_5.000000-all-ColorID_15-Steel NewCartoon_0.410000_30.000000_3.480000_0-all-ColorID_22-EdgyShiny ]
  set ::VCR::representations(1,BPF) [list  ]
  set ::VCR::representations(3,2zz9) [list CPK_1.800000_0.300000_16.000000_22.000000-waters_and_not_resid_554-Name-HardPlastic Licorice_0.300000_10.000000_10.000000-resid_213_216_201_178_97_213-Name-EdgyShiny Cartoon_2.000000_62.000000_5.000000-all-ColorID_15-Steel NewCartoon_0.410000_30.000000_3.480000_0-all-ColorID_22-EdgyShiny ]
  set ::VCR::representations(2,BPF) [list  ]
  set ::VCR::representations(3,BPF) [list  ]
  set ::VCR::representations(1,molecule13) [list CPK_1.000000_0.300000_12.000000_12.000000-resid_213_216_201_178_97_213-Name-Opaque ]
  set ::VCR::representations(3,molecule13) [list CPK_1.000000_0.300000_12.000000_12.000000-resid_213_216_201_178_97_213-Name-Opaque ]
  set ::VCR::representations(2,2zz9) [list CPK_1.800000_0.300000_16.000000_22.000000-waters_and_not_resid_554-Name-HardPlastic Licorice_0.300000_10.000000_10.000000-resid_213_216_201_178_97_213-Name-EdgyShiny Cartoon_2.000000_62.000000_5.000000-all-ColorID_15-Steel NewCartoon_0.410000_30.000000_3.480000_0-all-ColorID_22-EdgyShiny ]
  set ::VCR::movieList "1 2 3"
  set ::VCR::movieTimeList "5.0 0.5 0.0"
  set ::VCR::movieTime 5.5
  set ::VCR::movieDuration 5.50  
  ::VCR::calctimescale 0
  global PrevScreenSize
  set PrevScreenSize [display get size]
  proc RestoreScreenSize {} { global PrevScreenSize; display resize [lindex $PrevScreenSize 0] [lindex $PrevScreenSize 1] }
  display resize 882 751
  if { [parallel noderank] == 0 } {
    puts "Loaded viewchangerender viewpoints file /Users/nuno/Documents/Dropbox/Code/VMDplugins/vmdMagazine/Development/version1.2/Demos/Enzymes/Aquoporins/movie.txt "
    puts "Note: The screen size has been changed to that stored in the viewpoints file."
    puts "To restore it to its previous size type this into the Tcl console:\n  RestoreScreenSize"
  }
  return
}


viewchangerender_restore_my_state


