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