22 #ifndef INCLUDED_HFTRACER
23 #define INCLUDED_HFTRACER
const u16 * m_Heightfield
bool RayIntersect(const CVector3D &origin, const CVector3D &dir, int &x, int &z, CVector3D &ipt) const
bool CellIntersect(int cx, int cz, const CVector3D &origin, const CVector3D &dir, float &dist) const
bool RayTriIntersect(const CVector3D &v0, const CVector3D &v1, const CVector3D &v2, const CVector3D &origin, const CVector3D &dir, float &dist) const
CHFTracer(CTerrain *pTerrain)