Exemplo n.º 1
0
 /// The transformation from head to eye.
 public Pose3D EyePose(Eye eye)
 {
     return(device.GetEyePose(eye));
 }
Exemplo n.º 2
0
 /// The transformation from head to eye.
 public Pose3D EyePose(Eye eye)
 {
     return(device.GetEyePose((GvrViewerInternal.Eye)eye));
 }