1 #ifndef OPENMW_COMPONENTS_PATHGRIDUTIL_H
2 #define OPENMW_COMPONENTS_PATHGRIDUTIL_H
5 #include <osg/Geometry>
20 const std::vector<unsigned short>& selected);
const float DiamondHalfHeight
Definition: pathgridutil.hpp:14
unsigned short getPathgridNode(unsigned short vertexIndex)
Definition: pathgridutil.cpp:229
osg::ref_ptr< osg::Geometry > createPathgridGeometry(const ESM::Pathgrid &pathgrid)
Definition: pathgridutil.cpp:77
Definition: loadpgrd.hpp:16
const float DiamondHalfWidth
Definition: pathgridutil.hpp:15
osg::ref_ptr< osg::Geometry > createPathgridSelectedWireframe(const ESM::Pathgrid &pathgrid, const std::vector< unsigned short > &selected)
Definition: pathgridutil.cpp:177