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. Public Constructors Inherited Methods From class java.lang.Object boolean final Class<?>getClass()
inthashCode()
final voidnotify()
final voidnotifyAll()
StringtoString()
final voidwait(long arg0, int arg1)
final voidwait(long arg0)
final voidwait()
Constants public static final int LEFTThe left eye in stereo rendering.
Constant Value: 1
public static final int MONOCULARSingle eye in monocular rendering.
Constant Value: 0
public static final int RIGHTThe right eye in stereo rendering.
Constant Value: 2
Public ConstructorsAll 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."]]],["`Eye.Type` defines constants for identifying eye types in rendering. The constants are `LEFT` (value 1) for the left eye in stereo rendering, `MONOCULAR` (value 0) for single eye in monocular rendering, and `RIGHT` (value 2) for the right eye in stereo rendering. The class includes a public constructor `Eye.Type()` and inherits several methods from `java.lang.Object`, like `equals`, `getClass`, `hashCode`, `toString`, and `wait`.\n"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4