- 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.
- Java Data Science Cookbook
- SQL Server 2008數(shù)據(jù)庫應(yīng)用技術(shù)(第二版)
- 大數(shù)據(jù)導(dǎo)論
- 網(wǎng)站數(shù)據(jù)庫技術(shù)
- 圖數(shù)據(jù)實戰(zhàn):用圖思維和圖技術(shù)解決復(fù)雜問題
- 數(shù)據(jù)科學(xué)工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- 云數(shù)據(jù)中心網(wǎng)絡(luò)與SDN:技術(shù)架構(gòu)與實現(xiàn)
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第3版)
- 智慧的云計算
- 區(qū)塊鏈技術(shù)應(yīng)用與實踐案例
- 聯(lián)動Oracle:設(shè)計思想、架構(gòu)實現(xiàn)與AWR報告
- Oracle高性能SQL引擎剖析:SQL優(yōu)化與調(diào)優(yōu)機制詳解
- 區(qū)塊鏈+:落地場景與應(yīng)用實戰(zhàn)
- Mastering ROS for Robotics Programming(Second Edition)
- 數(shù)據(jù)應(yīng)用工程:方法論與實踐