terrain height information

gedimaster

03-10-2005 16:27:57

hi,

i'm trying to use intersectSegmentTerrain() to get height from the terrain but my compiler .net 2003 keeps complaining that

error LNK2019: unresolved external symbol "public: bool __thiscallOgre::PagingLandScapeSceneManager::intersectSegmentTerrain

even though i've included the pslm2 library and also the headers
#include "OgrePagingLandScapeOptions.h"
#include "OgrePagingLandScapeSceneManager.h"

can anyone offer any advice? thanks.

tuan kuranes

03-10-2005 17:04:07

Did you check that FAQ about height or linking ?