The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Ultimate Game Programming with DirectX
  

  Ultimate Game Programming with DirectX by Allen Sherrod

  • Published by: CHARLES RIVER MEDIA
  • Author: Allen Sherrod
  • Page Count: 732
  • Group: GAMES PROGRAMMING
  • ISBN: 1584504587/9781584504580
  • Published: Jun 2006

Our Price: 29.75
Discount: 25%
RRP: 39.67 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Ultimate Game Programming with DirectX
Creating computer games is challenging. It requires plenty of technical skill, dedication, and creativity. Ultimate Game Programming with DirectX teaches you how to combine your existing skills and dedication for playing games with some basic C++ programming skills to create your own games. Written for game development students, beginning game programmers, and C++ programmers wanting to learn game development, this book covers every part of the process. Throughout the book, you'll be creating a first-person shooter game called Stranded. Beginning with an introduction to Direct X and Direct3D graphics, you'll build the game engine and complete game chapter by chapter. You'll learn the fundamental graphical techniques, essential mathematics, collision detection, input device detection and response, sound playback, scene management, animation, and model/character loading and drawing. Once you've built this game, you can easily expand upon it and customize it to add your own unique features. You'll also have the foundational knowledge and skills you need to build your own games and take on new programming challenges.If you have basic C++ programming skills, a love for games, and a desire to create your own, you'll find what you need here.WHAT YOU'LL LEARN* The fundamentals of DirectX game development and Direct3D graphics* Foundational programming techniques that you can use for any game project* Essential mathematics and physics techniques* Basic graphics and animation techniques, including basic techniques include drawing basic shapes and objects, displaying images on top of surfaces, creating and displaying text to the screen, and learning how to work in 3D space.* Coverage of scene management topics rarely covered in books for C++ programmers and aspiring game programmers* A complete DirectX reference for game development, including the creation of a complete FPS game

CONTENTS:

Chapter 1 Direct3D Introduction; Chapter 2 Game Design; Chapter 3 Lighting and Objects; Chapter 4 Textures; Chapter 5 Text and GUIs; Chapter 6 Math Review; Chapter 7 Collision Detection; Chapter 8 Direct Input; Chapter 9 Introduction to Sound; Chapter 10 Animation Paths; Chapter 11 Model Loading; Chapter 12 Bone Animation; Chapter 13 Introduction to World Management; Chapter 14 Height Maps; Chapter 15 Octrees; Chapter 16 BSP Trees; Chapter 17 Developing a Simple Level Editor; Chapter 18 Finishing the Game Engine; Chapter 19 Making the Game: Stranded; Appendix: About the CDROM; Epilogue