|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| GeometryCostEstimator () | |
| void | setDefaults () |
| void | calibrate (osg::RenderInfo &renderInfo) |
| CostPair | estimateCompileCost (const osg::Geometry *geometry) const |
| CostPair | estimateDrawCost (const osg::Geometry *geometry) const |
Protected Attributes | |
| ClampedLinearCostFunction1D | _arrayCompileCost |
| ClampedLinearCostFunction1D | _primtiveSetCompileCost |
| ClampedLinearCostFunction1D | _arrayDrawCost |
| ClampedLinearCostFunction1D | _primtiveSetDrawCost |
| double | _displayListCompileConstant |
| double | _displayListCompileFactor |
| void osg::GeometryCostEstimator::calibrate | ( | osg::RenderInfo & | renderInfo | ) |
| CostPair osg::GeometryCostEstimator::estimateCompileCost | ( | const osg::Geometry * | geometry | ) | const |
| CostPair osg::GeometryCostEstimator::estimateDrawCost | ( | const osg::Geometry * | geometry | ) | const |
double osg::GeometryCostEstimator::_displayListCompileConstant [protected] |
double osg::GeometryCostEstimator::_displayListCompileFactor [protected] |
| Generated at Thu Sep 27 2012 17:02:53 for the OpenSceneGraph by doxygen 1.7.6.1. |