Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 5 of 5

Thread: Loading and Parsing ".x" files

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2003
    Posts
    2

    Loading and Parsing ".x" files

    I was wondering if someone could point me to where i can find information on how to load .x or .3ds files. Thanks !

  2. #2
    Intern Contributor
    Join Date
    Jun 2001
    Posts
    73

    Re: Loading and Parsing ".x" files

    aaarrrggghhh.

    .X files are direct3D's standard format - i appreciate that they are (IMO) a half decent format and can be quite useful but what's wrong with another?

    If you really want to look on the microsoft developer site. (start at www.microsoft.com and search through for direct3d, then X-Files)

    Allan

  3. #3
    Junior Member Regular Contributor
    Join Date
    Jan 2003
    Location
    Bloomington,MN,USA
    Posts
    141

    Re: Loading and Parsing ".x" files

    Hey beererindb,

    If you are looking for tutorials on loading .3ds files, check out http://www.gametutorials.com . I think that the model loading tutorials are on page 5 of the OpenGL tutorials. The .x stuff....i have no idea.

    - Halcyon

  4. #4
    Senior Member OpenGL Pro
    Join Date
    Jun 2000
    Location
    Shreveport, LA, USA
    Posts
    1,757

    Re: Loading and Parsing ".x" files

    Both the Direct3D8 and Direct3D9 SDK's contain detailed information on both the text and binary forms of .x files. You should be able to pull that info straight from MSDN if you don't want to download the SDK's.
    http://msdn.microsoft.com/library/en-us/...xfileformat.asp


    [This message has been edited by DFrey (edited 02-20-2003).]

  5. #5
    Junior Member Newbie
    Join Date
    Feb 2003
    Posts
    2

    Re: Loading and Parsing ".x" files

    Thanks all for your input. I was just using the .x format because the file i have is in that format. I'll try converting it to .3ds and loading that, it might be easier.

Posting Permissions

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