Advertisement

Directx colission detection

Started by May 29, 2000 02:48 PM
0 comments, last by falves 24 years, 7 months ago
Does directx7.0 have any mechanism for colission detection? If not, and given that dx7 only describes surfaces as rectngles, wich is the best way to detect colissions inside this rectangles? Any idea will help!!!! fabian
fabian
Well, no i don''t think there are any built in collision detection routines in the DirectX API, but your post puzzles me. Surfaces are simply blocks of memory where you can draw things like images or triangles. What kind of colision detection are you therefore after? 3d or 2d? Do you want to detect collision between sprites or 3d objects? It seems like you want to detect colision between sprites inside a surface, but it''s difficult to tell what your asking.

This topic is closed to new replies.

Advertisement