- Timestamp:
- 02/27/08 09:30:29 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FileIO/OBJ/OSGOBJSceneFileType.h
r1039 r1063 178 178 }; 179 179 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, 188 189 std::map<std::string, 189 SimpleTexturedMaterialRefPtr> &mtlMap) const;190 SimpleTexturedMaterialInternalRefPtr> &mtlMap) const; 190 191 191 192 void write(const NodePtr &node,
