Ignore:
Timestamp:
01/18/07 10:25:29 (17 years ago)
Author:
bittner
Message:

mutation updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/RayCaster.cpp

    r1984 r1989  
    282282                                                                        hitA.mObject, 
    283283                                                                        mPreprocessor.mPass, 
    284                                                                         simpleRay.mPdf); 
     284                                                                        simpleRay.mPdf 
     285                                                                        ); 
    285286 
    286287                if (validA) 
     
    288289 
    289290                vssRay->mDistribution = simpleRay.mDistribution; 
     291                vssRay->mGeneratorId = simpleRay.mGeneratorId; 
     292 
    290293                vssRays.push_back(vssRay); 
    291294                ++ hits; 
     
    311314 
    312315                vssRay->mDistribution = simpleRay.mDistribution; 
     316                vssRay->mGeneratorId = simpleRay.mGeneratorId; 
    313317                vssRays.push_back(vssRay); 
    314318                ++ hits; 
Note: See TracChangeset for help on using the changeset viewer.