Public Member Functions
Heightmap Class Reference

Height map geom. More...

#include <Heightmap.hh>

List of all members.

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.

Detailed Description

Height map geom.


The documentation for this class was generated from the following file: