18 #include <osg/NodeVisitor>
21 class DtTextureCollection;
34 const std::string& parentFilePath,
35 bool replaceTexturesWithLoadOnDemandImages,
36 bool compressTextures,
37 bool followProxyNodes);
40 virtual void apply(osg::Geode& geode);
43 virtual void apply(osg::Node& node);
46 virtual void apply(osg::StateSet& stateset);
49 virtual void apply(osg::ProxyNode& node);
61 osg::ref_ptr<osg::Texture> findDuplicateTexture(
osg::Texture* texture);