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.
int  MONOCULAR   Single eye in monocular rendering.
int     RIHGT   The right eye in stereo rendering.

Public Constructors

Type()

Inherited Methods

Constants

public static final int LEFT

The left eye in stereo rendering.

Constant Value:  1

public static final int MONOCULAR

Single eye in monocular rendering.

Constant Value:  0

public static final int RIGHT

The right eye in stereo rendering.

Constant Value:  2

Public Constructors

public Type ()

MONOCULAR
MONOCULAR

你可能感兴趣的:(Google cardBoard Android API (八):Eye.Type)