openscenegraph
|
Typedefs | |
typedef OperationArrayFunctor< AddRangeOperator > | AddRangeFunctor |
typedef OperationArrayFunctor< MultiplyRangeOperator > | MultiplyRangeFunctor |
Functions | |
template<class T > | |
bool | dereference_check_less (const T &lhs, const T &rhs) |
void | optimizeMesh (osg::Node *node) |
osg::Image * | create3DNoiseImage (int texSize) |
osg::Texture3D * | create3DNoiseTexture (int texSize) |
The osgUtil library provides general purpose utility classes such as update, cull and draw traverses, scene graph operators such a scene graph optimisation, tri stripping, and tessellation.
|
inline |
|
inline |
bool osgUtil::dereference_check_less | ( | const T & | lhs, |
const T & | rhs | ||
) |
|
inline |