File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ public class OpenSeeData {
4141 public float rightEyeOpen ;
4242 [ Tooltip ( "This field tells you how likely it is that the left eye is open." ) ]
4343 public float leftEyeOpen ;
44- [ Tooltip ( "This field tells you how likely it is that the right eye is open ." ) ]
44+ [ Tooltip ( "This field contains the rotation of the right eyeball ." ) ]
4545 public Quaternion rightGaze ;
46- [ Tooltip ( "This field tells you how likely it is that the left eye is open ." ) ]
46+ [ Tooltip ( "This field contains the rotation of the left eyeball ." ) ]
4747 public Quaternion leftGaze ;
4848 [ Tooltip ( "This field tells you if 3D points have been successfully estimated from the 2D points. If this is false, do not rely on pose or 3D data." ) ]
4949 public bool got3DPoints ;
You can’t perform that action at this time.
0 commit comments