|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn896729160 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
141121s2014 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d DEBBG
|d DEBSZ
|d EBLCP
|d IDEBK
|d E7B
|d YDXCP
|d S4S
|d COO
|d OCLCQ
|d OCLCF
|d OCLCQ
|d N$T
|d OCLCQ
|d AGLDB
|d ICA
|d K6U
|d CCO
|d PIFAG
|d FVL
|d ZCU
|d MERUC
|d OCLCQ
|d OCLCO
|d U3W
|d D6H
|d STF
|d VTS
|d CEF
|d ICG
|d NLE
|d INT
|d VT2
|d UKMGB
|d OCLCQ
|d OCLCO
|d G3B
|d TKN
|d OCLCQ
|d OCLCO
|d DKC
|d AU@
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d QGK
|d OCLCQ
|
016 |
7 |
|
|a 018006723
|2 Uk
|
019 |
|
|
|a 894790625
|a 1259144283
|
020 |
|
|
|a 9781783553709
|q (electronic bk.)
|
020 |
|
|
|a 1783553707
|q (electronic bk.)
|
020 |
|
|
|z 1783553707
|
020 |
|
|
|z 1783553693
|
020 |
|
|
|z 9781783553693
|
029 |
1 |
|
|a CHNEW
|b 000688107
|
029 |
1 |
|
|a CHNEW
|b 000688108
|
029 |
1 |
|
|a CHNEW
|b 000889229
|
029 |
1 |
|
|a CHVBK
|b 374479488
|
029 |
1 |
|
|a DEBBG
|b BV042490216
|
029 |
1 |
|
|a DEBBG
|b BV043613286
|
029 |
1 |
|
|a DEBSZ
|b 431812268
|
029 |
1 |
|
|a DEBSZ
|b 434833967
|
029 |
1 |
|
|a DEBSZ
|b 484732536
|
029 |
1 |
|
|a GBVCP
|b 882842595
|
029 |
1 |
|
|a UKMGB
|b 018006723
|
035 |
|
|
|a (OCoLC)896729160
|z (OCoLC)894790625
|z (OCoLC)1259144283
|
037 |
|
|
|a CL0500000503
|b Safari Books Online
|
050 |
|
4 |
|a QB461
|b .R36 2014
|
072 |
|
7 |
|a SCI
|x 053000
|2 bisacsh
|
082 |
0 |
4 |
|a 535.24
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Rani, K. Aava.
|
245 |
1 |
0 |
|a Learning unity physics :
|b learn to implement physics in interactive development using the powerful components of Unity3D /
|c K. Aava Rani.
|
246 |
3 |
0 |
|a Learn to implement physics in interactive development using the powerful components of Unity3D
|
260 |
|
|
|a Birmingham, U.K. :
|b Packt Publishing,
|c 2014.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover page (Safari, viewed November 17, 2014).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to Physics in Unity3D; The most common component of Physics used in interactive development; Use of Physics in simulation and frame rate; Basic components of Physics for interactive development; Integration; Collision detection; Collision resolution; Physical simulation in Unity; Built-in Physics in Unity3D; Built-in Physics components in Unity3D; Rigidbodies; Kinematic motion and Rigidbodies; Colliders; Triggers; Joints; Character controllers.
|
505 |
8 |
|
|a Scripting based on collisionFrictionless Physic Materials; Summary; Chapter 2: Using Different Colliders for Interaction; Primitive colliders; Types of primitive colliders; Box Collider 3D; Box Collider 2D; Sphere Collider 3D; Circle Collider 2D; Capsule Collider 3D; Mesh Collider; Polygon Collider 2D; Edge Collider 2D; Nonprimitive colliders; Types of nonprimitive colliders; Wheel Collider; Static collider; Rigidbody collider; Kinematic Rigidbody collider; Trigger Collider; Compound colliders; Example -- implementation of compound colliders; Summary; Chapter 3: Overview of Collision Matrix.
|
505 |
8 |
|
|a Collision Matrix 3DTrigger Matrix; Matrix for 2D Objects; Layers and Collision Matrix; An example of a layer-based Collision Matrix; Collision Matrix and a script; An example of a script-based Collision Matrix; Summary; Chapter 4: Rigidbody Types and Their Properties; Types of Rigidbody components; Physics Rigidbody; An example of creating a Physics Rigidbody ; Kinematic Rigidbody; Properties of Rigidbody components; Example using Rigidbody; Summary; Chapter 5: Joint Types and Their Properties; Types of joints; Fixed joint; Spring joint; Hinge joint; Character joints; Configurable joints.
|
505 |
8 |
|
|a Handling movement/rotation restrictionHandling movement/rotation acceleration; Summary; Chapter 6: Animation and Unity3D Physics; Developing simple and complex animations; Interpolate and Extrapolate; The Cloth component; Important points while using the Cloth component; ConstantForce; An example of animation using ConstantForce; An example of animation using AddForce; An example of animation using AddTorque; An example of rope animation using different joints; Summary; Chapter 7: Optimizing Application's Performance Using Physics in Unity3D; Developing an optimized application and game.
|
505 |
8 |
|
|a Checking performanceMoving static colliders; Mesh Colliders; The complex collider shape; Rigidbodies; Joints; The Cloth component; Lower timestep; Precalculation; Optimizing graphics; Script call optimization for an iOS build; Pros of performance optimization; Summary; Index.
|
520 |
|
|
|a If you are familiar with the fundamentals of Physics and have basic experience of Unity game development, but have no knowledge of using the two together, then this book is for you.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Unity (Electronic resource)
|
630 |
0 |
7 |
|a Unity (Electronic resource)
|2 fast
|0 (OCoLC)fst01795070
|
650 |
|
0 |
|a Astrophysics.
|
650 |
|
0 |
|a Physics.
|
650 |
|
2 |
|a Physics
|
650 |
|
6 |
|a Astrophysique.
|
650 |
|
6 |
|a Physique.
|
650 |
|
7 |
|a astrophysics.
|2 aat
|
650 |
|
7 |
|a physics.
|2 aat
|
650 |
|
7 |
|a SCIENCE
|x Physics
|x Optics & Light.
|2 bisacsh
|
650 |
|
7 |
|a Astrophysics.
|2 fast
|0 (OCoLC)fst00819797
|
650 |
|
7 |
|a Physics.
|2 fast
|0 (OCoLC)fst01063025
|
776 |
0 |
8 |
|i Print version:
|a Rani, K. Aava.
|t Learning Unity Physics.
|d Birmingham : Packt Publishing, ©2014
|z 9781783553693
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=881073
|z Texto completo
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10962334
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 881073
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis30119679
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12148096
|
994 |
|
|
|a 92
|b IZTAP
|