Cover image for 3D Games programming : using directX 10 and open GL
Title:
3D Games programming : using directX 10 and open GL
Personal Author:
Publication Information:
London, UK : Cengage Learning Business Press, 2008
Physical Description:
xv, 672 p. : ill. ; 25 cm.
ISBN:
9781844808779

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010205894 QA76.76.C672 R384 2008 Open Access Book Book
Searching...

On Order

Summary

Summary

3D Game Programming focuses on all the elements making up a 3-D first-person shooter game engine using a bottom-up approach. By following the easy-to-read text, the reader will learn how to create his or her own next-generation 3-D game engine with support for vertex and pixel shading GPU techniques (via Cg and HLSL), dynamic lighting and shadowing (via stencil shadow volumes), geometric meshes, audio, artificial intelligence, physics, environmental reflections, refraction and advanced lighting techniques such as High Dynamic Range lighting.Dealing with the cross-platform programming of 3-D Games for both Linux/MacOS X (via OpenGL/GLUT) and Windows (via DirectX 10 or OpenGL/GLUT) platforms, this book bridges an existent rift in the game development community. In addition to covering these APIs in-depth, the reader is also introduced to other game programming topics such as game development techniques and methodologies, particle systems, shader-based special effects, physics-based animation and artificial intelligence, making this the most comprehensive game programming guide around.


Table of Contents

1 Introduction to Game Development
2 OpenGL vs. DirectX as API
3 The Component Object Model and DirectX
4 Window Creation and Control
5 Input Control
6 Rendering: Direct3D and OpenGL
7 Viewing and Transformations
8 Color and Texture Mapping
9 Lighting
10 Alpha Blending and Fog
11 Shadows
12 Height Maps, Hidden Surface Removal, Clipping and Level of Detail Algorithms
13 Polygonal Meshes and Animation
14 Physics Modeling
15 Artificial Intelligence
16 Audio
17 Creating an Interactive 3D Environment