語系:
繁體中文
English
說明(常見問題)
圖資館首頁
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Game physics
~
Eberly, David H.
Game physics
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Game physicsDavid H. Eberly.
作者:
Eberly, David H.
出版者:
Amsterdam ;Morgan Kaufmann,2010.
面頁冊數:
1 online resource.
標題:
Computer gamesProgramming.
電子資源:
http://www.sciencedirect.com/science/book/9780123749031
ISBN:
9780123749031 (electronic bk.)
Game physics
Eberly, David H.
Game physics
[electronic resource] /David H. Eberly. - 2nd ed. - Amsterdam ;Morgan Kaufmann,2010. - 1 online resource.
Includes bibliographical references and index.
Game Physics -- 1st edition -- 1 A Brief History of the World: A Summary of the Topics -- 2 Basic Concepts -- 3 Rigid Body Motion -- 4 Deformable Bodies -- 5 Physics Engines -- 6 Physics and Shader Programs -- 7 Linear Complementarity and Mathematical Programming -- 8 Differential Equations -- 9 Numerical Methods -- 10 Quaternions -- Appendices -- A Linear Algebra -- B Affine Algebra -- C Calculus -- D Ordinary Difference Equations -- A Summary of the Changes for the 2nd Edition: -- Naturally, Chapter 1 (Introduction) will be rewritten based on the contents for the second edition. -- The chapter on Physics Engines needs a significant rewrite. The goal will be to describe how to implement a classic rigid-body physics engine. And there will be source code to go with it, illustrating a generic collision detection system to go with the collision response people seem to associate with a physics engine. I will also include a new section on ragdoll physics, and there will be source code to go with this. -- I plan on inserting a new chapter (chapter 6 below) that will contain descriptions of various papers of interest in game physics. In particular, I will review publications by Ronald Fedkiw, Jos Stam, and James O'Brien, choosing a few of each to describe and to implement in source code and include on the CDROM for the book. This new material fills the void in the 1st edition -- not much discussion of applications of particle systems, fluids, or gases. The chapter on shader programs (old Chapter 6) will be discarded in its entirety. -- Chapters 7 through 10 and Appendices A through D form the mathematical heart of the book. The appendices are effectively background material that a reader will be exposed to at a university. The chapters 7 through 10 are more advanced topics. I believe it is reasonable to break the book into two parts: -- Part I -The Physics -- -- 1 Introduction -- 2 Basic Concepts -- 3 Rigid Bodies -- 4 Deformable Bodies -- 5 Physics Engines [rigid body concepts] -- 6 Particles, Fluids, and Gases [deformable body concepts] -- Part II -The Mathematics -- 7 Linear Algebra -- 8 Affine Algebra -- 9 Calculus -- 10 Quaternions -- 11 Differential Equations -- 12 Difference Equations -- 13 Numerical Methods -- 14 Linear Complementarity and Mathematical Programming -- The idea is that Part I is readable immediately by anyone having a reasonable mathematics background. Portions of Part II can be read, as needed. -- The chapter on Linear Complementarity will be rewritten to omit the Lemke algorithm, replacing it by a discussion of iterative methods to solve LCP. -- The 2nd edition will contain a lot more source code. And, as mentioned previously, we should include CD-ROM icons in the margins to let readers know that there is source code to illustrate the concepts.
Create physically realistic 3D Graphics environments with this introduction to the ideas and techniques behind the process. Author David H. Eberly includes simulations to introduce the key problems involved and then gradually reveals the mathematical and physical concepts needed to solve them. He then describes all the algorithmic foundations and uses code examples and working source code to show how they are implemented, culminating in a large collection of physical simulations. The book tackles the complex, challenging issues that other books avoid, including Lagrangian dynamics, rigid body dynamics, impulse methods, resting contact, linear complementarity problems, deformable bodies, mass-spring systems, friction, numerical solution of differential equations, numerical stability and its relationship to physical stability, and Verlet integration methods. This book even describes when real physics isn't necessary - and hacked physics will do. - CD-ROM with extensive C++ source code that supports physical simulation; has many illustrative applications for Windows, Linux, and OS X; and is compatible with many game engines - including the Wild Magic engine, for which the complete source code is included. - Includes exercises for instructional use and review of essential mathematics. - Revised and updated to include a new chapter about fluid dynamics based on the Navier-Stokes equations. The CD-ROM contains implementations that run in real time using the graphics hardware. The chapter on physics engines was rewritten to include new sections on the physics tick, on multithreaded and multiprocessor collision culling, and on velocity-based dynamics.
ISBN: 9780123749031 (electronic bk.)
Standard No.: 9786612878879
Source: 158445:158616Elsevier Science & Technologyhttp://www.sciencedirect.comSubjects--Topical Terms:
214996
Computer games
--Programming.Index Terms--Genre/Form:
214472
Electronic books.
LC Class. No.: QA76.76.C672 / E24 2010
Dewey Class. No.: 794.8/1526
Game physics
LDR
:05907cmm 2200385Ka 4500
001
314351
003
OCoLC
005
20111122091406.0
006
m d
007
cr cn|||||||||
008
111229s2010 ne ob 001 0 eng d
019
$a
685185869
020
$a
9780123749031 (electronic bk.)
020
$a
0123749034 (electronic bk.)
024
8
$a
9786612878879
035
$a
(OCoLC)733937388
$z
(OCoLC)685185869
035
$a
ocn733937388
037
$a
158445:158616
$b
Elsevier Science & Technology
$n
http://www.sciencedirect.com
040
$a
OPELS
$b
eng
$c
OPELS
$d
OCLCQ
$d
CDX
$d
E7B
$d
YDXCP
$d
OCLCQ
049
$a
TEFA
050
4
$a
QA76.76.C672
$b
E24 2010
082
0 4
$a
794.8/1526
$2
22
100
1
$a
Eberly, David H.
$3
453736
245
1 0
$a
Game physics
$h
[electronic resource] /
$c
David H. Eberly.
250
$a
2nd ed.
260
$a
Amsterdam ;
$a
Boston :
$b
Morgan Kaufmann,
$c
2010.
300
$a
1 online resource.
504
$a
Includes bibliographical references and index.
505
0
$a
Game Physics -- 1st edition -- 1 A Brief History of the World: A Summary of the Topics -- 2 Basic Concepts -- 3 Rigid Body Motion -- 4 Deformable Bodies -- 5 Physics Engines -- 6 Physics and Shader Programs -- 7 Linear Complementarity and Mathematical Programming -- 8 Differential Equations -- 9 Numerical Methods -- 10 Quaternions -- Appendices -- A Linear Algebra -- B Affine Algebra -- C Calculus -- D Ordinary Difference Equations -- A Summary of the Changes for the 2nd Edition: -- Naturally, Chapter 1 (Introduction) will be rewritten based on the contents for the second edition. -- The chapter on Physics Engines needs a significant rewrite. The goal will be to describe how to implement a classic rigid-body physics engine. And there will be source code to go with it, illustrating a generic collision detection system to go with the collision response people seem to associate with a physics engine. I will also include a new section on ragdoll physics, and there will be source code to go with this. -- I plan on inserting a new chapter (chapter 6 below) that will contain descriptions of various papers of interest in game physics. In particular, I will review publications by Ronald Fedkiw, Jos Stam, and James O'Brien, choosing a few of each to describe and to implement in source code and include on the CDROM for the book. This new material fills the void in the 1st edition -- not much discussion of applications of particle systems, fluids, or gases. The chapter on shader programs (old Chapter 6) will be discarded in its entirety. -- Chapters 7 through 10 and Appendices A through D form the mathematical heart of the book. The appendices are effectively background material that a reader will be exposed to at a university. The chapters 7 through 10 are more advanced topics. I believe it is reasonable to break the book into two parts: -- Part I -The Physics -- -- 1 Introduction -- 2 Basic Concepts -- 3 Rigid Bodies -- 4 Deformable Bodies -- 5 Physics Engines [rigid body concepts] -- 6 Particles, Fluids, and Gases [deformable body concepts] -- Part II -The Mathematics -- 7 Linear Algebra -- 8 Affine Algebra -- 9 Calculus -- 10 Quaternions -- 11 Differential Equations -- 12 Difference Equations -- 13 Numerical Methods -- 14 Linear Complementarity and Mathematical Programming -- The idea is that Part I is readable immediately by anyone having a reasonable mathematics background. Portions of Part II can be read, as needed. -- The chapter on Linear Complementarity will be rewritten to omit the Lemke algorithm, replacing it by a discussion of iterative methods to solve LCP. -- The 2nd edition will contain a lot more source code. And, as mentioned previously, we should include CD-ROM icons in the margins to let readers know that there is source code to illustrate the concepts.
520
$a
Create physically realistic 3D Graphics environments with this introduction to the ideas and techniques behind the process. Author David H. Eberly includes simulations to introduce the key problems involved and then gradually reveals the mathematical and physical concepts needed to solve them. He then describes all the algorithmic foundations and uses code examples and working source code to show how they are implemented, culminating in a large collection of physical simulations. The book tackles the complex, challenging issues that other books avoid, including Lagrangian dynamics, rigid body dynamics, impulse methods, resting contact, linear complementarity problems, deformable bodies, mass-spring systems, friction, numerical solution of differential equations, numerical stability and its relationship to physical stability, and Verlet integration methods. This book even describes when real physics isn't necessary - and hacked physics will do. - CD-ROM with extensive C++ source code that supports physical simulation; has many illustrative applications for Windows, Linux, and OS X; and is compatible with many game engines - including the Wild Magic engine, for which the complete source code is included. - Includes exercises for instructional use and review of essential mathematics. - Revised and updated to include a new chapter about fluid dynamics based on the Navier-Stokes equations. The CD-ROM contains implementations that run in real time using the graphics hardware. The chapter on physics engines was rewritten to include new sections on the physics tick, on multithreaded and multiprocessor collision culling, and on velocity-based dynamics.
588
$a
Description based on print version record.
650
0
$a
Computer games
$x
Programming.
$3
214996
650
0
$a
Physics
$x
Computer simulation.
$3
200671
650
0
$a
Computer graphics.
$3
182120
650
0
$a
Three-dimensional display systems.
$3
183303
655
4
$a
Electronic books.
$2
local.
$3
214472
776
0 8
$i
Print version:
$a
Eberly, David H.
$t
Game physics.
$b
2nd ed.
$d
Amsterdam ; Boston : Morgan Kaufmann, 2010
$z
9780123749031
$w
(DLC) 2009049828
$w
(OCoLC)645979270
856
4 0
$3
ScienceDirect
$u
http://www.sciencedirect.com/science/book/9780123749031
938
$a
Coutts Information Services
$b
COUT
$n
16426411
938
$a
ebrary
$b
EBRY
$n
ebr10427976
938
$a
YBP Library Services
$b
YANK
$n
3534949
994
$a
C0
$b
TEF
筆 0 讀者評論
全部
電子館藏
館藏
1 筆 • 頁數 1 •
1
條碼號
館藏地
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
000000061314
電子館藏
1圖書
電子書
EB QA76.76.C672 E24 2010
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
多媒體檔案
http://www.sciencedirect.com/science/book/9780123749031
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼
登入