Results 1 to 10 of 47

Thread: Momen 3d

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Small ship to big ship can be done with sphere to triangle-mesh collision. At least my nxPascal can calculate nearest point on a model and a normal at that point. You may use the information for collision.

    Big ship to big ship might need triangle to triangle collision, which might be much harder to implement, and slower.
    edit: Actually vertex to triangle would be enough in most cases. Just don't have the polygons so big that ship section could pass through them.
    Last edited by User137; 12-04-2012 at 05:51 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •