Ignore:
Timestamp:
04/20/06 13:25:41 (18 years ago)
Author:
mattausch
Message:

after rendering workshop submissioin
x3dparser can use def - use constructs
implemented improved evaluation (samples are only stored in leaves, only propagate pvs size)

File:
1 edited

Legend:

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

    r746 r752  
    11341134  cb = new QCheckBox("Render errors", vbox); 
    11351135  vbox->layout()->addWidget(cb); 
    1136   cb->setChecked(true); 
     1136  cb->setChecked(false); 
    11371137  connect(cb, SIGNAL(toggled(bool)), SIGNAL(SetRenderErrors(bool))); 
    11381138 
     
    12291229  mCutViewCells = false; 
    12301230  mCutScene = false; 
    1231   mRenderErrors = true; 
     1231  mRenderErrors = false; 
    12321232  mRenderFilter = true; 
    12331233  mShowRenderCost = false; 
Note: See TracChangeset for help on using the changeset viewer.