[DIY] How to see .X-files!

Tutorials on how to create your own rigs, pics, movies, and everything that has to do with S-3D at home!
Post Reply
sharky
3D Angel Eyes (Moderator)
Posts: 1819
Joined: Fri May 25, 2007 4:08 am
Location: Italy
Contact:

[DIY] How to see .X-files!

Post by sharky »

Hi guys!

the X files are direct-x files. for them you need direct x SDK. it can be downloaded freely from here:

http://www.microsoft.com/downloads/deta ... laylang=en

once you have installed it open the directx-viewer!

and load into it the X-file!
X-files can easily found over the web! here is one:

http://www.mtbs3d.com/downloads/files/members/test.x

right click ---> save as


have fun! should be 3D!!

bye

sharky
Last edited by sharky on Tue Aug 14, 2007 12:35 pm, edited 1 time in total.
Adam Savage: "I reject your reality and substitute it for my own."
Jamie Hyneman: "It's really cool, but really unusual."

Image
Tril
Certif-Eyed!
Posts: 655
Joined: Tue Jul 31, 2007 6:52 am
Location: Canada

Post by Tril »

It does not work with the directx viewer from the directx sdk of february 2007. I got it working with this sdk by changing

Code: Select all

        VertexShader = compile vs_1_1 VSStandard();
        PixelShader  = compile ps_1_1 PS(); 
to

Code: Select all

        VertexShader = compile vs_2_0 VSStandard();
        PixelShader  = compile ps_2_0 PS(); 
in the file Default9.fx and recompiling.

It compiled fine with visual studio 2005 express (free). You need to turn manifest generation to yes and embed manifest to yes. You also need to add d3dx10.dll to "Delay loaded DLLS" in the linker options.

It might be simpler for most people to download an older version of the SDK to get a viewer that works without recompiling.


To get stereo working, you have to switch to fullscreen by using ALT-ENTER. It works if you choose "Enabled" in the "Stereo Enable Mode" of the NVIDIA drivers. It does not work for me with "Enabled by Hot Key".
sharky
3D Angel Eyes (Moderator)
Posts: 1819
Joined: Fri May 25, 2007 4:08 am
Location: Italy
Contact:

Post by sharky »

wow you seem to be an expert! :)

i used sdk of april. worked good for me. i could get the image in 3D in windowed mode with the iz3D.

i made the x-file with a special engineering software. i used yesterday for the first time in my life a x-file that way.. :)

but its crazy!

i also was able to get 3D-PDF in 3d windowed but without convergence.

bye

sharky
Adam Savage: "I reject your reality and substitute it for my own."
Jamie Hyneman: "It's really cool, but really unusual."

Image
Post Reply

Return to “Do it Yourself!”