Detecting a Terrain Height in a specific coordinate

Started by
1 comment, last by mdias 21 years, 5 months ago
Hi I want to make a object moving over a terrain object but I don''t know how to detect the terrain''s height at a specific coordinate. Some ideas to make this ? Kamikaze
Advertisement
Check out ray tracing and the Pick sample in the DirectX 8 SDK or other online tutorials by doing a search - would help you out myself but searching isn''t too difficult. Ray tracing, casting, or picking. Check all 3 if one doesn''t come up with anything.

---
Brent Gunning | My Site
See D3DXIntersectTri in your SDK doc.

This topic is closed to new replies.

Advertisement