- Timestamp:
- 02/27/08 09:30:29 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FileIO/3DS/OSG3DSSceneFileType.h
r1039 r1063 90 90 MaterialTransitPtr createMaterial(L3DS &scene, UInt32 id) const; 91 91 92 typedef std::map<UInt32, Material RefPtr> MaterialMap;93 typedef MaterialMap::iterator MaterialMapIt;94 typedef MaterialMap::const_iterator MaterialMapConstIt;92 typedef std::map<UInt32, MaterialInternalRefPtr> MaterialMap; 93 typedef MaterialMap::iterator MaterialMapIt; 94 typedef MaterialMap::const_iterator MaterialMapConstIt; 95 95 96 96 mutable MaterialMap _materials;
