viewing fbx files in windows via xna 4.0

Posted by user17753 on Game Development See other posts from Game Development or by user17753
Published on 2012-07-06T15:52:48Z Indexed on 2012/07/06 21:25 UTC
Read the original article Hit count: 215

Filed under:
|

I've made some models in Blender and exported them in Autodesk fbx format. I'm trying to view them using XNA 4.0 Refresh.

Loading them isn't much an issue, but I'm not familiar enough with XNA 4.0 to, well basically I want to load in the model at say the origin (0,0,0) world coordinates, and then rotate and/or zoom the camera about the world coordinates origin as well so that I can test the model. Typically the mouse, and maybe some arrow keys for zooming/rotating the camera.

Anyways, this seems like a simple task and I shouldn't have to re-invent this, isn't there a skeleton code somewhere for this kind of thing for XNA 4.0? I couldn't find a solid example for this on the web. I found a couple that seemed like they might work for xbox, but I'm trying to do this on windows only.

Anyways, just looking to be pointed in the right direction on this one, thanks.

© Game Development or respective owner

Related posts about xna-4.0

Related posts about fbx