Skip to content

Commit abfedf0

Browse files
committed
Proofread vri01
1 parent 0ac3d2f commit abfedf0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

dszk/VRI01_all.ad

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When the illusion of being in virtual world is broken and the user realizes they
1818
Proprioception::
1919
Sensation of limb and body pose and motion. Derived from nerves in muscles, tendons, joints, etc. It's what allows us to touch our nose even with eyes closed. Can be leveraged in VR as, for example, users don't need to see the tools in their hands to use them.
2020
+
21-
Interactions done relative to the body's frame of references are _egocentric_; the users's body is in the world. The opposite, where the user manipulates the world outside of it, are _exocentric_ interactions.
21+
Interactions done relative to the body's frame of references are _egocentric_; the user's body is in the world. The opposite, where the user manipulates the world outside of it, are _exocentric_ interactions.
2222

2323
Gorilla arm::
2424
Arm fatigue caused by extended usage of gesture-based interfaces. Typically happens when the user must hold hands above waist for more than 10 seconds.
@@ -32,7 +32,7 @@ Generalized high-level interaction concept. Describes a common approach usable a
3232
--
3333
* Described from the user's point of view.
3434
* Largely implementation dependent.
35-
* Thinking about high-level concepts allows us to consider more design possibilities than if we locked ourselves down a technology-dependent technique.
35+
* Thinking about high-level concepts allows us to consider more design possibilities than if we locked ourselves down with a technology-dependent technique.
3636
* Not to be confused with software architecture patterns!
3737
--
3838

@@ -110,7 +110,7 @@ Gulf of evaluation::
110110
When we don't understand the results of an action.
111111

112112
Goal-driven behavior::
113-
The user themselves have initiated the interaction cycle by setting a goal for themselves.
113+
The user themself has initiated the interaction cycle by setting a goal for themselves.
114114

115115
Data-driven / event-driven behavior::
116116
Something happened in the world. The goal is _opportunistic_. It's less precise, less certain, but also requires less mental effort.
@@ -225,7 +225,7 @@ Seamless integration of various tasks and techniques provided by the application
225225
--
226226

227227
Object-action vs action-object::
228-
People prefer to first think about an object and then an action done upon/with the object.
228+
People prefer to first think about an object and then about the action done on/with the object.
229229
+
230230
--
231231
* In natural language, action-object is more common (e.g., "Pick up the book.")
@@ -356,7 +356,7 @@ Physical or virtual object that represents and maps directly to a remote object.
356356
--
357357
* Useful for remote manipulation or when the object or the user themself is scaled.
358358
* Can be difficult if there is no directional compliance (e.g., when there is a rotational offset between the proxy and the remote object).
359-
* Use tracked physical props for
359+
* Use tracked physical props for tactile feedback and realism.
360360
--
361361
+
362362
**_Techniques:_**
@@ -429,7 +429,7 @@ For example, let's say Ritgard was in VR. What would it be like?::
429429
* A floating/hand-held panel showing the actual conversation on GitHub.
430430
* Maybe some object-attached tools for changing properties of the conversion: status, assignees, labels.
431431
** "Tree shaking" for closing would be fun. Or maybe setting them on fire.
432-
* It could be intersting to play with a first-person view with a WIM vs a purely exocentric visualization.
432+
* It could be interesting to play with a first-person view with a WIM vs a purely exocentric visualization.
433433
* If the islands represented labels instead of ML-derived topics, the user could "replant" the trees to give them different labels.
434434

435435
====

0 commit comments

Comments
 (0)