|
openscenegraph
|
Classes | |
| class | BufferData |
Public Types | |
| enum | FilterType { GAUSSIAN, SMOOTH, SHARPEN } |
Protected Member Functions | |
| virtual | ~GeometryTechnique () |
| virtual osg::Vec3d | computeCenterModel (BufferData &buffer, Locator *masterLocator) |
| virtual void | generateGeometry (BufferData &buffer, Locator *masterLocator, const osg::Vec3d ¢erModel) |
| virtual void | applyColorLayers (BufferData &buffer) |
| virtual void | applyTransparency (BufferData &buffer) |
Protected Member Functions inherited from osgTerrain::TerrainTechnique | |
| virtual | ~TerrainTechnique () |
| void | setTerrainTile (TerrainTile *tile) |
| void | setDirty (bool dirty) |
Protected Member Functions inherited from osg::Object | |
| virtual | ~Object () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes | |
| OpenThreads::Mutex | _writeBufferMutex |
| osg::ref_ptr< BufferData > | _currentBufferData |
| osg::ref_ptr< BufferData > | _newBufferData |
| float | _filterBias |
| osg::ref_ptr< osg::Uniform > | _filterBiasUniform |
| float | _filterWidth |
| osg::ref_ptr< osg::Uniform > | _filterWidthUniform |
| osg::Matrix3 | _filterMatrix |
| osg::ref_ptr< osg::Uniform > | _filterMatrixUniform |
Protected Attributes inherited from osgTerrain::TerrainTechnique | |
| TerrainTile * | _terrainTile |
| TerrainNeighbours | _neighbours |
Protected Attributes inherited from osg::Object | |
| std::string | _name |
| DataVariance | _dataVariance |
| osg::UserDataContainer * | _userDataContainer |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
| osgTerrain::GeometryTechnique::GeometryTechnique | ( | ) |
| osgTerrain::GeometryTechnique::GeometryTechnique | ( | const GeometryTechnique & | , |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) |
Copy constructor using CopyOp to manage deep vs shallow copy.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
virtual |
Clean scene graph from any terrain technique specific nodes.
Reimplemented from osgTerrain::TerrainTechnique.
|
protectedvirtual |
|
virtual |
|
virtual |
Reimplemented from osgTerrain::TerrainTechnique.
|
protectedvirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Reimplemented from osgTerrain::TerrainTechnique.
| osgTerrain::GeometryTechnique::META_Object | ( | osgTerrain | , |
| GeometryTechnique | |||
| ) |
|
virtual |
If State is non-zero, this function releases any associated OpenGL objects for the specified graphics context. Otherwise, releases OpenGL objects for all graphics contexts.
Reimplemented from osgTerrain::TerrainTechnique.
| void osgTerrain::GeometryTechnique::setFilterBias | ( | float | filterBias | ) |
| void osgTerrain::GeometryTechnique::setFilterMatrix | ( | const osg::Matrix3 & | matrix | ) |
| void osgTerrain::GeometryTechnique::setFilterMatrixAs | ( | FilterType | filterType | ) |
| void osgTerrain::GeometryTechnique::setFilterWidth | ( | float | filterWidth | ) |
|
virtual |
Traverse the terain subgraph.
Reimplemented from osgTerrain::TerrainTechnique.
|
virtual |
Reimplemented from osgTerrain::TerrainTechnique.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.1.2