View Single Post
  #5  
Old 02-09-2006, 11:34 AM
Geoffrey Geoffrey is offline
Member
 
Join Date: Feb 2006
Posts: 8
First of all,
thank you for replying that quickly,

what I try to do :

A user will navigate (with a joystick) in a virtual room.
I need to know what he is looking at, an when he is looking at it.

I will get (real-time) data from a pc with an eye tracker.
this data consists of 2D coordinates.

I want to check which object is under those 2D coordinates.
And I want to write this to a file.

I also want to know when, which items are visible for the user.

I dont know yet how the data will need to be saved, but one thing is sure :
I need to be able to know which objects are on the screen and
Which object is under the 2D coordinate at particular time.

this should be written in a file to do datamanipulation with later on.

thank you,
geoffrey.
Reply With Quote