|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| CompileTextureOp (osg::Texture *texture) | |
| double | estimatedTimeForCompile (CompileInfo &compileInfo) const |
| return an estimate for how many seconds the compile will take. | |
| bool | compile (CompileInfo &compileInfo) |
| compile associated objects, return true if object as been fully compiled and this CompileOp can be removed from the to compile list. | |
Public Attributes | |
| osg::ref_ptr< osg::Texture > | _texture |
| osgUtil::IncrementalCompileOperation::CompileTextureOp::CompileTextureOp | ( | osg::Texture * | texture | ) |
|
virtual |
compile associated objects, return true if object as been fully compiled and this CompileOp can be removed from the to compile list.
Implements osgUtil::IncrementalCompileOperation::CompileOp.
|
virtual |
return an estimate for how many seconds the compile will take.
Implements osgUtil::IncrementalCompileOperation::CompileOp.
| osg::ref_ptr<osg::Texture> osgUtil::IncrementalCompileOperation::CompileTextureOp::_texture |
| Generated at Thu Oct 4 2012 13:46:16 for the OpenSceneGraph by doxygen 1.8.1.1. |