Changeset 332 for trunk/src/formats


Ignore:
Timestamp:
09/17/14 13:42:24 (11 years ago)
Author:
epyon
Message:
  • fix for (not)loading models without normals
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/assimp_loader.cc

    r323 r332  
    127127
    128128        data->add_channel( channel );
     129        if ( mesh->mTangents && mesh->mBitangents )
    129130        for (unsigned int i=0; i<mesh->mNumVertices; i++)
    130131        {
Note: See TracChangeset for help on using the changeset viewer.