[edit] funny how describing a bug helps fix it!
in Tpick.bmx for pick mode 2 there are two statement like the one below
TFormPoint b.x,b.y,b.z,Null,ent
they should be
TFormPoint a.x+b.x,a.y+b.y,a.z+b.z,Null,ent
I can now "drive" my camera round the landscape!!
the second set of co-ords is a distance vector not an absolute position!
hope this helps
in Tpick.bmx for pick mode 2 there are two statement like the one below
TFormPoint b.x,b.y,b.z,Null,ent
they should be
TFormPoint a.x+b.x,a.y+b.y,a.z+b.z,Null,ent
I can now "drive" my camera round the landscape!!
the second set of co-ords is a distance vector not an absolute position!
hope this helps