Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/lwo/lwo2parser.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/lwo/lwo2parser.h
r12608 r13041 35 35 virtual iff::Chunk *parse_chunk_data(const std::string &tag, const std::string &context, Iter it, Iter end); 36 36 iff::Chunk *parse_subchunk(Iter &it, const std::string &context); 37 37 38 38 Parser& operator = (const Parser&) { return *this; } 39 39 }; … … 126 126 for (int i=0; i<pl.numvert; ++i) 127 127 pl.vert.push_back(read_VX(it)); 128 chk->polygons.push_back(pl); 128 chk->polygons.push_back(pl); 129 129 } 130 130 return chk;
