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
[DIY] How to see .X-files!
-
- Golden Eyed Wiseman! (or woman!)
- Posts: 1819
- Joined: Fri May 25, 2007 4:08 am
- Location: Italy
- Contact:
[DIY] How to see .X-files!
Last edited by sharky on Tue Aug 14, 2007 12:35 pm, edited 1 time in total.
-
- Certif-Eyed!
- Posts: 655
- Joined: Tue Jul 31, 2007 6:52 am
- Location: Canada
It does not work with the directx viewer from the directx sdk of february 2007. I got it working with this sdk by changing
to
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".
Code: Select all
VertexShader = compile vs_1_1 VSStandard();
PixelShader = compile ps_1_1 PS();
Code: Select all
VertexShader = compile vs_2_0 VSStandard();
PixelShader = compile ps_2_0 PS();
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".
-
- Golden Eyed Wiseman! (or woman!)
- Posts: 1819
- Joined: Fri May 25, 2007 4:08 am
- Location: Italy
- Contact:
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
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