Ignore:
Timestamp:
02/01/06 19:29:59 (18 years ago)
Author:
mattausch
Message:

implemented variance
started implementing merge history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/X3dExporter.cpp

    r564 r580  
    850850                { 
    851851                        ViewCell *vc = dynamic_cast<BspLeaf *>(node)->GetViewCell(); 
    852       
     852#if 0      
    853853                        // set the mesh material according to the ray density 
    854854                        if (vc->mPassingRays.mRays)  
     
    860860                                mForcedMaterial.mDiffuseColor.g = 1.0f - mForcedMaterial.mDiffuseColor.r; 
    861861                                ExportViewCell(vc); 
     862 
    862863                        } 
    863                 } else  
     864#endif 
     865                }  
     866                else  
    864867                { 
    865868                        BspInterior *interior = (BspInterior *)node; 
Note: See TracChangeset for help on using the changeset viewer.