Cargando…

Game physics engine development : how to build a robust commercial-grade physics engine for your game /

Physics is really important to game programmers who need to know how to add physical realism to their games. They need to take into account the laws of physics when creating a simulation or game engine, particularly in 3D computer graphics, for the purpose of making the effects appear more real to t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Millington, Ian
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam ; Boston : Morgan Kaufmann Publishers, [2010]
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn706803531
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |||||||||||
008 110311s2010 ne a ob 011 0 eng d
010 |a  2010014533 
040 |a OPELS  |b eng  |e rda  |e pn  |c OPELS  |d OCLCQ  |d N$T  |d YDXCP  |d CDX  |d E7B  |d EBLCP  |d SNK  |d MHW  |d OCLCQ  |d REDDC  |d OCLCQ  |d B24X7  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d FHM  |d OCLCQ  |d OCLCO  |d OCLCF  |d CRCPR  |d AUD  |d OCLCQ  |d OCLCO  |d OCLCQ  |d VLB  |d COO  |d OCLCO  |d UAB  |d NJR  |d STF  |d OCLCQ  |d NLE  |d UKMGB  |d WYU  |d YDX  |d AU@  |d OL$  |d OCLCQ  |d LEAUB  |d UKUAL  |d VT2  |d OCLCO  |d OCLCQ  |d OCL  |d SFB  |d OCLCQ 
015 |a GBB7A9339  |2 bnb 
015 |a GBB069715  |2 bnb 
015 |a GBB069715.  |2 bnb 
016 7 |a 018391921  |2 Uk 
016 7 |z 015571713  |2 Uk 
016 7 |a 015571713.  |2 Uk 
019 |a 683229505  |a 689045420  |a 712995395  |a 755980946  |a 1005017828  |a 1064085193  |a 1086429488  |a 1193452571  |a 1261262930  |a 1262689708 
020 |a 9780123819765  |q (electronic bk.) 
020 |a 0123819768  |q (electronic bk.) 
020 |a 9780123819772  |q (electronic bk.) 
020 |a 0123819776  |q (electronic bk.) 
020 |a 9781498717588  |q (e-book) 
020 |a 1498717586 
020 |a 9781138403123  |q (hardback) 
020 |a 1138403121 
024 8 |a 9786612879494 
029 1 |a AU@  |b 000053282840 
029 1 |a DEBBG  |b BV039830271 
029 1 |a DEBSZ  |b 360079253 
029 1 |a DEBSZ  |b 37273829X 
029 1 |a DEBSZ  |b 396933254 
029 1 |a NZ1  |b 15194544 
029 1 |a UKMGB  |b 018391921 
029 1 |a AU@  |b 000069529108 
035 |a (OCoLC)706803531  |z (OCoLC)683229505  |z (OCoLC)689045420  |z (OCoLC)712995395  |z (OCoLC)755980946  |z (OCoLC)1005017828  |z (OCoLC)1064085193  |z (OCoLC)1086429488  |z (OCoLC)1193452571  |z (OCoLC)1261262930  |z (OCoLC)1262689708 
037 |a 1097806:10921552  |b Elsevier Science & Technology  |n http://www.sciencedirect.com 
050 4 |a QA76.76.C672  |b M55 2010eb 
072 7 |a GAM  |x 013000  |2 bisacsh 
082 0 4 |a 794.8/1526  |2 22 
049 |a UAMI 
100 1 |a Millington, Ian. 
245 1 0 |a Game physics engine development :  |b how to build a robust commercial-grade physics engine for your game /  |c Ian Millington. 
250 |a 2nd ed. 
264 1 |a Amsterdam ;  |a Boston :  |b Morgan Kaufmann Publishers,  |c [2010] 
264 4 |c ©2010 
300 |a 1 online resource (xxix, 522 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 |a Physics is really important to game programmers who need to know how to add physical realism to their games. They need to take into account the laws of physics when creating a simulation or game engine, particularly in 3D computer graphics, for the purpose of making the effects appear more real to the observer or player. The game engine needs to recognize the physical properties of objects that artists create, and combine them with realistic motion. The physics ENGINE is a computer program that you work into your game that simulates Newtonian physics and predict effects under different conditions. In video games, the physics engine uses real-time physics to improve realism. This is the only book in its category to take readers through the process of building a complete game-ready physics engine from scratch. The Cyclone game engine featured in the book was written specifically for this book and has been utilized in iPhone application development and Adobe Flash projects. There is a good deal of master-class level information available, but almost nothing in any format that teaches the basics in a practical way. The second edition includes NEW and/or revised material on collision detection, 2D physics, casual game physics for Flash games, more references, a glossary, and end-of-chapter exercises. The companion website will include the full source code of the Cyclone physics engine, along with example applications that show the physics system in operation. --A truly accessible text that allows even novice programmers to create powerful physics engines for their games. --Covers particle effects, flight simulation, car pysics, crates, destructible objects, cloth and ragdolls, and more. --Supports each new concept with diagrams, code, end-of-chapter exercises and resources. --This edition includes completely NEW material on: collision detection, 2D physics, casual game physics for Flash games. --Powerful associated website offering: the full source code of the Cyclone physics engine, along with example applications that show the physics system in operation. The Cyclone engine has been used in commercial game development. 
505 0 |a 1. Introduction -- pt. 1. Particle physics -- 2. The mathematics of particles -- 3. The laws of motion -- 4. The particle physics engine -- pt. 2. Mass aggregate physics -- 5. Adding general forces -- 6. Springs and springlike things -- 7. Hard constraints -- 8. The mass aggregate physics engine -- pt. 3. Rigid body physics -- 9. The mathematics of rotations -- 10. Laws of motion for rigid bodies -- 11. The rigid body physics engine -- pt. 4. Collision detection -- 12. Collision detection -- 13. Generating contacts -- pt. 5. Contact physics -- 14. Collision resolution -- 15. Resting contacts and friction -- 16. Stability and optimization -- 17. Putting it all together -- pt. 6. Further topics in physics -- 18. Physics in two dimensions -- 19. Other programming languages -- 20. Other types of physics. 
504 |a Includes bibliographical references (page 509) and index. 
588 0 |a Print version record. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Computer games  |x Programming. 
650 0 |a Physics  |x Data processing. 
650 6 |a Jeux d'ordinateur  |x Programmation. 
650 6 |a Physique  |x Informatique. 
650 7 |a GAMES  |x Video & Electronic.  |2 bisacsh 
650 7 |a Video games  |x Programming.  |2 fast  |0 (OCoLC)fst00872114 
650 7 |a Physics  |x Data processing.  |2 fast  |0 (OCoLC)fst01063041 
776 0 8 |i Print version:  |a Millington, Ian.  |t Game physics engine development.  |b 2nd ed.  |d Amsterdam ; Boston : Morgan Kaufmann Publishers, ©2010  |z 9780123819765  |w (DLC) 2010014533  |w (OCoLC)609304030 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780123819765/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Books 24x7  |b B247  |n bks00047132 
938 |a Coutts Information Services  |b COUT  |n 16426566 
938 |a CRC Press  |b CRCP  |n CRC0KE21074PDF 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL629983 
938 |a ebrary  |b EBRY  |n ebr10427905 
938 |a EBSCOhost  |b EBSC  |n 345066 
938 |a YBP Library Services  |b YANK  |n 15917595 
938 |a YBP Library Services  |b YANK  |n 3534997 
938 |a YBP Library Services  |b YANK  |n 12293871 
938 |a YBP Library Services  |b YANK  |n 12383294 
994 |a 92  |b IZTAP