Unity virtual reality projects : explore the world of virtual reality by building immersive and fun VR projects using Unity 3D /
If you are a non-programmer unfamiliar with 3D computer graphics, or experienced in both but new to virtual reality, and are interested in building your own VR games or applications then this book is for you. Any experience in Unity is an advantage. Learn the basic principles of virtual reality appl...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2015.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000Ii 4500 | ||
---|---|---|---|
001 | EBSCO_ocn922588929 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 150930s2015 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d N$T |d IDEBK |d YDXCP |d TEFOD |d OCLCF |d DEBBG |d COO |d EBLCP |d VT2 |d DEBSZ |d IDB |d Z5A |d OCLCQ |d MERUC |d OCLCQ |d OCLCO |d BUF |d CEF |d OCLCQ |d OCLCO |d WYU |d UAB |d AU@ |d OCLCQ |d OCLCO |d AJS |d OCLCO |d OCL |d QGK |d OCLCQ |d INARC |d OCLCQ | ||
019 | |a 919871963 |a 920446757 |a 935250221 |a 1259166511 | ||
020 | |a 9781785286803 |q (electronic bk.) | ||
020 | |a 1785286803 |q (electronic bk.) | ||
020 | |z 9781783988556 | ||
020 | |z 178398855X | ||
029 | 1 | |a CHNEW |b 000893916 | |
029 | 1 | |a CHVBK |b 374530734 | |
029 | 1 | |a DEBBG |b BV043020316 | |
029 | 1 | |a DEBBG |b BV043627570 | |
029 | 1 | |a DEBSZ |b 455698872 | |
029 | 1 | |a DEBSZ |b 473871009 | |
029 | 1 | |a GBVCP |b 848504569 | |
035 | |a (OCoLC)922588929 |z (OCoLC)919871963 |z (OCoLC)920446757 |z (OCoLC)935250221 |z (OCoLC)1259166511 | ||
037 | |a CL0500000648 |b Safari Books Online | ||
037 | |a 62413CD7-A93F-4CC5-B053-8127A80013D8 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.9.C65 | |
072 | 7 | |a SCI |x 064000 |2 bisacsh | |
072 | 7 | |a TEC |x 029000 |2 bisacsh | |
082 | 0 | 4 | |a 003/.3 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Linowes, Jonathan, |e author. | |
245 | 1 | 0 | |a Unity virtual reality projects : |b explore the world of virtual reality by building immersive and fun VR projects using Unity 3D / |c Jonathan Linowes. |
246 | 3 | 0 | |a Explore the world of virtual reality by building immersive and fun VR projects using Unity 3D |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2015. | |
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 | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from cover (Safari, viewed September 25, 2015). | |
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: Virtually Everything for Everyone; What is virtual reality to you?; Types of head-mounted displays; Desktop VR; Mobile VR; The difference between virtual reality and augmented reality; Applications versus games; What this book covers; Who are you?; Types of VR experiences; Technical skills that are important to VR; Summary; Chapter 2: Objects and Scale; Getting started with Unity; Starting a new Unity project; The Unity editor; The default world space. | |
505 | 8 | |a Creating a simple dioramaAdding a cube; Adding a plane; Adding a sphere and some material; Changing the scene view; Adding a photo; Coloring the ground plane; Measurement tools; Keeping a unit cube handy; Using a Grid Projector; Measuring the Ethan character; Importing from the Blender experiment; An introduction to Blender; A unit cube; A UV Texture image; Importing into Unity; A few observations; Summary; Chapter 3: VR Build and Run; VR device integration software; Unity's built-in VR support; The device-specific SDK; The OSVR project; WebVR; 3D worlds; Creating the MeMyselfEye prefab. | |
505 | 8 | |a Build for the Oculus RiftBuild for Google Cardboard; The Android setup; The iOS setup; Installing the Cardboard Unity package; Adding the camera; The build settings; The Play Mode; Building and running in Android; Building and running in iOS; The device-independent clicker; How virtual reality really works; Stereoscopic 3D viewing; Head tracking; Summary; Chapter 4: Gaze-based Control; Ethan, the walker; Artificially intelligent Ethan; The Navmesh bakery; A random walker in the town; Interlude -- a quick introduction to Unity programming; The RandomPosition script; ""Zombie-ize"" Ethan! | |
505 | 8 | |a Go where I'm lookingThe LookMoveTo script; Adding a feedback cursor; Observations; If looks could kill; The KillTarget script; Adding particle effects; Cleaning up; Summary; Chapter 5: World Space UI; A reusable default canvas; The visor HUD; The reticle cursor; The windshield HUD; The game element UI; The info bubble; An in-game dashboard with input events; Creating a dashboard with buttons; Linking the water hose to the buttons; Activating buttons from the script; Look to highlight a button; Looking and then clicking to select; Looking and staring to select. | |
505 | 8 | |a A responsive object UI with head gesturesUsing the head position; Using head gestures; Summary; Chapter 6: First-person Character; Understanding the Unity characters; Unity components; The Camera component; The Rigidbody component; The Character Controller component; Unity Standard Assets; ThirdPersonController; AIThirdPersonController; FirstPersonController; RigidBodyFPSController; Making a first person; Move in the direction you're looking; Keep your feet on the ground; Don't pass through solid objects; Don't fall off the edge of the world. | |
520 | |a If you are a non-programmer unfamiliar with 3D computer graphics, or experienced in both but new to virtual reality, and are interested in building your own VR games or applications then this book is for you. Any experience in Unity is an advantage. Learn the basic principles of virtual reality applications and get to know how they differ from games and desktop apps. Build various types of VR experiences, including diorama, first-person characters, riding on rails, 360 degree projections, and social VR. | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
630 | 0 | 0 | |a Unity (Electronic resource) |
630 | 0 | 7 | |a Unity (Electronic resource) |2 fast |0 (OCoLC)fst01795070 |
650 | 0 | |a Computer simulation. | |
650 | 0 | |a Virtual reality. | |
650 | 0 | |a Digital computer simulation. | |
650 | 6 | |a Simulation par ordinateur. | |
650 | 6 | |a Réalité virtuelle. | |
650 | 7 | |a simulation. |2 aat | |
650 | 7 | |a virtual reality. |2 aat | |
650 | 7 | |a SCIENCE |x System Theory. |2 bisacsh | |
650 | 7 | |a TECHNOLOGY & ENGINEERING |x Operations Research. |2 bisacsh | |
650 | 7 | |a Digital computer simulation. |2 fast |0 (OCoLC)fst00893651 | |
650 | 7 | |a Computer simulation. |2 fast |0 (OCoLC)fst00872518 | |
650 | 7 | |a Virtual reality. |2 fast |0 (OCoLC)fst01167688 | |
776 | 0 | 8 | |i Print version: |a Linowes, Jonathan. |t Unity Virtual Reality Projects. |d Birmingham : Packt Publishing Ltd, ©2015 |z 9781783988556 |
830 | 0 | |a Community experience distilled. | |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1059275 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781783988556/?ar |z Texto completo |
938 | |a Internet Archive |b INAR |n unityvirtualreal0000lino | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL4191240 | ||
938 | |a EBSCOhost |b EBSC |n 1059275 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis32509662 | ||
938 | |a YBP Library Services |b YANK |n 12596699 | ||
994 | |a 92 |b IZTAP |