API reference
API reference
Select your platform
No SDKs available
No versions available

OVRGridCube Class

Extends MonoBehaviour
Diagnostic display with a regular grid of cubes for visual testing of tracking and distortion.

Fields

GridKey : KeyCode
The key that toggles the grid of cubes.
Signature
KeyCode OVRGridCube.GridKey

Methods

SetOVRCameraController ( cameraController )
Sets the OVR camera controller.
Signature
void OVRGridCube.SetOVRCameraController(ref OVRCameraRig cameraController)
Parameters
cameraController: ref OVRCameraRig  Camera controller.
Returns
void