Ignore:
Timestamp:
02/20/09 18:47:25 (15 years ago)
Author:
mattausch
Message:

now changing to precomputed sampling version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/Converter/ObjConverter.cpp

    r3319 r3323  
    107107 
    108108 
    109                         if (0)//!normals.empty()) 
     109                        if (!normals.empty()) 
    110110                        { 
    111111                                faceNormals.push_back(normals[nIndices[idx1]]); 
     
    358358                str.write(reinterpret_cast<char *>(geom->mTexcoords), sizeof(float) * texCoordCount * 2); 
    359359         
    360 /* 
    361         ////////////// 
    362         //-- hack: a default material 
     360 
    363361        /////// 
    364362        //-- texture 
    365  
     363/* 
    366364#ifdef USE_TEXTURE 
    367365        int texId = 0; 
Note: See TracChangeset for help on using the changeset viewer.