I'm trying out XNA's 3D capabilities, and created a simple pac-man style map to test out my code. Everything displays fine, but the updates seem a bit slow.
The map consists of 800+ grid points, each of which contains a wall, a pellet, or nothing. There are actually only 4 .fbx models, each one being displayed multiple times. Each instance ...