vilonlab / dot-chaser

Built with Unity. An observational experiment investigating the retinotopic flow patterns generated by visual search + ground fixations during locomotion.
GNU General Public License v3.0
0 stars 0 forks source link

Set up Dot & its Logic (Scripts) #5

Open trentwirth opened 4 months ago

trentwirth commented 4 months ago

Dot is just a White Sphere that sits on (in?) the ground plane.

Technically blocked by #2 and #3

Dot logic:

trentwirth commented 1 month ago

connected to issue #9 , we will record Dot position and set up its behavior in a Dot Class.

Could be one big Dot Class with a DotBehavior and DotDataWriter methods, or we could have separate DotBehavior.cs and DotDataWriter.cs scripts that are both meant to function when attached to the 3D Sphere.

Desired Dot Behaviors:

Desired Dot Data Writer