Jump to content
IGNORED

Colision Detection


Scuttle130

Recommended Posts

If you run a two-scan line type set up, do you have to do anything special to detect sprite colision if you are running 2 sprites on one scan line and 2 on another???

 

:P

 

Like Thomas said.

 

But I have never never never used hardware collision detection for any of my games. The problem is, hardware collision detection is pixel perfect, so if the hair on your character's head touches a leaf of grass.... the guy has to die. Typically, we want to have SIGNIFICANT collision before actually deciding there IS a collision - and so I have always used software techniques (typically bounding boxes, but also sometimes bounding circles). It's fairly simple and not computationally too expensive, if you do it intelligently.

 

Cheers

A

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...