Changeset 385

Show
Ignore:
Timestamp:
09/19/11 09:34:58 (8 months ago)
Author:
Carsten
Message:

Fix linking issue in LoaderFbxT class when the Autodesk FBX SDK is not installed.

Closes #88.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/Libs/Models/Loader_fbx.cpp

    r382 r385  
    855855bool LoaderFbxT::UseGivenTS() const { return false; } 
    856856void LoaderFbxT::Load(ArrayT<CafuModelT::JointT>& Joints, ArrayT<CafuModelT::MeshT>& Meshes, ArrayT<CafuModelT::AnimT>& Anims, MaterialManagerImplT& MaterialMan) { } 
     857void LoaderFbxT::Load(ArrayT<CafuModelT::SkinT>& Skins, const MaterialManagerImplT& MaterialMan) { } 
    857858void LoaderFbxT::Load(ArrayT<CafuModelT::GuiFixtureT>& GuiFixtures, ArrayT<CafuModelT::GuiLocT>& GuiLocs) { } 
    858859