如何在 Unity 中创建 VR 360 照片查看器
How to create a VR 360 photo viewer in Unity
谁能指导我使用 Google VR (GVR) SDK 在 Unity 中创建 VR 照片查看器。谢谢
Unity 中的步骤:
- Add a new
Sphere
GameObject
.
- In your assets Create new
Material
-> change its albedo
texture with your 360 photo.
- Grab the
Material
and apply it to your Sphere
.
- Position the main
Camera
/Player
inside the Sphere
.
瞧
谁能指导我使用 Google VR (GVR) SDK 在 Unity 中创建 VR 照片查看器。谢谢
Unity 中的步骤:
- Add a new
Sphere
GameObject
.- In your assets Create new
Material
-> change itsalbedo
texture with your 360 photo.- Grab the
Material
and apply it to yourSphere
.- Position the main
Camera
/Player
inside theSphere
.
瞧