|
OpenSceneGraph
3.0.1
|
For all textures apply settings. More...

Public Member Functions | |
| TextureVisitor (bool changeAutoUnRef, bool valueAutoUnRef, bool changeClientImageStorage, bool valueClientImageStorage, bool changeAnisotropy, float valueAnisotropy, Optimizer *optimizer=0) | |
| virtual void | apply (osg::Geode &node) |
| virtual void | apply (osg::Node &node) |
| void | apply (osg::StateSet &stateset) |
| void | apply (osg::Texture &texture) |
Public Attributes | |
| bool | _changeAutoUnRef |
| bool | _valueAutoUnRef |
| bool | _changeClientImageStorage |
| bool | _valueClientImageStorage |
| bool | _changeAnisotropy |
| float | _valueAnisotropy |
For all textures apply settings.
| osgUtil::Optimizer::TextureVisitor::TextureVisitor | ( | bool | changeAutoUnRef, |
| bool | valueAutoUnRef, | ||
| bool | changeClientImageStorage, | ||
| bool | valueClientImageStorage, | ||
| bool | changeAnisotropy, | ||
| float | valueAnisotropy, | ||
| Optimizer * | optimizer = 0 |
||
| ) | [inline] |
| virtual void osgUtil::Optimizer::TextureVisitor::apply | ( | osg::Geode & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::Optimizer::TextureVisitor::apply | ( | osg::Node & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| void osgUtil::Optimizer::TextureVisitor::apply | ( | osg::StateSet & | stateset | ) |
| void osgUtil::Optimizer::TextureVisitor::apply | ( | osg::Texture & | texture | ) |
| Generated at Thu Sep 27 2012 17:03:29 for the OpenSceneGraph by doxygen 1.7.6.1. |