Height map geom. More...
#include <Heightmap.hh>
Public Member Functions | |
| Heightmap (Scene *scene) | |
| Constructor. | |
| virtual | ~Heightmap () |
| Destructor. | |
| float | GetHeightAt (const math::Vector2d &pos) |
| Get the height of the heightmap as a specific coordinate. | |
| virtual bool | queryResult (Ogre::MovableObject *obj, Ogre::Real dist) |
| Overloaded Ogre function for Ray Scene Queries. | |
| virtual bool | queryResult (Ogre::SceneQuery::WorldFragment *frag, Ogre::Real dist) |
| Overloaded Ogre function for Ray Scene Queries. | |
| virtual void | Load (std::string imageFilename, std::string worldTexture, std::string detialTexture, math::Vector3 terrainSize) |
| Load the heightmap. | |
Height map geom.
1.7.5.1