Show
Ignore:
Timestamp:
02/27/08 09:30:29 (9 months ago)
Author:
cneumann
Message:

fixed: Overzealous use of RefPtr? replaced with InternalRefPtr?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FileIO/OBJ/OSGOBJSceneFileType.h

    r1039 r1063  
    178178    }; 
    179179 
    180     struct Mesh { 
    181       std::string          name; 
    182       std::list<Face>      faceList; 
    183       SimpleMaterialRefPtr mtlPtr; 
    184     }; 
    185  
    186  
    187     Int32 readMTL (const Char8 *fileName, 
     180    struct Mesh 
     181    { 
     182      std::string                  name; 
     183      std::list<Face>              faceList; 
     184      SimpleMaterialInternalRefPtr mtlPtr; 
     185    }; 
     186 
     187 
     188    Int32 readMTL (const Char8                                    *fileName, 
    188189                   std::map<std::string, 
    189                    SimpleTexturedMaterialRefPtr> &mtlMap  ) const; 
     190                            SimpleTexturedMaterialInternalRefPtr> &mtlMap) const; 
    190191 
    191192    void write(const NodePtr &node,