Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: A fast algorithm for collision detection, Simple android game, Suggestions needed

  1. #1
    Junior Member Newbie
    Join Date
    Jul 2012
    Posts
    4

    A fast algorithm for collision detection, Simple android game, Suggestions needed

    Well as you all must have noticed I am a newbie and I just started doing simple opengl programming, The thing is that I will appreciate if any one could suggest a fast but efficient algorithm for a pool game.

  2. #2
    Intern Contributor
    Join Date
    Aug 2011
    Posts
    77
    void main{
    startGame();
    }

    And you're done!

  3. #3
    Junior Member Newbie
    Join Date
    Jul 2012
    Posts
    4
    Thanks newsb, but unfortunately your advice is not very helpful

  4. #4
    Senior Member OpenGL Guru Dark Photon's Avatar
    Join Date
    Oct 2004
    Location
    Druidia
    Posts
    2,882
    Check out Bullet for Android, and Google bullet pool game for an existing example.

    Do some reading in:

    * the SIGGRAPH 2010 Collision and Proximity Computations for Games course notes: http://sglab.kaist.ac.kr/~sungeui/Collision_tutorial/
    * the Bullet Wiki: http://bulletphysics.org/mediawiki-1...nd_Physics_FAQ and
    Last edited by Dark Photon; 07-14-2012 at 01:42 PM.

Posting Permissions

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