16 #include <osg/NodeVisitor>
19 class DtOsgFileCache::TextureCollection;
32 const std::string& parentFilePath,
33 bool replaceTexturesWithLoadOnDemandImages,
34 bool compressTextures,
35 bool followProxyNodes);
38 virtual void apply(osg::Geode& geode);
41 virtual void apply(osg::Node& node);
44 virtual void apply(osg::StateSet& stateset);
47 virtual void apply(osg::ProxyNode& node);
59 osg::ref_ptr<osg::Texture> findDuplicateTexture(
osg::Texture* texture);