This site has been permanently archived. The content on this site was last updated in 2019.
Eye.Type
Stay organized with collections
Save and categorize content based on your preferences.
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. |
Inherited Methods
From class
java.lang.Object
boolean
|
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
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
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`Eye.Type` defines constants to identify the current eye type for rendering."],["It includes constants for `LEFT`, `MONOCULAR`, and `RIGHT` eye types."],["These constants are used in stereo and monocular rendering to specify which eye is being rendered."],["`Eye.Type` is an abstract class and provides a public constructor."]]],[]]