Ported various demos and support classes over to use the new osg::Geometry class
thus removing dependancy on osg::Geoset from most of the OSG, only loaders left to port now.
This commit is contained in:
@@ -164,7 +164,7 @@ osgDB::ReaderWriter::ReadResult ReaderWriterLWO::readNode(const std::string& fil
|
||||
gset->setCoords(coord, cindex);
|
||||
gset->setStateSet(state);
|
||||
|
||||
smoother.smooth(*gset);
|
||||
// smoother.smooth(*gset);
|
||||
|
||||
geode->addDrawable(gset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user