Page 1 of 1

3D Models not loading

PostPosted: Sat Apr 04, 2009 12:25 pm
by wraithrune
Hi guys, I tried searching the forum but can't find anyone with similar problems. I just started trying the 1.9 engine but encountered problems when I try to load my own models I got off the web.

"Error loading "Models\dolphin". File contains Microsoft.Xna.Framework.Graphics.Model but trying to load as QuickStart.Graphics.StaticModel."

Does anyone knows what's going on?

PostPosted: Mon Apr 06, 2009 6:29 am
by ilarion
Hey, I'm definitely not a pro at this since I'm still looking at the engine and seeing if even want to try using.. but what it sounds like to me is that your having a content process issue. Its probably because the model you want to import isn't using the QSE content processor.

To fix:

Open your project. Go to the Content folder and right click on your model.
Select properties
In the properties window, under "Content Processor", select "QuickStart Static Model Processor"
Try building your program again.


.ilarion

PostPosted: Wed Apr 08, 2009 4:53 pm
by wraithrune
thanks for the reply ilarion! It helps!