Ignore:
Timestamp:
02/17/07 22:48:12 (17 years ago)
Author:
mattausch
Message:

worded on obj loading in Ogre

File:
1 edited

Legend:

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

    r2119 r2123  
    203203        if (SqrMagnitude(cross_a_b) <= 0.000001 * FLT_EPSILON * FLT_EPSILON)  
    204204        { 
    205                 cout << "x"; 
    206205                // v0, v1 & v2 lies on a line (area == 0) 
    207206                return false; 
Note: See TracChangeset for help on using the changeset viewer.