Thread: different file extensions in the Directx SDK

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    162

    Question different file extensions in the Directx SDK

    Could somebody explain what these different graphic file extensions mean:

    .FFE
    .X
    .SGT
    .XTL
    .VSH

    thanks a lot!

  2. #2
    Registered User Coder's Avatar
    Join Date
    Aug 2001
    Location
    Cairo, Egypt
    Posts
    128
    .FFE : Force Feedback Editor. These files are edited with fedit.exe found in your binaries directory (under the Bin\DXUtils).

    .X : X Files. These are 3D models in the X-File format that's used with Direct3D.

    .VSH : Vertex shader files. These files are not compiled yet (i.e you can read the code using any text editor)

    I have no idea what the other extensions are.
    Muhammad Haggag

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    162
    What is a good cheap/free model editor? I can't seem to find very many, or maybe I am just lookiing in the wrong places.

  4. #4
    Registered User Coder's Avatar
    Join Date
    Aug 2001
    Location
    Cairo, Egypt
    Posts
    128
    www.blender.nl : Blender is supposed to be very powerful. I haven't gotten much into it (because it's somewhat hard to learn) but till now, it's good.

    There was an article on www.gamedev.net discussing the latest free dev applications. I think you should search there
    Muhammad Haggag

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  3. Simple File encryption
    By caroundw5h in forum C Programming
    Replies: 2
    Last Post: 10-13-2004, 10:51 PM
  4. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM