Ignore:
Timestamp:
Mar 13, 2009, 12:40:28 PM (16 years ago)
Author:
vrinside
Message:

fixing the particle advection (Too fast velocity should be considered)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/nanovis.cpp

    r1317 r1323  
    809809                // TEMP
    810810                //data[4*index] = lic_slice_x;
    811                 data[4*index] = 1.0;
     811                data[4*index] = 0.95;
    812812                data[4*index+1]= j/float(particleRenderer->psys_height);
    813813                data[4*index+2]= i/float(particleRenderer->psys_width);
Note: See TracChangeset for help on using the changeset viewer.