Ignore:
Timestamp:
04/06/06 17:54:00 (18 years ago)
Author:
mattausch
Message:

added histogram (not tested)
last version before updating render cost evaluation

File:
1 edited

Legend:

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

    r492 r728  
    123123  ViewN = -N; // forwards 
    124124#ifdef _DEBUG 
    125   const float eps = 1e-3; 
     125  const float eps = 1e-3f; 
    126126  if (fabs(Magnitude(ViewU) - 1.0) > eps) { 
    127127    Debug << "ViewU magnitude error= " << Magnitude(ViewU) << "\n"; 
Note: See TracChangeset for help on using the changeset viewer.