/// 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)); }