Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Game Physics Engine Development (The Morgan Kaufmann Series in Interactive 3D Technology)
 
 

Game Physics Engine Development (The Morgan Kaufmann Series in Interactive 3D Technology) [ハードカバー]

Ian Millington

参考価格: ¥ 4,601
価格: ¥ 2,779 通常配送無料 詳細
OFF: ¥ 1,822 (40%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
3点在庫あり。ご注文はお早めに。
2012/6/2 土曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら
この商品には新版があります:
Game Physics Engine Development, Second Edition: How to Build a Robust Commercial-Grade Physics Engine for your Game Game Physics Engine Development, Second Edition: How to Build a Robust Commercial-Grade Physics Engine for your Game
¥ 3,743
通常2~3週間以内に発送

キャンペーンおよび追加情報


商品の説明

内容説明

Simulating physics helps cutting-edge games distinguish themselves by making virtual objects behave as we expect them to in the real world. Physics engines are the software programs that run these simulations. Building an engine is difficult, however. There are a large number of new developers (and hobbyists) coming into this market who need help through this complex process. Current introductory books are inadequate; they don't bring enough real-world programming experience to the task. There is a need for an introductory book on game physics with solid coding guidance but which limits the math content. Ian Millington brings his extensive professional programming experience to this problem. He has developed games since 1987, has studied AI and mathematics at the PhD level, and founded Mindlathe Ltd., a company that designed and built commercial physics engines. Physics Engine Development carefully describes each step in the creation of a robust, usable physics engine. It introduces the mathematical concepts in a clear and simple manner, keeping to high school level topics and building a physics code library as it goes. Each new concept is explained in diagrams and code to make sure that even the most novice of game programmers understands. The companion CD-ROM includes the source code for a complete physics engine of commercial quality. This book will serve as a introduction to more mathematically advanced books on game physics, such as Dave Eberly's Game Physics.

* Uses only high school algebra
* Shows how to build a complete system based on professional principles
* CD-ROM with C++ source code for a full commercial-quality physics engine

Book Description

Simulating physics helps cutting-edge games distinguish themselves by making virtual objects behave as we expect them to in the real world. Physics engines are the software programs that run these simulations. Building an engine is difficult, however. There are a large number of new developers (and hobbyists) coming into this market who need help through this complex process. Current introductory books are inadequate; they don't bring enough real-world programming experience to the task. There is a need for an introductory book on game physics with solid coding guidance but which limits the math content. Ian Millington brings his extensive professional programming experience to this problem. He has developed games since 1987, has studied AI and mathematics at the PhD level, and founded Mindlathe Ltd., a company that designed and built commercial physics engines. Physics Engine Development carefully describes each step in the creation of a robust, usable physics engine. It introduces the mathematical concepts in a clear and simple manner, keeping to high school level topics and building a physics code library as it goes. Each new concept is explained in diagrams and code to make sure that even the most novice of game programmers understands. The companion CD-ROM includes the source code for a complete physics engine of commercial quality. This book will serve as a introduction to more mathematically advanced books on game physics, such as Dave Eberly's Game Physics.

Audience: Game developers, esp. novice developers, students of game development, and game hobbyists

登録情報


この本のなか見!検索より (詳細はこちら
その他の機能
頻出単語一覧
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引
この本の中身を閲覧する:

この商品にタグをつける

 (詳細)
タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。
※タグは初期設定で公開になっています。詳しくはこちら
 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  11件のカスタマーレビュー
21 人中、19人の方が、「このレビューが参考になった」と投票しています。
Good introduction to physics programming, but not much else 2007/3/25
By R. Timurson - (Amazon.com)
形式:ハードカバー
This book serves as a good introduction to many topics one would fine useful for implementing a physics engine. The writing is very clear, and even a high school student with a good background in mathematics shouldn't have much difficulty comprehending most chapters. Professional developers should probably just stay clear of this book, and go straight to Dave Eberly's "Game Physics." Don't expect to find a robust physics engine in this book either. All demos are pretty rudimentary, poorly organized and even buggy. Nevertheless, true beginners should still find the code easy to read and understand.
10 人中、9人の方が、「このレビューが参考になった」と投票しています。
Good principles and gives you a feel for the workings :) 2007/6/26
By Ben =) - (Amazon.com)
形式:ハードカバー
I found it a good read, and you can in most cases get a feel for what the writer is trying to achieve....he puts across the basic principle and then goes into a few ways of how you would compensate for such things, such as wobbling on the ground, multiple collisions etc. i.e. Introducing a few bodges etc to get a realistic look...rather than follow the maths to the letter.

Its not what I'd call a basic book which usually cover a lot of spheres and single point collisions, but then its not as advanced as eberlys....its a good intermediate book...definetly worth a read if your new to physics.

Happy coding =)
6 人中、6人の方が、「このレビューが参考になった」と投票しています。
Good depth + good explanations = good book 2009/2/16
By Johannes von Luck - (Amazon.com)
形式:ハードカバー
The author has obviously spent quite a large amount of time around physics and programming, and it really shows throughout the book that he has taken the time to make sure that he not only fully explains himself, but also make sure he has explained an appropriate amount of depth for the engineer who simply wants to make usage of the concepts.

He does, however, make mention that he is primarily concerned with one particular kind of physics engine development (impulse based), and doesn't necessarily always makes full mention of alternative methods. He still does a decent job at explaining the core concepts along with increasing level of difficulty as the book progresses.

For somebody who wants the most basic form of physics, this book is not suitable for that purpose: it is an intermediate level book. The first chapters start out at a very basic level (note: it is obvious to me that the other review by the guy from China saying this book is only beginner level material didn't bother reading beyond the first two chapters), but the rest of the book is clearly not beginner level material.

However, this book is also not a substitute for a really advanced physics engine the likes of which Havoc and Ageia run off into. As well, the code implementations done by the author also reflect only an intermediate level of software engineering, but I admit that may just be an offshoot of simply trying to provide educational examples relative to the discussion.

Overall though, a very good read. Make sure it fits your requirements first though.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア


関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換