
Google cardBoard
鎏嫣宫守护
不能安逸的日子
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Google cardBoard Android API (二):CardboardDeviceParams
public class CardboardDeviceParams Defines the physical parameters of a Cardboard-compatible device. The model assumes the following for any Cardboard device: Lenses are parallel to t原创 2016-03-21 14:41:09 · 1438 阅读 · 0 评论 -
Google cardBoard Android API (十七):Enums--CardboardDeviceParams.VerticalAlignmentType
CardboardDeviceParams.VerticalAlignmentType public static final enum CardboardDeviceParams.VerticalAlignmentType Enum indicating the strategy for aligning the phone display verti原创 2016-03-21 15:35:13 · 714 阅读 · 0 评论 -
Google cardBoard Android API (十六):两个接口中的CardboardView.StereoRenderer
CardboardView.StereoRenderer public static interface CardboardView.StereoRenderer Interface for renderers that delegate all stereoscopic rendering details to the view. Impleme原创 2016-03-21 15:33:02 · 1091 阅读 · 0 评论 -
Google cardBoard Android API (十五):两个接口中的CardboardView.Renderer
CardboardView.Renderer public static interface CardboardView.Renderer Interface for renderers who need to handle all the stereo rendering details by themselves. Public Met原创 2016-03-21 15:31:32 · 1145 阅读 · 0 评论 -
Google cardBoard Android API (十四):ViewPort
Viewport public class Viewport Defines a viewport rectangle. Fields public int height public int width public int x原创 2016-03-21 15:27:55 · 507 阅读 · 0 评论 -
Google cardBoard Android API (十三):ScreenParams
ScreenParams public class ScreenParams Defines the physical parameters of a screen to be used with a Cardboard-compatible device. Public Constructors ScreenParams(D原创 2016-03-21 15:25:20 · 903 阅读 · 0 评论 -
Google cardBoard Android API (十二):HeadTransform
public class HeadTransform Describes the head transform independently of any eye parameters. Public Constructors HeadTransform() Public Methods voi原创 2016-03-21 15:23:12 · 848 阅读 · 0 评论 -
Google cardBoard Android API (十一):HeadMountedDisplayManager
public class HeadMountedDisplayManager Manages the initialization, updates and access to a HeadMountedDisplay. It initializes a HeadMountedDisplay using configuration files potentially原创 2016-03-21 15:20:38 · 518 阅读 · 0 评论 -
Google cardBoard Android API (十):HeadMountedDisplay
public class HeadMountedDisplay Encapsulates the parameters describing a head mounted stereoscopic display device composed of a screen and a Cardboard-compatible device holding it. Ins原创 2016-03-21 15:18:33 · 648 阅读 · 0 评论 -
Google cardBoard Android API (九):FieldOfView
public class FieldOfView Encapsulates a field of view composed of 4 half angles (left, right, bottom, top) as would be passed to glFrustum. Public Constructors FieldOfView原创 2016-03-21 15:16:19 · 555 阅读 · 0 评论 -
Google cardBoard Android API (八):Eye.Type
public static abstract class Eye.Type Defines the constants identifying the current eye type. Constants int LEFT The left eye in stereo rendering. in原创 2016-03-21 15:13:56 · 471 阅读 · 0 评论 -
Google cardBoard Android API (七):Eye
public class Eye Describes the stereoscopic rendering details of an eye. Nested Classes class Eye.Type Defines the constants identifying the current eye type.原创 2016-03-21 15:08:15 · 890 阅读 · 0 评论 -
Google cardBoard Android API (六):DistortionRenderer
public class DistortionRenderer Encapsulates the rendering operations to correct lens distortion. This class is not thread-safe. For performance reasons, exposed public methods in this c原创 2016-03-21 15:04:55 · 785 阅读 · 0 评论 -
Google cardBoard Android API (五):Distortion
public class Distortion Defines all required parameters to correct the distortion caused by the lenses. Public Constructors Distortion() Distortion(Distortion oth原创 2016-03-21 15:00:58 · 1026 阅读 · 0 评论 -
Google cardBoard Android API (四):Constants
public class Constants Static class containing useful constants. Constants String CARDBOARD_CATEGORY Apps that use vrtoolkit should include this category (a原创 2016-03-21 14:55:37 · 653 阅读 · 0 评论 -
Google cardBoard Android API (三):CardboardView
public class CardboardView Convenience extension of GLSurfaceView that can be used for VR rendering. Designed to work in full screen mode with a landscape or reverse landscape orientatio原创 2016-03-21 14:52:31 · 1609 阅读 · 0 评论 -
Google cardBoard Android API (一):CardboardActivity
Google 官方文档API :CardboardActivity public class CardboardActivity Base activity that provides easy integration with Cardboard devices. Exposes events to interact with Cardboards and hand原创 2016-03-21 14:33:42 · 1895 阅读 · 0 评论 -
Google cardBoard Android的两个jar包,以及Demo
在Github中: https://github.com/googlesamples/cardboard-java 或者:http://download.youkuaiyun.com/detail/qq_32067045/9468219 中下载原创 2016-03-21 15:46:06 · 1493 阅读 · 0 评论