From 5dfb0b79a9b8af843c2982ebf2491a8765b5b3f8 Mon Sep 17 00:00:00 2001 From: Chris Midkiff Date: Mon, 22 Jun 2020 09:51:49 -0400 Subject: [PATCH] Update 'README.txt' --- README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.txt b/README.txt index 5db8077..3f5f2a8 100644 --- a/README.txt +++ b/README.txt @@ -10,6 +10,11 @@ Collision: As you may or may not have noticed there are two different collision systems in this codebase for clicking on circles. This may seem a bit overkill. This is because the way Google Cardboard and Oculus handle collision is entirely different. If you are adding a different device to this study/code base. I would highly recommend downloading whatever sample program the SDK for your device gives you and just looking at how it is handling collision/input. That should give you enough ammunition to add your own scenes in the style of the Experiment and Home scenes I have here. +Instructions: +You will need the following things: + + + Future Plans Create (web?) UI for the experimenter so they don't have to change the code