Changeset 5042 for nanoscale/branches/1.0
- Timestamp:
- Feb 22, 2015 9:56:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nanoscale/branches/1.0/renderservers.tcl.in
r5041 r5042 9 9 # nanovis 2000 production 10 10 # vtkvis 2010 production 11 # geovis 2015 testing12 11 # vmdshow 2018 testing 13 # pymol 12 # pymolproxy 2020 production 14 13 # 15 14 # The syntax is … … 36 35 set bindir "@bindir@" 37 36 set libdir "@libdir@" 38 39 # GeoVis server (port 2015) --40 # Map renderer41 #42 register_server geovis 2015 \43 -output 3 -logstdout no -logstderr no \44 {45 ${bindir}/geovis -o 346 } {47 LD_LIBRARY_PATH ${libdir}48 OSGEARTH_DEFAULT_FONT /usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf49 __GL_SYNC_TO_VBLANK 050 }51 37 52 38 # NanoVis --
Note: See TracChangeset
for help on using the changeset viewer.