Ignore:
Timestamp:
May 29, 2006 7:55:49 PM (18 years ago)
Author:
mmc
Message:

Created new "transfunc" command for defining transfer functions.
Fixed gradient calculation. Centered volume on origin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/vizservers/nanovis/nanovis.h

    r431 r445  
    113113int    iframe = 0;
    114114int    Npat   = 64;
    115 int    alpha  = (0.12*255);
     115int    alpha  = (int)round(0.12*255);
    116116float  sa;
    117117float  tmax   = NPIX/(SCALE*NPN);
Note: See TracChangeset for help on using the changeset viewer.