Ignore:
Timestamp:
06/06/08 17:40:59 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2738 r2742  
    9797 
    9898                // for sg snapshot 
    99           mViewPoint = Vector3(32.8596, 9.86079, -1023.79); 
    100           mViewDirection = Vector3(-0.92196, 0, 0.387286); 
     99                mViewPoint = Vector3(32.8596, 9.86079, -1023.79); 
     100                mViewDirection = Vector3(-0.92196, 0, 0.387286); 
    101101 
    102102                // inside 
     
    106106                if (1) { 
    107107 
    108                 // outside 
    109                 mViewPoint = Vector3(35.092, 17.7078, -857.966); 
    110                 mViewDirection = Vector3(-0.411287, 0, -0.911506); 
    111  
    112                 // strange viewcell for error measurements (id 534) 
    113                 mViewPoint = Vector3(1405.9, 218.284, -736.785); 
    114                 mViewDirection = Vector3(0.989155, 0, 0.146877); 
    115  
    116                 // high error for city_full 
    117                 mViewPoint = Vector3(842.521, 194.708, -136.708); 
    118                 mViewDirection = Vector3(0.730514, 0, -0.682897); 
    119  
    120                 // also high error for city_full 
    121                 mViewPoint = Vector3(1038.7f, 192.4f, -471.0f); 
    122                 mViewDirection = Vector3(-0.8f, 0.0f, -0.6f); 
    123  
    124                 mViewPoint = Vector3(440.295, 196.959, -781.302); 
    125                 mViewDirection = Vector3(-0.0566328, 0, -0.998395); 
    126  
    127                 mViewPoint = Vector3(680.682, 189.552, -278.177); 
    128                 mViewDirection = Vector3(0.942709, -0, -0.333584); 
    129  
    130                 // strange error for gvs 
    131                 mViewPoint = Vector3(1186.9, 193.552, -377.044); 
    132                 mViewDirection = Vector3(-0.963031, -0, -0.269365); 
    133  
    134                 mViewPoint = Vector3(1189.54, 220.087, -462.869); 
    135                 mViewDirection = Vector3(-0.996972, -0, -0.0776569); 
    136  
    137                 mViewPoint = Vector3(1199.53, 257.677, -457.145); 
    138                 mViewDirection = Vector3(-0.71206, -0, -0.702108); 
    139  
    140                 mViewPoint = Vector3(1188.22, 187.427, -381.739); 
    141                 mViewDirection = Vector3(-0.963031, -0, -0.269365); 
     108                        // outside 
     109                        mViewPoint = Vector3(35.092, 17.7078, -857.966); 
     110                        mViewDirection = Vector3(-0.411287, 0, -0.911506); 
     111 
     112                        // strange viewcell for error measurements (id 534) 
     113                        mViewPoint = Vector3(1405.9, 218.284, -736.785); 
     114                        mViewDirection = Vector3(0.989155, 0, 0.146877); 
     115 
     116                        // high error for city_full 
     117                        mViewPoint = Vector3(842.521, 194.708, -136.708); 
     118                        mViewDirection = Vector3(0.730514, 0, -0.682897); 
     119 
     120                        // also high error for city_full 
     121                        mViewPoint = Vector3(1038.7f, 192.4f, -471.0f); 
     122                        mViewDirection = Vector3(-0.8f, 0.0f, -0.6f); 
     123 
     124                        mViewPoint = Vector3(440.295, 196.959, -781.302); 
     125                        mViewDirection = Vector3(-0.0566328, 0, -0.998395); 
     126 
     127                        mViewPoint = Vector3(680.682, 189.552, -278.177); 
     128                        mViewDirection = Vector3(0.942709, -0, -0.333584); 
     129 
     130                        // strange error for gvs 
     131                        /*mViewPoint = Vector3(1186.9, 193.552, -377.044); 
     132                        mViewDirection = Vector3(-0.963031, -0, -0.269365); 
     133 
     134                        mViewPoint = Vector3(1189.54, 220.087, -462.869); 
     135                        mViewDirection = Vector3(-0.996972, -0, -0.0776569); 
     136 
     137                        mViewPoint = Vector3(1199.53, 257.677, -457.145); 
     138                        mViewDirection = Vector3(-0.71206, -0, -0.702108); 
     139 
     140                        mViewPoint = Vector3(1188.22, 187.427, -381.739); 
     141                        mViewDirection = Vector3(-0.963031, -0, -0.269365); 
     142 
     143                        mViewPoint = Vector3(1188.22, 187.427, -381.739); 
     144                        mViewDirection = Vector3(-0.963031, -0, -0.269365); 
     145*/ 
    142146                } 
    143147        } 
Note: See TracChangeset for help on using the changeset viewer.