Model (.fbx)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
protected override void Draw(GameTime gameTime)
{
GeneratedDrawEarly(gameTime);
FlatRedBallServices.Draw();
GeneratedDraw(gameTime);
var model = GlobalContent.Test;
model.Draw(Matrix.Identity, Camera.Main.View, Camera.Main.Projection);
base.Draw(gameTime);
}