- Timestamp:
- Oct 25, 2013, 1:44:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/nanoscale/renderservers.tcl.in
r2671 r4011 5 5 set vtkdir "@VTK_LIB_DIR@" 6 6 7 # GeoVis server -- 8 # Map renderer 9 # 10 register_server geovis 2030 { 11 ${bindir}/geovis 12 } { 13 LD_LIBRARY_PATH ${libdir} 14 } 15 7 16 # NanoVis server -- 17 # Volume renderer 8 18 # 9 19 register_server nanovis 2000 { … … 13 23 } 14 24 15 # NanoVis server --16 #17 register_server nanovis-test 2015 {18 ${bindir}/nanovis -p ${libdir}/shaders:${libdir}/resources19 } {20 LD_LIBRARY_PATH ${libdir}21 }22 23 # VtkVis server --24 # 3D drawings (scene graphs), Contour and surface graphs.25 #26 register_server vtkvis 2010 {27 ${bindir}/vtkvis28 } {29 LD_LIBRARY_PATH ${libdir}:${vtkdir}30 }31 32 25 # Pymol server -- 33 # Molecular layouts from PDB description.34 # Need PYMOL_SITE_PATH only for parallelpiped box.py location.26 # Molecular layouts from PDB description. 27 # Need PYMOL_SITE_PATH only for parallelpiped box.py location. 35 28 # 36 29 register_server pymol 2019 { … … 43 36 # 44 37 # Pymol server (threaded version of proxy) -- 45 # Molecular layouts from PDB description.46 # Need PYMOL_SITE_PATH only for parallelpiped box.py location.38 # Molecular layouts from PDB description. 39 # Need PYMOL_SITE_PATH only for parallelpiped box.py location. 47 40 # 48 41 register_server pymol-threaded 2020 { … … 52 45 LD_LIBRARY_PATH ${libdir} 53 46 } 47 48 # VtkVis server -- 49 # VTK-based renderer 50 # 51 register_server vtkvis 2010 { 52 ${bindir}/vtkvis 53 } { 54 LD_LIBRARY_PATH ${libdir}:${vtkdir} 55 }
Note: See TracChangeset
for help on using the changeset viewer.