摘要: 毫无疑问,实现这个旋转的正方形只涉及了XNA中的基础内容。现在对项目进行简单的修改从而使显示出来的图形更加生动且更富吸引力。按代码所示来修改Draw函数的代码,将会看到绘制到屏幕上的图形发生了重大的变化protected override void Draw(GameTime gameTime){ GraphicsDevice.Clear(Color.CornflowerBlue); // Reset the world matrix _effect.World = Matrix.Identity; // Loop for each square for (int i = 0; i < 阅读全文
摘要: 推荐语录:相较于目前市面上的另2本关于XNA开发的书来说,本书非常详细的描述了3个游戏的完全开发过程。个人感觉,比Microsoft.Press.Microsoft.XNA.Framework.Edition.Programming.Windows.Phone.7这本书更值得一读。Book DescriptionCreate the next generation of gaming titles for Windows Phone 7! Providing an overview of developing games for Windows Phone 7 while working wi阅读全文
摘要: 推荐语录:本书针对那些以前使用过Windows Mobile或未使用过的普通用户观看。书中详细描述了Windows Phone 7的每一个功能的使用,让你能够更深入的了解Windows Phone 7。Book DescriptionWith Windows Phone 7, Microsoft has created a completely new smartphone operating system that focuses on allowing users to be productive with their smartphone in new ways, while offer阅读全文
摘要: 推荐语录:本书主要讲述如何使用Windows Phone 7,面向人群主要是普通用户。Description:Unleash the full power of your Windows Phone 7!Windows Phone 7 is the new and improved mobile platform for all Windows smartphones. The new platform has been completely rebuilt from the ground up and this guide walks you through everything that&阅读全文