Google cardBoard
鎏嫣宫守护
不能安逸的日子
展开
-
Google cardBoard Android API (二):CardboardDeviceParams
public class CardboardDeviceParamsDefines 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 · 1389 阅读 · 0 评论 -
Google cardBoard Android API (十七):Enums--CardboardDeviceParams.VerticalAlignmentType
CardboardDeviceParams.VerticalAlignmentTypepublic static final enum CardboardDeviceParams.VerticalAlignmentTypeEnum indicating the strategy for aligning the phone display verti原创 2016-03-21 15:35:13 · 688 阅读 · 0 评论 -
Google cardBoard Android API (十六):两个接口中的CardboardView.StereoRenderer
CardboardView.StereoRendererpublic static interface CardboardView.StereoRendererInterface for renderers that delegate all stereoscopic rendering details to the view.Impleme原创 2016-03-21 15:33:02 · 1053 阅读 · 0 评论 -
Google cardBoard Android API (十五):两个接口中的CardboardView.Renderer
CardboardView.Rendererpublic static interface CardboardView.RendererInterface for renderers who need to handle all the stereo rendering details by themselves.Public Met原创 2016-03-21 15:31:32 · 1117 阅读 · 0 评论 -
Google cardBoard Android API (十四):ViewPort
Viewportpublic class ViewportDefines a viewport rectangle.Fieldspublic int height public int width public intx原创 2016-03-21 15:27:55 · 479 阅读 · 0 评论 -
Google cardBoard Android API (十三):ScreenParams
ScreenParamspublic class ScreenParamsDefines the physical parameters of a screen to be used with a Cardboard-compatible device.Public ConstructorsScreenParams(D原创 2016-03-21 15:25:20 · 869 阅读 · 0 评论 -
Google cardBoard Android API (十二):HeadTransform
public class HeadTransformDescribes the head transform independently of any eye parameters.Public ConstructorsHeadTransform()Public Methodsvoi原创 2016-03-21 15:23:12 · 820 阅读 · 0 评论 -
Google cardBoard Android API (十一):HeadMountedDisplayManager
public class HeadMountedDisplayManagerManages the initialization, updates and access to a HeadMountedDisplay.It initializes a HeadMountedDisplay using configuration files potentially原创 2016-03-21 15:20:38 · 494 阅读 · 0 评论 -
Google cardBoard Android API (十):HeadMountedDisplay
public class HeadMountedDisplayEncapsulates 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 · 623 阅读 · 0 评论 -
Google cardBoard Android API (九):FieldOfView
public class FieldOfViewEncapsulates a field of view composed of 4 half angles (left, right, bottom, top) as would be passed to glFrustum.Public ConstructorsFieldOfView原创 2016-03-21 15:16:19 · 537 阅读 · 0 评论 -
Google cardBoard Android API (八):Eye.Type
public static abstract class Eye.TypeDefines the constants identifying the current eye type.Constantsint LEFT The left eye in stereo rendering.in原创 2016-03-21 15:13:56 · 445 阅读 · 0 评论 -
Google cardBoard Android API (七):Eye
public class EyeDescribes the stereoscopic rendering details of an eye.Nested Classesclass Eye.Type Defines the constants identifying the current eye type.原创 2016-03-21 15:08:15 · 870 阅读 · 0 评论 -
Google cardBoard Android API (六):DistortionRenderer
public class DistortionRendererEncapsulates 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 · 759 阅读 · 0 评论 -
Google cardBoard Android API (五):Distortion
public class DistortionDefines all required parameters to correct the distortion caused by the lenses.Public ConstructorsDistortion()Distortion(Distortion oth原创 2016-03-21 15:00:58 · 996 阅读 · 0 评论 -
Google cardBoard Android API (四):Constants
public class ConstantsStatic class containing useful constants.ConstantsString CARDBOARD_CATEGORY Apps that use vrtoolkit should include this category (a原创 2016-03-21 14:55:37 · 635 阅读 · 0 评论 -
Google cardBoard Android API (三):CardboardView
public class CardboardViewConvenience 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 · 1575 阅读 · 0 评论 -
Google cardBoard Android API (一):CardboardActivity
Google 官方文档API :CardboardActivitypublic class CardboardActivityBase activity that provides easy integration with Cardboard devices.Exposes events to interact with Cardboards and hand原创 2016-03-21 14:33:42 · 1870 阅读 · 0 评论 -
Google cardBoard Android的两个jar包,以及Demo
在Github中:https://github.com/googlesamples/cardboard-java或者:http://download.csdn.net/detail/qq_32067045/9468219 中下载原创 2016-03-21 15:46:06 · 1461 阅读 · 0 评论