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 RIGHT The right eye in stereo rendering.

Public Constructors

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 Eye.Type ()