|
|
|
|
LEADER |
00000cam a2200000Mu 4500 |
001 |
EBSCO_ocn980842734 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
170408s2017 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d YDX
|d MERUC
|d IDEBK
|d CHVBK
|d OCLCO
|d COO
|d TEFOD
|d OCLCF
|d OCLCQ
|d VT2
|d UOK
|d WYU
|d OCLCQ
|d LVT
|d UKAHL
|d CNCEN
|d NLW
|d N$T
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCL
|d OCLCO
|
019 |
|
|
|a 980589792
|a 980732650
|a 981212235
|a 981687727
|a 981858182
|a 1264900150
|
020 |
|
|
|a 9781787120815
|q (electronic bk.)
|
020 |
|
|
|a 1787120813
|q (electronic bk.)
|
029 |
1 |
|
|a CHNEW
|b 000950010
|
029 |
1 |
|
|a CHVBK
|b 483161845
|
029 |
1 |
|
|a AU@
|b 000067024710
|
029 |
1 |
|
|a AU@
|b 000067005681
|
035 |
|
|
|a (OCoLC)980842734
|z (OCoLC)980589792
|z (OCoLC)980732650
|z (OCoLC)981212235
|z (OCoLC)981687727
|z (OCoLC)981858182
|z (OCoLC)1264900150
|
037 |
|
|
|a 40767443-8910-43E7-B70A-F9E0B0862803
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a T55.4-60.8
|
082 |
0 |
4 |
|a 794.8
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Szauer, Gabor.
|
245 |
1 |
0 |
|a Game Physics Cookbook.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2017.
|
300 |
|
|
|a 1 online resource (481 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgements; About the Reviewer; Acknowledgements; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Vectors; Introduction; Vector definition; Component-wise operations; Dot product; Magnitude; Normalizing; Cross product; Angles; Projection; Reflection; Chapter 2: Matrices; Introduction; Matrix definition; Transpose; Multiplication; Identity matrix; Determinant of a 2x2 matrix; Matrix of minors; Cofactor; Determinant of a 3x3 matrix; Operations on a 4x4 matrix; Adjugate matrix; Matrix inverse.
|
505 |
8 |
|
|a Chapter 3: Matrix TransformationsIntroduction; Matrix majors; Translation; Scaling; How rotations work; Rotation matrices; Axis angle rotation; Vector matrix multiplication; Transform matrix; View matrix; Projection matrix; Chapter 4: 2D Primitive Shapes; Introduction; 2D points; 2D lines; Circle; Rectangle; Oriented rectangle; Point containment; Line intersection; Chapter 5: 2D Collisions; Introduction; Circle to circle; Circle to rectangle; Circle to oriented rectangle; Rectangle to rectangle; Separating axis theorem; Rectangle to oriented rectangle; Oriented rectangle to oriented rectangle.
|
505 |
8 |
|
|a Chapter 6: 2D OptimizationsIntroduction; Containing circle; Containing rectangle; Simple and complex shapes; Quad tree; Broad phase collisions; Chapter 7: 3D Primitive Shapes; Introduction; Point; Line segment; Ray; Sphere; Axis Aligned Bounding Box; Oriented Bounding Box; Plane; Triangle; Chapter 8: 3D Point Tests; Introduction; Point and sphere; Point and AABB; Point and Oriented Bounding Box; Point and plane; Point and line; Point and ray; Chapter 9: 3D Shape Intersections; Introduction; Sphere-to-sphere; Sphere-to-AABB; Sphere-to-OBB; Sphere-to-plane; AABB-to-AABB; AABB-to-OBB.
|
505 |
8 |
|
|a AABB-to-planeOBB-to-OBB; OBB-to-plane; Plane-to-plane; Chapter 10: 3D Line Intersections; Introduction; Raycast Sphere; Raycast Axis Aligned Bounding Box; Raycast Oriented Bounding Box; Raycast plane; Linetest Sphere; Linetest Axis Aligned Bounding Box; Linetest Oriented Bounding Box; Linetest Plane; Chapter 11: Triangles and Meshes; Introduction; Point in triangle; Closest point triangle; Triangle to sphere; Triangle to Axis Aligned Bounding Box; Triangle to Oriented Bounding Box; Triangle to plane; Triangle to triangle; Robustness of the Separating Axis Theorem; Raycast Triangle.
|
505 |
8 |
|
|a Linetest TriangleMesh object; Mesh optimization; Mesh operations; Chapter 12: Models and Scenes; Introduction; The Model object; Operations on models; The Scene object; Operations on the scene; The Octree object; Octree contents; Operations on the Octree; Octree scene integration; Chapter 13: Camera and Frustum; Introduction; Camera object; Camera controls; Frustum object; Frustum from matrix; Sphere in frustum; Bounding Box in frustum; Octree culling; Picking; Chapter 14: Constraint Solving; Introduction; Framework introduction; Raycast sphere; Raycast Bounding Box.
|
500 |
|
|
|a Raycast plane and triangle.
|
520 |
|
|
|a Discover over 100 easy-to-follow recipes to help you implement efficient game physics and collision detection in your games About This Book Get a comprehensive coverage of techniques to create high performance collision detection in games Learn the core mathematics concepts and physics involved in depicting collision detection for your games Get a hands-on experience of building a rigid body physics engine Who This Book Is For This book is for beginner to intermediate game developers. You don't need to have a formal education in games--you can be a hobbyist or indie developer who started making games with Unity 3D. What You Will Learn Implement fundamental maths so you can develop solid game physics Use matrices to encode linear transformations Know how to check geometric primitives for collisions Build a Physics engine that can create realistic rigid body behavior Understand advanced techniques, including the Separating Axis Theorem Create physically accurate collision reactions Explore spatial partitioning as an acceleration structure for collisions Resolve rigid body collisions between primitive shapes In Detail Physics is really important for game programmers who want to add realism and functionality to their games. Collision detection in particular is a problem that affects all game developers, regardless of the platform, engine, or toolkit they use. This book will teach you the concepts and formulas behind collision detection. You will also be taught how to build a simple physics engine, where Rigid Body physics is the main focus, and learn about intersection algorithms for primitive shapes. You'll begin by building a strong foundation in mathematics that will be used throughout the book. We'll guide you through implementing 2D and 3D primitives and show you how to perform effective collision tests for them. We then pivot to one of the harder areas of game development--collision detection and resolution. Further on, you will learn what a Physics engine is, how to set up a game window, and how to implement rendering. We'll explore advanced physics topics such as constraint solving. You'll also find out how to implement a rudimentary physics engine, which you can use to build an Angry Birds type of game or a more advanced game. By the end of the book, you will have implemented all primitive and some advanced collision tests, and you will be able to read on geometry and linear Algebra formulas to take forward to your own games! Style and appr ...
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Video games
|x Programming.
|
650 |
|
0 |
|a Physics
|x Data processing.
|
650 |
|
6 |
|a Jeux vidéo
|x Programmation.
|
650 |
|
6 |
|a Physique
|x Informatique.
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x Games.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Graphics.
|2 bisacsh
|
650 |
|
7 |
|a Video games
|x Programming
|2 fast
|
650 |
|
7 |
|a Physics
|x Data processing
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Szauer, Gabor.
|t Game Physics Cookbook.
|d Birmingham : Packt Publishing, ©2017
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1587478
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH31954919
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4831647
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1587478
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis36984169
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 13907985
|
994 |
|
|
|a 92
|b IZTAP
|