非常好的扑克牌游戏的源码,可以编译运行 例如其中的卡通类 void Sprite::Draw(SpriteInfo & aSpriteInfo) { D3DXMatrixIdentity(&spriteMat); D3DXMatrixIdentity(&spriteScale); D3DXMatrixIdentity(&spriteRotate); D3DXMatrixIdentity(&spriteTranslate); //Begin drawing the sprite sprite->Begin(D3DXSPRITE_ALPHABLEND | D3DXSPRITE_SOR