Results 1 to 2 of 2

Thread: 3D to 2D wireframe

  1. #1
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    3D to 2D wireframe

    Hello,

    I can render a nice 3D world on my screen, but I want to render it also in a 2D wireframe (top view, left veiw and a front view) is there a way DirectX can do that ? I currently built a new vertex buffer witch just set x, y or z to 0.

    I need this cause im transforming some objects with matrices.

    Thnx in advance.
    NecroSOFT - End of line -

  2. #2

    3D to 2D wireframe

    Set your projection transformation to orthographic, then align the camera along the x, y or z axis. This will draw your 3D scene with no perspective.

Bookmarks

Posting Permissions

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