Terrain & Collsion detection

Started by
2 comments, last by boldyman 22 years, 5 months ago
Hello, Can someone explain what type of collision detection i best can use when i want to check collision between a camera and a terrain. Thanks Boldyman
Advertisement
What kind of terrain engine?

If you have only a 4DOV (degrees of freedom) engine,
in other words you can''t look up/down, or only by some
small angle, and you''re using a 2d height field map,
it should not be that hard, since you always know
which parts of the world you (player) can "touch".

This may be different with more complicated terrain.

Just tell me how your engine works,
and maybe I can help you.
What does the viewing direction has to do with collision?
Maybe it is possible to go through walls, just walk backwards ;-)
I wasn''t talking about the viewing direction,
just explained "4 degrees of freedom", aka "2.5D"
instead of 3D, like many old games used.
(in case the questioner doesn''t know what DOF means)

This topic is closed to new replies.

Advertisement