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

Thread: 3D to 2d window

  1. #1
    Join Date
    Mar 2002
    Location
    Holland
    Posts
    279

    3D to 2d window

    Hi,

    I'm looking for a good example / tut. that will explane how
    to get from 3D to 2D.

    I need this for showing a frame of an 3d object

    thanks,

    Jewe
    A VB programmer trying to stay alive in a Real C World

    If the hardware is so great.. why use software to correct it..?? It will only slow it down..
    Al is de hardware nog zo snel de software achterhaalt het wel

  2. #2
    Join Date
    Sep 2002
    Posts
    1,747

    well...

    A complete answer would depend on what type of projection you wish to accomplish. There are various type of projections including orthogonal (which will not give you a sense of distance, but which is easiest to implement) and various angular algorithms. One start would be to check out

    http://www.gamedev.net/reference/list.asp?categoryid=40

    but there are many resources available if you search the internet. This site has a few articles on using OpenGL as well.

  3. #3
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588
    I would add that cross-posting is by no means a nice practice.

    The same thread has gotten a good answer in the Visual C++ thread.

    This is not to say that galathaea's answer is not good though

  4. #4
    Join Date
    Mar 2002
    Location
    Holland
    Posts
    279
    Sorry

    greetings

    Jewe
    A VB programmer trying to stay alive in a Real C World

    If the hardware is so great.. why use software to correct it..?? It will only slow it down..
    Al is de hardware nog zo snel de software achterhaalt het wel

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