From the articles: "... A triangle is defined by 3 points, which is defined by a Vector3, containing the X, Y and Z coordinate (3D space), and maybe some additional information, such as color. Such a point is called a vertex. XNA has some vertex structures embedded, and one of them is perfect for this example: VertexPositionColor. So let us add this to our class ...".
You can find part I and part II on his blog.Friday, May 11, 2007
GETTING STARTED WITH XNA: PRIMITIVES
Thursday, May 10, 2007
"VISUAL3D.NET - XNA FOR THE MASSES, PART I"
From the post: "... is a combination Game/Simulation engine and Game/Simulation building tool-set all built into one. This means it has much of what you need built right into it, saving you a tremendous amount of time and letting you, and your team, focus on the imaginative and creative part of your application. For instance, assigning keys and mouse clicks to control objects in your 3D world; normally you would have to write a whole bunch of code and event handling on your own to accomplish this. Visual3D has that built-in, so all you have to do is decide what keystroke or mouse-click does what. That is just the tip of the iceberg of what Visual3D has built into it ...".
Stay tuned."BULLET HELL TACTICS" AVAILABLE FOR OPEN TESTING
From the announcement: "... This will be the one and only public testversion before the final demo is released. Before downloading, please read the requirements. If you are having problems running the game read the troubleshooting instructions. Please also read about how to play the game ...".
You can donwload the files here.