Added next stage of support for osg::Uniform in .osg plugin
This commit is contained in:
@@ -47,6 +47,7 @@ class OSGDB_EXPORT Input : public FieldReaderIterator
|
||||
virtual osg::Image* readImage();
|
||||
virtual osg::Drawable* readDrawable();
|
||||
virtual osg::StateAttribute* readStateAttribute();
|
||||
virtual osg::Uniform* readUniform();
|
||||
virtual osg::Node* readNode();
|
||||
|
||||
virtual osg::Object* readObject(const std::string& fileName);
|
||||
|
||||
Reference in New Issue
Block a user