Model won't render in my XNA game
- by Daniel Lopez
I am trying to create a simple 3D game but things aren't working out as they should. For instance, the mode will not display. I created a class that does the rendering so I think that is where the problem lies.
P.S I am using models from the MSDN website so I know the models are compatible with XNA.
Code:
class ModelRenderer
{
…