Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with React VR

You're reading from  Getting Started with React VR

Product type Book
Published in Nov 2017
Publisher Packt
ISBN-13 9781788476607
Pages 294 pages
Edition 1st Edition
Languages
Author (1):
John Gwinner John Gwinner
Profile icon John Gwinner
Toc

Table of Contents (20) Chapters close

Title Page
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
1. What is Virtual Reality, Really? 2. Flatland and Beyond: VR Programming 3. 3D or Reality in Dimensions Other than X and Y 4. The React VR Library 5. Your First VR App 6. Working with Poly and the Gon Family 7. Sitting Down with a (Virtual) Teapot 8. Breath Life in Your World 9. Do It Yourself – Native Modules and Three.js 10. Bringing in the Real Live World 11. Take a Walk on the Wild Side 12. Publishing Your App, and Where to Go from Here

Extending React VR — Native Views


You can also extend React VR itself with something called Native Views. The word view might make you think of a camera rendering, although the meaning, in this case, is a little different. Think of these more as new React VR objects that are native three.js. They are very useful. You could use the three.js code we just went through  to mix in raw three.js programming, but you have limited ability to use declarative programming that way. Is there a more React VR way to do this? You can do this through Native Views.

Extending the language

When you implement a Native View, you can control how properties and code interact with the rest of the runtime code. These injections will usually be visual, although you can inject sound as well. 

You can also implement new Native objects. The programming is similar to what we have done so far; you implement base properties, expose the new keyword to the runtime, and then code them as if they were part of the React VR language...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime