OpenSceneGraph
3.4.0
|
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 |
bool osgUtil::IncrementalCompileOperation::CompileTextureOp::compile | ( | CompileInfo & | compileInfo | ) | [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.
double osgUtil::IncrementalCompileOperation::CompileTextureOp::estimatedTimeForCompile | ( | CompileInfo & | compileInfo | ) | const [virtual] |
return an estimate for how many seconds the compile will take.
Implements osgUtil::IncrementalCompileOperation::CompileOp.
![]() | Generated at Tue Dec 8 2015 00:14:31 for the OpenSceneGraph by doxygen 1.7.6.1. |