
Real Time Cameras
A Guide for Game Designers and Developers
- Publisher's listprice GBP 135.00
-
The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.
- Discount 20% (cc. 13 665 Ft off)
- Discounted price 54 659 Ft (52 056 Ft + 5% VAT)
Subcribe now and take benefit of a favourable price.
Subscribe
68 323 Ft
Availability
Estimated delivery time: In stock at the publisher, but not at Prospero's office. Delivery time approx. 3-5 weeks.
Not in stock at Prospero.
Why don't you give exact delivery time?
Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.
Product details:
- Edition number 1
- Publisher CRC Press
- Date of Publication 2 April 2009
- ISBN 9780123116345
- Binding Hardback
- No. of pages530 pages
- Size 235x191 mm
- Weight 1520 g
- Language English 0
Categories
Short description:
The first book on this core game development topic by an experienced developer
MoreLong description:
The control of cameras is as important in games as it is in cinema. How the camera tracks and moves determines our point of view and influences our attitude towards the content. A poorly designed camera system in a game can disrupt a users experience, while a well-designed one can make a good game into a great one. The challenge in games is that the camera must respond to unscripted events, and this is where much of the difficulty of designing real-time camera systems arises. The increasing use of motion in virtual environments, marked by the inclusion of physics modeling and complex collision detection systems, means that camera systems must be even more effective to keep up. Real-Time Cameras is written by an experienced game developer who has written camera control systems for award-winning games such as Metroid Prime. Mark Haigh-Hutchinson discusses the key algorithms for camera control and then shows how to implement them in code. This book is written for game developers and designers, although it is also pertinent to other professionals in the interactive media field. Real-Time Cameras presents a practical approach to camera systems, introducing their theory, design, and implementation.
MoreTable of Contents:
Introduction; Who should read this book?; How to read this book; Part One: Core Concepts; Game Overview; Camera Fundamentals; Cinematography;
Part Two: Design Principles; Camera Design; Camera Solutions; Camera Scripting; Part Three: Camera Engineering; Position and Orientation;Navigation and Occlusion; Motion and Collision; Camera Mathematics; Implementation