Ignore:
Timestamp:
Jun 8, 2006, 4:50:10 PM (18 years ago)
Author:
mmc
Message:

Last minute fixes so we can deploy the nanoVIS server:

  • Added monitor.tcl script which monitors nanoscale and restarts as needed.
  • Fixed relative paths for shaders and fonts. All shaders and fonts are

taken from /opt/nanovis/lib

  • Fixed the ordering of data for the nanowire simulator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/vizservers/nanovis/ParticleSystem.cpp

    r401 r467  
    6666  m_g_context = context;
    6767
    68   m_pos_fprog = loadProgram(m_g_context, CG_PROFILE_FP30, CG_SOURCE, "./shaders/update_pos.cg");
     68  m_pos_fprog = loadProgram(m_g_context, CG_PROFILE_FP30, CG_SOURCE, "/opt/nanovis/lib/shaders/update_pos.cg");
    6969  m_pos_timestep_param  = cgGetNamedParameter(m_pos_fprog, "timestep");
    7070  m_vel_tex_param = cgGetNamedParameter(m_pos_fprog, "vel_tex");
Note: See TracChangeset for help on using the changeset viewer.