From Don Tidrow, Added support for locally referenced origins.

This commit is contained in:
Robert Osfield
2005-09-27 14:48:09 +00:00
parent 600349dce8
commit 2092016c7b
6 changed files with 140 additions and 67 deletions

View File

@@ -1122,7 +1122,6 @@ void* geomRead::Parse(trpgToken /*tok*/,trpgReadBuffer &buf)
osg::ref_ptr<osg::Geometry> geometry;
// Get texture coordinates
;
int num_tex;
geom.GetNumTexCoordSets(num_tex);
std::vector< osg::ref_ptr<osg::Vec2Array> > tex_coords(num_tex);