Ignore:
Timestamp:
02/18/09 18:34:49 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

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