From Marco, updates to osgDB and .osg plugin to better handle reading of
objects of specified types.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
|
||||
namespace osgDB {
|
||||
|
||||
struct basic_type_wrapper;
|
||||
|
||||
/** Class for managing the reading of ASCII .osg files.*/
|
||||
class OSGDB_EXPORT Input : public FieldReaderIterator
|
||||
{
|
||||
@@ -35,6 +37,7 @@ class OSGDB_EXPORT Input : public FieldReaderIterator
|
||||
virtual ~Input();
|
||||
|
||||
virtual osg::Object* readObjectOfType(const osg::Object& compObj);
|
||||
virtual osg::Object* readObjectOfType(const basic_type_wrapper &btw);
|
||||
|
||||
virtual osg::Object* readObject();
|
||||
virtual osg::Image* readImage();
|
||||
|
||||
Reference in New Issue
Block a user