Getting Started with React VR. (Record no. 2823060)

MARC details
000 -LEADER
fixed length control field 08524cam a2200649Ma 4500
001 - CONTROL NUMBER
control field on1014379087
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220712064017.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr |n|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 171208s2017 xx o 000 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency IDEBK
Language of cataloging eng
Description conventions pn
Transcribing agency IDEBK
Modifying agency EBLCP
-- YDX
-- NLE
-- MERUC
-- UIU
-- OCLCO
-- OCLCF
-- IDB
-- COO
-- N$T
-- OCLCQ
-- OCLCO
-- UOK
-- OCLCQ
-- WYU
-- LVT
-- C6I
-- VT2
-- OCLCQ
-- OCLCO
019 ## -
-- 1013965035
-- 1019733613
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1788473779
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781788473774
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781788476607
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 1788476603
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000061486256
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000067097208
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000981665
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 507496426
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)1014379087
Canceled/invalid control number (OCoLC)1013965035
-- (OCoLC)1019733613
037 ## - SOURCE OF ACQUISITION
Stock number 1054079
Source of stock number/acquisition MIL
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number T55.4-60.8
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 000000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 006.8
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Gwinner, John.
9 (RLIN) 1180425
245 10 - TITLE STATEMENT
Title Getting Started with React VR.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Name of publisher, distributor, etc Packt Publishing,
Date of publication, distribution, etc 2017.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
588 0# -
-- Print version record.
520 ## - SUMMARY, ETC.
Summary, etc Create amazing 360 and virtual reality content that runs directly in your browsers with JavaScript and React VR 2.0 About This Book A practical guide to developing virtual reality experiences targeting web and mobile browsers Create customized 3D graphics for your virtual reality experiences with Three.js Explore the ReactVR library to create objects that seem real and see how they move in the Virtual world Import free models into VR and include those in your code Who This Book Is For This book is for web developers who want to use their existing skill set of HTML, CSS, and JavaScript to create virtual reality experiences. What You Will Learn Use Blender 2.79 to make virtual reality objects for Web VR. Import free models into VR and how to include those in your code Build a Virtual Museum with interactive art pieces Create your first VR App and customizing it Build animations by procedurally changing an object's position, using timers and Animated APIs Incorporate React Native code and JavaScript code in your VR world In Detail This book takes you on a journey to create intuitive and interactive Virtual Reality experiences by creating your first VR application using React VR 2.0.0. It starts by getting you up to speed with Virtual Reality (VR) and React VR components. It teaches you what Virtual Reality (VR) really is, why it works, how to describe 3D objects, the installation of Node.js (version 9.2.0) and WebVR browser. You will learn 3D polygon modeling, texturing, animating virtual objects and adding sound to your VR world. You will also discover ways to extend React VR with new features and native Three.js. You will learn how to include existing high-performance web code into your VR app. This book will also take you through upgrading and publishing your app. By the end of this book, you'll have a deep knowledge of Virtual Reality and a full-fledged working VR app to add to your profile! Style and approach A step-by-step practical guide to help readers build their first VR application. Downloading the example code for this book. You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the code file.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover -- Copyright -- Credits -- About the Author -- Acknowledgements -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: What is Virtual Reality, Really? -- What Virtual Reality is and how it works -- Use of stereo and parallax in Virtual Reality -- Why does Virtual Reality work if it doesn't look 100% real? -- Other types of VR -- AR, XR, SR/FR -- History of VR -- User agency -- interacting with the world through controllers -- High-end controllers for PC, Mac, and Linux -- HTC Vive -- Oculus Rift -- Mobile VR -- Rendering hardware -- How to view VR? -- VR can be dangerous -- VR Headset options -- Types of headsets -- Mobile headsets -- PC, Mac, and Linux headsets -- Summary -- Chapter 2: Flatland and Beyond: VR Programming -- HTML and ways to move beyond the 2D internet -- Background of Node.js and JavaScript -- Making servers React -- Graphics libraries -- OpenGL and WebGL -- Installation of Node.js and React VR -- Installation of Node.js -- Post Node.js installation -- installing React VR -- Installation of a WebVR browser -- Summary -- Chapter 3: 3D or Reality in Dimensions Other than X and Y -- Beyond flatland -- 3D concepts -- Coordinates -- What about rotations? -- Points -- Vectors -- Transforms -- What about the matrix? -- Rendering -- Testing how it looks -- How rendering works -- Summary -- Chapter 4: The React VR Library -- JSX -- the syntax of React VR -- Differences between React VR and React -- Core Components -- VR Components -- Props -- State -- Events -- Layout and style -- The next level -- the details -- Stuff (objects, whether visible or not) -- Primitives -- Box -- Cylinder -- Plane -- Sphere -- Model -- CylindricalPanel -- VideoControl -- VrButton -- Lights -- Common light properties -- AmbientLight -- DirectionalLight -- PointLight -- SpotLight.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Multimedia -- sound and video -- Sound -- Video -- Cameras and viewing -- LiveEnvCamera -- View -- Summary -- Chapter 5: Your First VR App -- Moving beyond hello world -- our first VR world -- VR world design -- or, congrats, you are the new Astronomy Museum curator! -- Creating the base React VR components -- Creating the larger world -- background image -- Cluttering up the world -- adding our first VR components -- Lighting up the world -- Why did I have you paste in both a Plane and a Box? -- Got Class -- consolidating objects as new keywords -- Putting it all together -- Adding the pedestals -- Summary -- Chapter 6: Working with Poly and the Gon Family -- Polygons and why we like them -- Why doesn't VR use some of these techniques? -- What is a polygon? discussion of vertices, polygons, and edges -- Where to get 3D models -- Summary -- Chapter 7: Sitting Down with a (Virtual) Teapot -- The teapot in Blender -- Fixing the UV maps for the teapot -- Importing materials -- Fixing the deck plates -- The finished VR world -- Summary -- Chapter 8: Breath Life in Your World -- The Animated API -- Flying teapots -- Spinning once and forever -- The final code -- Sound -- Putting sound in our world -- Summary -- Chapter 9: Do It Yourself -- Native Modules and Three.js -- Native modules and views -- Making a three.js cube demo -- Making native code interact with React VR -- Summing up the code so far -- Something more visual -- Next steps -- Extending React VR -- Native Views -- Extending the language -- Summary -- Chapter 10: Bringing in the Real Live World -- Going to Mars (the initial world creation) -- Creating the initial world -- Jason and JSON -- Why JSON has nothing to do with React -- Finding the API -- All the way from Mars -- A better API from NASA -- Everyone needs a style(sheet) -- Building the image and status UI -- How (not to) to make people sick.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Application software
General subdivision Development.
9 (RLIN) 135854
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element JavaScript (Computer program language)
9 (RLIN) 119291
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Logiciels d'application
General subdivision Développement.
9 (RLIN) 877691
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element JavaScript (Langage de programmation)
9 (RLIN) 889198
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Web
-- General.
Source of heading or term bisacsh
9 (RLIN) 866356
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Web
-- Web Programming.
Source of heading or term bisacsh
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Programming Languages
-- JavaScript.
Source of heading or term bisacsh
9 (RLIN) 916597
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision General.
Source of heading or term bisacsh
9 (RLIN) 851405
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Application software
General subdivision Development.
Source of heading or term fast
-- (OCoLC)fst00811707
9 (RLIN) 135854
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element JavaScript (Computer program language)
Source of heading or term fast
-- (OCoLC)fst00982071
9 (RLIN) 119291
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1643011">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1643011</a>
938 ## -
-- ProQuest Ebook Central
-- EBLB
-- EBL5167287
938 ## -
-- EBSCOhost
-- EBSC
-- 1643011
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis39645399
938 ## -
-- YBP Library Services
-- YANK
-- 15024944
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 12/07/2022   12/07/2022 12/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library