Page 1 of 1

How to move a cube unity whit THEEYETRIBE

PostPosted: 25 Sep 2014, 04:49
by liming0051217
I'm a student in Hong Kong. Our group try to use the eyetribe to create a game.
We had seen the sample game "tet-unity-gazecam". However, we did not know how to get the point on the eye.
Also, there are too many location I did not know, such as GazeDataValidator, Eye.
I'm sorry that to ask how to get the eye position and how to make a cube to follow the eye's location?
(PS : I'm sorry about my weakness English)

Re: How to move a cube unity whit THEEYETRIBE

PostPosted: 01 Oct 2014, 17:01
by Anders
Hi

Have a look at the update() method in this script. That contains all you need to be able to interact with a Collider in Unity.

Also, I advice you to have a closer look at the API doc.

BR,
Anders