-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmrx-physical-therapy.html
126 lines (105 loc) · 4.03 KB
/
mrx-physical-therapy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE HTML>
<!--
ZeroFour by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>EricMendenhall - Physical Therapy</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="right-sidebar is-preload">
<div id="page-wrapper">
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="wrapper style2">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-8 col-12-medium">
<div id="content">
<!-- Content -->
<a href="/index.html"><img src="images/back.png" /></a>
<article>
<header class="major">
<h2>Mixed Reality eXplorer: </br><font color="#ffa000">Physical Therapy Project</font></h2>
<p>MIXED-REALITY EXERCISE FOR PATIENTS</p>
</header>
<span class="image featured"><img src="images/physical-therapy-project-test.png"/></span>
<a href="https://icodesolutions.com/mixed-reality-explorer" class="button icon solid fa-info-circle">Find out more</a>
<h3>Project</h3>
The clients wanted to use virtual and augmented reality to assist their patients properly perform
their physical therapy exercises as well as a way to track when patients have discomfort to better
determine cause and correct. Solution incorporated metrics that could be presented to client from
the patient, as well as a way to highlight points in an exercise where discomfort occured.
<h3>Takeaway</h3>
Ergonomics and the field of view of headsets were big factors in this project.
It was determined that some physical therapy desirables would require a headset with a wider field of view
while others would be fine with current hardware.
</article>
</div>
</div>
<div class="col-4 col-12-medium">
<div id="sidebar">
<!-- Sidebar -->
<section>
<header class="major">
<h2>Technologies</h2>
</header>
<ul class="style2">
<li>
<img src="images/Unity.png" title="Unity Game Engine" />
</li>
<li>
<img src="images/Mira.png" title="Mira Prism Headset" />
<img src="images/Oculus.png" title="Oculus Rift Headset" />
<img src="images/ViewMaster.png" title="Mattel View-Master VR Headset" />
</li>
</ul>
</section>
<section>
<header class="major">
<h2>I Learned / Used</h2>
</header>
<ul class="style2">
<li><strong>Platforms</strong></li>
<li>• Mira (Prism) headset</li>
<li>• Oculus (DK2 / Rift S) headset</li>
<li>• Mattel View-Master headset</li>
<li>• iOS</li>
<li>• Xcode</li>
</br>
<li><strong>Frameworks / Languages</strong></li>
<li>• C#</li>
<li>• .NET</li>
</br>
<li><strong>Development Tools</strong></li>
<li>• Unity</li>
<li>• Photoshop</li>
</br>
<li><strong>Miscellaneous</strong></li>
<li>• User Interface (UI) design</li>
<li>• User Experience (UX) design</li>
<li>• Audio</li>
</ul>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>