Enum ARVRInterface.Capabilities
enum Capabilities
: int { ... }
Enum members
Name | Description |
arvrAr
|
This interface supports AR (video background and real world tracking).
|
arvrExternal
|
This interface outputs to an external device. If the main viewport is used, the on screen output is an unmodified buffer of either the left or right eye (stretched if the viewport size is not changed to the same aspect ratio of getRenderTargetsize ). Using a separate viewport node frees up the main viewport for other purposes.
|
arvrMono
|
This interface can work with normal rendering output (non-HMD based AR).
|
arvrNone
|
No ARVR capabilities.
|
arvrStereo
|
This interface supports stereoscopic rendering.
|