- OpenGL Game Development By Example
- Robert Madsen Stephen Madsen
- 272字
- 2021-07-16 12:44:22
Chapter 2. Your Point of View
Imagine that you are making a video. You've got your cell phone out, and you point it at the area that you want to shoot and press record. You're taking a video of the Grand Canyon, so you have to pan the camera around to get the whole scene in. Suddenly, a bird flies past the field of view, and you've captured the whole scene.
The preceding scenario is pretty much how games work as well. The game has a virtual camera that can be positioned and even moved around. Similarly to the video camera on your cell phone, the game camera can only see a part of the game world, so sometimes you have to move it around. Any game objects that move in front of the camera will be seen by the player.
This chapter will explain how things are rendered in the game. Rendering is the process of actually displaying images on the screen. In order to get your get your game onto the screen, you will need to have a solid understating of the following terms:
- Coordinate systems: The coordinate system is the reference that allows you to position objects in the game
- Primitives: Primitives are the fundamental building blocks of the images that you see on screen, and OpenGL was designed to work with them
- Textures: Textures are image files that are used to give the objects in your game a realistic appearance
By the time you have read this chapter, you will understand how to use images to build your game world and display it on the screen.
- 觸摸屏實用技術與工程應用
- Arduino入門基礎教程
- Creating Dynamic UI with Android Fragments
- Mastering Delphi Programming:A Complete Reference Guide
- Artificial Intelligence Business:How you can profit from AI
- 電腦維護365問
- The Deep Learning with Keras Workshop
- CC2530單片機技術與應用
- 基于Apache Kylin構建大數據分析平臺
- 單片機系統設計與開發教程
- 筆記本電腦維修300問
- 新編電腦組裝與硬件維修從入門到精通
- Angular 6 by Example
- UML精粹:標準對象建模語言簡明指南(第3版)
- Deep Learning with Keras