CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: 3D Graph

  1. #1
    Join Date
    May 1999
    Location
    United Kingdom
    Posts
    136

    3D Graph

    I have a 2-dimensional array of doubles (i.e. double[][]) which I need to plot into a 3D graph. I also need to be able to rotate the graph in any direction to display the data from all sides.

    Anything out there that I can use? Any algorithms that deal with hidden lines to draw the plane properly? Any ideas?


  2. #2
    Join Date
    Jul 1999
    Posts
    13

    Re: 3D Graph

    i have the same problem. do you have any solution ?

    jojo


  3. #3
    Guest

    Re: 3D Graph

    try the following site:

    nehe.gamedev.net


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