Google vr -Android SDK API-com.google.vr.sdk.base--overview

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. 
实用程序类使用VR-related特性,可能不是所有的Android版本可用
Constants Static class containing useful constants. 
静态类包含有用的常量
Distortion Defines all required parameters to correct the distortion caused by the lenses. 
正确定义了所有必需的参数造成的扭曲镜片。
DistortionRenderer Encapsulates the rendering operations to correct lens distortion. 
封装了渲染操作正确的透镜畸变。
Eye Describes the stereoscopic rendering details of an eye. 
描述了立体呈现的细节。
Eye.Type Defines the constants identifying the current eye type. 
定义常量确定当前的眼型
FieldOfView Encapsulates a field of view composed of 4 half angles (left, right, bottom, top) as would be passed to glFrustum. 
封装的视野由4半角(左,右,下,上)将传递给glFrustum
GvrActivity Base activity that provides easy integration with GVR headsets. 
activity基类 ,提供与GVR头盔轻松集成
GvrView A View that supports VR rendering. 
支持虚拟现实渲染的视图
GvrViewerParams Defines the physical parameters of a Google VR viewer. 
定义了一个谷歌VR的物理参数查看器
HeadMountedDisplay  -头盔显示 Encapsulates the parameters describing a head mounted stereoscopic display composed of a screen and a GVR-compatible viewer holding it. 
封装参数描述一个头盔组成的立体显示屏幕和GVR-compatible观众拿着它。

HeadMountedDisplayManager Manages the initialization, updates and access to a HeadMountedDisplay
管理类  初始化、更新和访问头盔显示。
HeadTransform Describes the head transform independently of any eye parameters. 
描述了独立于任何眼睛 头位移参数。
ScreenParams Defines the physical parameters of a screen to be used with a GVR-compatible viewer. 
定义了一个屏幕的物理参数与使用GVR-compatible查看器。
Viewport Defines a viewport rectangle. 
定义了一个视口矩形

Enums-枚举

GvrViewerParams.VerticalAlignmentType Enum indicating the strategy for aligning the phone display vertically with respect to center of the lenses. 
枚举指示战略调整电话显示垂直对镜片的中心

你可能感兴趣的:(VR)