Code for the foundation of the Google VR API.
Google VR API 的代码基础
Interfaces-接口
GvrView.Renderer | Interface for renderers who need to handle all the stereo rendering details by themselves.
界面渲染器需要处理所有的立体呈现细节。
|
GvrView.StereoRenderer | Interface for renderers that delegate all stereoscopic rendering details to the view.
界面渲染器,代表所有立体渲染细节视图
|
Classes-类
AndroidCompat | Utility class for using VR-related features that may not be available with all Android versions. |