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

Thread: .x files

  1. #1
    Join Date
    Jul 2005
    Posts
    4

    .x files

    I have written a cad program that creates mesh types of objects
    I want to be able to import and export .x files
    my question is what is the data format of .x files???

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: .x files

    Are you talking about Microsoft DirectX files?

    Wotsit's Format

  3. #3
    Join Date
    Jul 2005
    Posts
    4

    Re: .x files

    yes
    i check out the link you gave but the highest version was 3 for x files is this the format that is used by directx 8 if not where can i find the right version
    thanks

  4. #4
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: .x files

    I am not sure whether the specification is publically available...

  5. #5
    Join Date
    Jul 2005
    Posts
    4

    Re: .x files

    thanks

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