Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7886391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:18:24+00:00 2026-06-03T05:18:24+00:00

Is there a simple way to detect collisions between 2 GL objects? e.g glutSolidCylinder

  • 0

Is there a simple way to detect collisions between 2 GL objects? e.g glutSolidCylinder & glutSolidTorus

if there is no simple way, how do i refer to this objects,to their location?

and if I have their location, what should be the mathematical consideration to take in account?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T05:18:25+00:00Added an answer on June 3, 2026 at 5:18 am

    No, there is no simple way. Those aren’t GL objects anyway, as OpenGL doesn’t know of any objects, as it is no scene graph or geometry library. It just draws simple shapes, like triangles or points, onto the screen and that’s exactly what glutSolidTorus and friends do. They don’t construct some abstract object with properties like position and the like. They draw a bunch of triangles to the screen, transforming the vertices using the current transformation matrices.

    When you are about to do such things like collision detection or even just simple object and scene management, you won’t get around managing the objects, complete with positions and geometry and whatnot, yourself, as again OpenGL only draws triangles without the notion for any abstract objects they may compose.

    Once you have complete control over your objects geometry (the triangles and vertices they’re composed of), you can draw them yourself and/or feed them to any collision detection algorithms/libraries. For such mathematically describable objects, like spheres, cylinders, or even tori, you may also find specialized algorithms. But keep in mind. It’s up to you to manage those things as objects with any abstract properties you like them to have, OpenGL just draws them and those glutSolid... functions are just hepler functions containing nothing else than a simple glBegin/glEnd block.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is there a way to detect simple memory leaks like this one with a
Is there a simple way to have a code library automatically detect if it's
Using unmanaged C++ on a Windows platform, is there a simple way to detect
Is there a simple way to have isometric projection? I mean the true isometric
Is there a simple way to work with C++ objects directly from C? I
Is there a simple way to detect when a file for writing is closed?
Is there a simple way to detect when a set insert does not occur
I've got one quick question. Is there any simple way to detect if .net
Is there a simple way to detect if someone touched a UIScrollView without having
Is there a simple way to detect in PHP if output_buffering is enabled in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.