- XNA 4 3D Game Development by Example:Beginner's Guide
- Kurt Jaegers
- 170字
- 2021-08-05 18:55:27
Summary
As a quick-fire introduction to a number of essential XNA topics, Speller covers quite a bit of ground. We have a functional game that accepts player input, draws graphics and text to the screen, generates a random playfield of letters, and detects player collision with them. We got an overview of the structure of an XNA game and the basic Update()
/Draw()
game loop.
As we will see, many of these concepts translate into a 3D environment with very little need for modification, other than the need to keep track of positions and movement with an extra dimension attached. We will utilize the Vector3
objects instead of the Vector2
objects, and we will still rely on a 2D plane for much of the layout of our game world.
Additionally, although much of the work in the following chapters will take place with 3D drawing commands and constructs, we will still be returning to the 2D SpriteBatch
and SpriteFont
classes to construct interface elements and convey textual information to the player.
- 同步:秩序如何從混沌中涌現
- Building Computer Vision Projects with OpenCV 4 and C++
- SQL入門經典(第5版)
- Learning Spring Boot
- Access 2007數據庫應用上機指導與練習
- iOS and OS X Network Programming Cookbook
- Hadoop 3.x大數據開發實戰
- PostgreSQL指南:內幕探索
- 淘寶、天貓電商數據分析與挖掘實戰(第2版)
- 聯動Oracle:設計思想、架構實現與AWR報告
- 商業智能工具應用與數據可視化
- 數據中心經營之道
- Unity Game Development Blueprints
- AI Crash Course
- 數據產品經理寶典:大數據時代如何創造卓越產品