Referring to this tutorial: http://blogs.msdn.com/dawate/archive/2008/02/05/building-a-3d-game-in-xna-from-scratch-free-video-tutorial-series-now-available.aspx
I'm following along with the Dan Waters Guitar Matey tutorials, but when I build the SOFTIMAGE_XNAViewer solution with my own model (190 polys), I get a constant 3 - 4 FPS in the XNAViewer. I've done everything exactly how Mr. Waters does in the tutorials, but can't figure out why I have such a horrible framerate.
screenshot: http://i87.photobucket.com/albums/k134/hale550/problem-1.jpg
I think I have more than one texture projection, which is why it's off, but I'll worry about that later.
My hardware:
3.0 GHz Pentium(R)D CPU
1GB of ram
ATI Radeon X700 pro (256 MB) video card
EDIT: I went back and deleted the extra hardware projection and it fixed the problem. If anyone else is getting bad frame rates and messed up texture projections, this is probably your issue.