This site has been permanently archived. The content on this site was last updated in 2019.
BufferViewport.Reprojection
Stay organized with collections
Save and categorize content based on your preferences.
Types of asynchronous reprojection.
Constants
int |
FULL |
Reproject in all dimensions. |
int |
NONE |
Do not reproject. |
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
FULL
Reproject in all dimensions.
Constant Value:
1
public
static
final
int
NONE
Public Constructors
public
BufferViewport.Reprojection
()
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."],[[["`BufferViewport.Reprojection` is an abstract class defining types of asynchronous reprojection in VR."],["It offers two constants: `FULL` for full reprojection and `NONE` for no reprojection."],["A public constructor `BufferViewport.Reprojection()` is available for creating instances."],["This class inherits methods from `java.lang.Object` for basic object functionalities like `equals`, `hashCode`, and `toString`."]]],[]]