OpenGL : collision technique

Does anyone know any routine available in opengl for collision scheme such as ellipse, cylinder, box, etc …

There is no such OpenGL functionality.

Why not implement it yourself, bounding box and circle - circle collision isn’ that hard to implement in 2D or 3D :slight_smile: