XNA 3.0 Version

I have recompiled the model viewer for XNA 3.0.
This build should also support 64bit OS's, though I haven't been able to test it.

I have made no changes to the viewer other than migrating it to XNA 3.0.

When I get some more time for this project I will update it based on the feedback I have received (thanks all).


The old version for XNA 2.0 does not support 64bit OS's, it is a very small change to fix that, but I'll leave it as is for now. Feel free to contact me if you need the XNA 2.0 version with 64bit support.


As always, feedback and bug reports are most welcome - You can use the feedback form in the viewer, post here or in the thread at Creators Club (http://forums.xna.com/forums/t/14018.aspx).

Ronzan - 04 marts 2009 12:10 0 Comments
Tags: XNA, Tools

Adv XNA Model Viewer 1.0 Beta

At some point I am going to need some help from an artist to create some 3D models and textures. To make it easier for the artist to test the models, shaders or textures I have created a simple tool for viewing just that.

XNA Game Studio 2.0 is required by the tool because I am using the content pipeline to build XNA content dynamically - so until we get a content pipeline runtime redistributable package, this is unfortunately needed.

If you want to test out the tool you can download it here. This first release is a beta version and I have only been able to test it on Windows XP (I don't know that many people using XNA Game Studio). So if you want to help me out, download it and give it a quick try. I have added a "feedback" function (found in the help menu) - so you can easily send me feedback, or you can of course just post a comment here.

Last, here is a quick feature overview:
- Load and build FBX and X model files
- Load compiled XNB content files
- Render using BasicEffect or custom effect files
- Render solid models or wireframe
- Rotate model and zoom
- Load HLSL effect files
- Edit effect parameters
- Supports effect semantics, such as WORLD and COLOR
- View custom effect code
- Load textures from raw or compiled files

Ronzan - 07 juli 2008 22:37 0 Comments
Tags: XNA, 3D, Tools