The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
2answers
62 views

Save / Load game in Windows Form application

I am starting to code a game in C# using Windows Forms (not using XNA) and I am trying to figure out how to save/load. Right now all I have is the main form, a few User Controls, and one class in a ...
1
vote
2answers
108 views

Winform + XNA (Microsoft Example) - Issues with Drawing Texture2D

Before I get started I would just like to say that I have been using the Microsoft Winform + Xna examples found here: WinForms Series 1: Graphics Device I think I somewhat understand how its working ...
1
vote
2answers
119 views

Set vertex position

Can anyone tell me how to set the positions of model vertices? I want to be able to change the position of some of the vertices of a Model. Is there any way to make that happen? And make the changed ...