Home
last modified time | relevance | path

Searched refs:getElevationMatrix (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_rex/
H A DSurfaceNode.cpp363 SurfaceNode::getElevationMatrix() const in getElevationMatrix() function in SurfaceNode
365 return _drawable->getElevationMatrix(); in getElevationMatrix()
H A DTileNode.cpp274 if (image != getElevationRaster() || matrix != getElevationMatrix()) in setElevationRaster()
291 TileNode::getElevationMatrix() const in getElevationMatrix() function in TileNode
294 return _surface.valid() ? _surface->getElevationMatrix() : s_identity; in getElevationMatrix()
H A DSurfaceNode72 const osg::Matrixf& getElevationMatrix() const;
H A DTileDrawable95 const osg::Matrixf& getElevationMatrix() const {
H A DTileNode93 const osg::Matrixf& getElevationMatrix() const;