Ignore:
Timestamp:
Mar 22, 2013, 10:19:49 PM (12 years ago)
Author:
ldelgass
Message:

Remove commented code (volume renderer now handles setting number of sample
planes for volumes).

File:
1 edited

Legend:

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

    r3559 r3562  
    8181  0.25  0 1 1\n\
    8282  0.50  0 1 0\n\
    83    0.75  1 1 0\n\
     83  0.75  1 1 0\n\
    8484  1.00  1 0 0\n\
    8585} {\n\
     
    13061306    }
    13071307
    1308     //
    1309     // BE CAREFUL: Set the number of slices to something slightly different
    1310     // for each volume.  If we have identical volumes at exactly the same
    1311     // position with exactly the same number of slices, the second volume will
    1312     // overwrite the first, so the first won't appear at all.
    1313     //
    13141308    if (volPtr != NULL) {
    1315         //volPtr->numSlices(512-n);
    1316         //volPtr->numSlices(256-n);
    13171309        volPtr->disableCutplane(0);
    13181310        volPtr->disableCutplane(1);
Note: See TracChangeset for help on using the changeset viewer.