Files
UnrealEngineUWP/Engine/Source/Developer
Jeff Fisher 8970d6da77 UE-62255 Google 6DOF Motion Controller Support
-Added support for 6DOF controller tracking on daydream.
-Project Settings->Android->Advanced APK Packaging->Configure GoogleVR to support specific hardware configurations-> Set to Daydream(6.6 DoF) to enable support for two 6dof controllers. A single 3dof controller is also supported by this configuration, as is a single 6dof controller.
-Currently the 3dof controller is detected only by noticing that the positions returned for all controllers are exactly 0,0,0 per Google reccomendation.  A future API should make it explicit when a controller is 3dof or 6dof.
-Currently we arbitrarily make the controller at index 0 the right and the one at 1 the left.  A future api should let us query for controller handedness.
#jira UE-62255
#review-4343105
#rb Ryan.Vance

[CL 4345353 by Jeff Fisher in Dev-VR branch]
2018-09-05 14:42:58 -04:00
..