Changeset 4011 for trunk


Ignore:
Timestamp:
Oct 25, 2013, 1:44:54 AM (11 years ago)
Author:
ldelgass
Message:

Add geovis to nanoscale config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanoscale/renderservers.tcl.in

    r2671 r4011  
    55set vtkdir "@VTK_LIB_DIR@"
    66
     7# GeoVis server --
     8#     Map renderer
     9#
     10register_server geovis 2030 {
     11    ${bindir}/geovis
     12} {
     13    LD_LIBRARY_PATH ${libdir}
     14}
     15
    716# NanoVis server --
     17#     Volume renderer
    818#
    919register_server nanovis 2000 {
     
    1323}
    1424
    15 # NanoVis server --
    16 #
    17 register_server nanovis-test 2015 {
    18     ${bindir}/nanovis -p ${libdir}/shaders:${libdir}/resources
    19 } {
    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}/vtkvis
    28 } {
    29     LD_LIBRARY_PATH ${libdir}:${vtkdir}
    30 }
    31 
    3225# 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.
    3528#   
    3629register_server pymol 2019 {
     
    4336#
    4437# 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.
    4740#   
    4841register_server pymol-threaded 2020 {
     
    5245    LD_LIBRARY_PATH ${libdir}
    5346}
     47
     48# VtkVis server --
     49#    VTK-based renderer
     50#
     51register_server vtkvis 2010 {
     52    ${bindir}/vtkvis
     53} {
     54    LD_LIBRARY_PATH ${libdir}:${vtkdir}
     55}
Note: See TracChangeset for help on using the changeset viewer.