- Cardboard VR Projects for Android
- Jonathan Linowes Matt Schoen
- 373字
- 2021-07-16 10:54:10
Chapter 3. Cardboard Box
Remember when you were a kid and happy to just play in a cardboard box? This project might even be more fun than that! Our first Cardboard project will be a simple scene with a box (a geometric cube), a triangle, and a bit of user interaction. Let's call it "CardboardBox." Get it?
Specifically, we're going to create a new project, build a simple app that just draws a triangle, then enhance the app to draw a shaded 3D cube, and illustrate some user interactions by highlighting the cube when you look at it.
In this chapter, you will be:
- Creating a new Cardboard project
- Adding a triangle object to the scene, including geometry, simple shaders, and render buffers
- Using a 3D camera, perspective, and head rotation
- Using model transformations
- Making and drawing a cube object
- Adding a light source and shading
- Spinning the cube
- Adding a floor
- Highlighting the object that the user is looking at
The project in this chapter is derived from an example application provided by the Google Cardboard team called Treasure Hunt. Originally, we considered instructing you to simply download Treasure Hunt, and we'd walk you through the code explaining how it works. Instead, we decided to build a similar project from scratch, explaining as we go along. This also mitigates the possibility that Google changes or even replaces that project after this book is published.
The source code for this project can be found on the Packt Publishing website and on GitHub at https://github.com/cardbookvr/cardboardbox (with each topic as a separate commit).
The Android SDK version is important to your finished app, but your desktop environment can also be set up in a number of ways. We mentioned earlier that we used Android Studio 2.1 to build the projects in this book. We also used the Java SDK Version 8 (1.8). It will be important for you to have this version installed (you can have many versions installed side by side) in order to import the projects. As with any development environment, any changes made to Java or Android Studio may "break" the import process in the future, but the actual source code should compile and run for many years to come.
- 數字道路技術架構與建設指南
- BeagleBone By Example
- 精選單片機設計與制作30例(第2版)
- scikit-learn:Machine Learning Simplified
- 筆記本電腦維修不是事兒(第2版)
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 筆記本電腦使用、維護與故障排除從入門到精通(第5版)
- Building 3D Models with modo 701
- Mastering Machine Learning on AWS
- 可編程邏輯器件項目開發設計
- USB應用開發寶典
- 計算機組裝與維護(慕課版)
- 創客電子:Arduino和Raspberry Pi智能制作項目精選
- 現代多媒體技術及應用
- 3D打印:Geomagic Design X5.1 逆向建模設計實用教程