CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2017
    Posts
    4

    How to visualize a trackball using 3 circles

    I am using OpenGL and MFC. Now I want to visualize a trackball using 3 circles like the following image:

    Name:  arcball.jpg
Views: 304
Size:  36.3 KB

    Everytime a mouse hover a circle then the circle is drawn with a brighter color. Is there possible to do this using GDI or GDI+?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: How to visualize a trackball using 3 circles

    Quote Originally Posted by pnt1614 View Post
    I am using OpenGL and MFC. Now I want to visualize a trackball using 3 circles like the following image:
    ...
    Everytime a mouse hover a circle then the circle is drawn with a brighter color. Is there possible to do this using GDI or GDI+?
    I guess it is possible.
    Victor Nijegorodov

  3. #3
    Join Date
    Mar 2017
    Posts
    105

    Re: How to visualize a trackball using 3 circles

    This will surely help you.
    http://http://web.cse.ohio-state.edu.../trackball.pdf
    If you like my answer, do rate my post.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured