Ignore:
Timestamp:
04/30/08 10:09:52 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2667 r2669  
    9696 
    9797        // for sg snapshot 
    98         //mViewPoint = Vector3(18.5133, 10.9818, -1032.24); 
    99         //mViewDirection = Vector3(-0.5373, 0, 0.843391); 
    100  
    101          
    102           //    mViewPoint = Vector3(1213.85, 176.988, -437.364); 
    103           //    mViewDirection = Vector3(0.433884, 0, -0.900969); 
    104          
    105         //mViewPoint = Vector3(1213.85, 176.988, -437.364); 
    106         //mViewDirection = Vector3(0.433884, 0, -0.900969); 
    107  
    10898        mViewPoint = Vector3(32.8596, 9.86079, -1023.79); 
    10999        mViewDirection = Vector3(-0.92196, 0, 0.387286); 
    110  
    111         //mViewPoint = Vector3(1099.9,183.0,-387); 
    112         //mViewDirection = Vector3(-0.6,0,-0.8); 
    113100 
    114101        // inside 
     
    16501637                // drop the first frame (for some reason, the first frame yields wrong pixel error) 
    16511638                 
    1652                 if ((mFrame > 0) && (err >= 0.0f) && (err < (1.0f - 1e-6f)) && (pvsSize > 0))  
     1639                if (//(mFrame > 0) &&  
     1640                        (err >= 0.0f) && (err < (1.0f - 1e-6f)) && (pvsSize > 0))  
    16531641                { 
    16541642                        if (err > mPvsStat.maxError) 
Note: See TracChangeset for help on using the changeset viewer.