Ignore:
Timestamp:
01/21/08 22:49:07 (17 years ago)
Author:
bittner
Message:

pixel error

File:
1 edited

Legend:

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

    r2620 r2622  
    8989        mSceneGraph->CollectObjects(mObjects); 
    9090 
    91 #if 0 
     91#if 1 
    9292        viewCellsManager->GetViewPoint(mViewPoint); 
    9393        mViewDirection = Vector3(0,0,1); 
     
    105105                                                      mDetectEmptyViewSpace); 
    106106 
    107         mSnapErrorFrames = true; 
     107        mSnapErrorFrames = false; 
    108108        mSnapPrefix = "snap/"; 
    109109        mUseForcedColors = false; 
Note: See TracChangeset for help on using the changeset viewer.