Page Summary
-
BufferViewport.Reprojectionis an abstract class defining types of asynchronous reprojection in VR. -
It offers two constants:
FULLfor full reprojection andNONEfor no reprojection. -
A public constructor
BufferViewport.Reprojection()is available for creating instances. -
This class inherits methods from
java.lang.Objectfor basic object functionalities likeequals,hashCode, andtoString.
public static abstract class
BufferViewport.Reprojection
Types of asynchronous reprojection.
Constants
| int | FULL | Reproject in all dimensions. |
| int | NONE | Do not reproject. |
Public Constructors
Inherited Methods
Constants
public static final int FULL
Reproject in all dimensions.
Constant Value:
1
public static final int NONE
Do not reproject.
Constant Value:
0