Ignore:
Timestamp:
01/09/08 11:14:26 (16 years ago)
Author:
bittner
Message:

Havran Ray Caster compiles and links, but still does not work

File:
1 edited

Legend:

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

    r2575 r2582  
    376376        Vector3 up(0,1,0); 
    377377 
    378         if (abs(DotProd(mViewDirection, up)) > 0.99f) 
    379                 up = Vector3(1, 0, 0); 
     378        if (fabs(DotProd(mViewDirection, up)) > 0.99f) 
     379          up = Vector3(1, 0, 0); 
    380380 
    381381        glLoadIdentity(); 
Note: See TracChangeset for help on using the changeset viewer.