This site has been permanently archived. The content on this site was last updated in 2019.
GvrCardboardHelpers
General Cardboard helper methods.
Summary
Public static functions
|
Recenter()
|
void
Manual recenter for Cardboard apps.
|
SetViewerProfile(String viewerProfileUri)
|
void
Set the Cardboard viewer params.
|
Public static functions
Recenter
void Recenter()
Manual recenter for Cardboard apps.
After recentering the camera's orientation will be given in the new recentered coordinate system.
Do not use for Daydream apps as controller based recentering is handled automatically by Google VR Services. GvrControllerInput::recentered for details.
SetViewerProfile
void SetViewerProfile(
String viewerProfileUri
)
Set the Cardboard viewer params.
Example URI for 2015 Cardboard Viewer V2: "http://google.com/cardboard/cfg?p=CgZHb29nbGUSEkNhcmRib2FyZCBJL08gMjAxNR0rGBU9JQHegj0qEAAASEIAAEhCAABIQgAASEJYADUpXA89OggeZnc-Ej6aPlAAYAM".
Details |
Parameters |
viewerProfileUri
|
The URI to a cardboard viewer profile.
|
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["`GvrCardboardHelpers` provides general helper methods for Cardboard applications."],["`Recenter()` enables manual recentering of the camera's orientation within Cardboard apps but should not be used for Daydream applications."],["`SetViewerProfile()` allows developers to configure Cardboard viewer parameters using a specific URI, such as the one provided for the 2015 Cardboard Viewer V2."]]],["The `GvrCardboardHelpers` class provides two core functions for Cardboard applications. `Recenter()` manually recalibrates the camera's orientation to a new coordinate system. `SetViewerProfile(String viewerProfileUri)` allows setting the parameters for a specific Cardboard viewer using a provided URI. `Recenter()` should not be used in Daydream apps, as recentering is handled by Google VR Services. The `viewerProfileUri` parameter specifies the configuration of the cardboard.\n"]]