Show
Ignore:
Timestamp:
09/02/10 11:52:26 (21 months ago)
Author:
farhi
Message:

samples: update call to off_intersect with support for orientation vectors, currently not used.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/nlib/samples/Incoherent.comp

    r2824 r2923  
    244244      intersect = sphere_intersect(&t0, &t3, x, y, z, vx, vy, vz, radius); 
    245245    else if (VarsInc.shape == 3) 
    246       intersect = off_intersect(&t0, &t3, x, y, z, vx, vy, vz, offdata ); 
     246      intersect = off_intersect(&t0, &t3, NULL, NULL, x, y, z, vx, vy, vz, offdata ); 
    247247    if (intersect) { 
    248248      int flag_ishollow = 0;