newton : no events if mesh (or vehichle) colide with land (heightmap)
TerraPMat = .CreateMaterialGroup("terramat")
TerraBody = .CreateStaticTerrainBody(Land)
physics.SetBodyMaterialGroup TerraBody, TerraPMat
physics.SetMaterialInteractionEvents LetadloMAT, TerraPMat, True, True, False
in main loop.
Dim lngcount
Dim colTemp As TV_EVENT_PHYSICSCOLLISION, lngEventCount As Long
With Physics
lngEventCount = .PollEvents
For lngcount = 0 To lngEventCount - 1
colTemp = .GetEventCollisionDesc(lngcount)
if colide wehichle with all others object, PollEvents return something ... if colide with land NO RETURN ... simply nothing

and if i set others parametters like : physics.SetMaterialXXX TerraPMat X X X X X , no changes ... ALL with land not reaging , not pollevents, nothing !