Results 1 to 2 of 2

Thread: Creating D3DX Meshes in code (from scratch)

  1. #1

    Creating D3DX Meshes in code (from scratch)

    Hi:

    I'm a veteran with Delphi, but very new to DirectX.

    I'm trying to create a D3DX Mesh from scratch, that is, by defining vertex, faces and face attributes in the code itself, rather then loading it from a .x file (it's about a randomly generated fractal world). But I have to say I'm quite lost, and since the rare examples out there are in C++, that doesn't help me much (yes, I'm illiterate in C++, too, shame on me) ops:

    Would anyone be kind enough to post an example of mesh creation in Delphi? Anything, ANYTHING that could put me on the right path would be greatly appreciated.

    Thanks!
    Arnaud

    PS: I'm not using DelphiX.

  2. #2

    Creating D3DX Meshes in code (from scratch)

    "Generate X-File inside your program": http://clootie.narod.ru/delphi/downl...D3Dex_GenXFile
    Good luck!
    There are only 10 types of people in this world; those who understand binary and those who don't.

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
  •