Mercurial > cortex
comparison org/cover.html @ 305:19c43ec6958d
modified cover letter, wonston-letter, and began uploading files to youtube for backup
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 18 Feb 2012 10:28:14 -0700 |
parents | 35d9e7d04d87 |
children | 5d448182c807 |
comparison
equal
deleted
inserted
replaced
304:2dfebf71053c | 305:19c43ec6958d |
---|---|
33 <h1>Sensate Creatures in a Virtual Environment</h1> | 33 <h1>Sensate Creatures in a Virtual Environment</h1> |
34 <author>Robert McIntyre</author> | 34 <author>Robert McIntyre</author> |
35 <br><br> | 35 <br><br> |
36 | 36 |
37 <p> | 37 <p> |
38 The purpose of this project is to create a framework for sensate | |
39 creatures in a virtual environment. This approach is advantageous | |
40 because of timing. | |
41 | 38 |
42 You can see a showcase of each sense below, as well as a short article | 39 <video controls="controls" width="755"> |
43 explaining how I implemented it. | 40 <source src="../video/hand.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> |
41 </video> | |
44 | 42 |
45 <h2>Vision</h2> | 43 Here are videos which showcase each of the senses shown in the video |
46 <a href="./vision.html">Read the article on implementing vision »</a> | 44 above, as well as links to full source and an article explaining how I |
45 implemented each of them. | |
46 | |
47 <h2>Physical Bodies</h2> | |
48 <a href="../html/body.html">Read the article on implementing physical bodies »</a> | |
47 <video controls="controls" width="755"> | 49 <video controls="controls" width="755"> |
48 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> | 50 <source src="../video/full-hand.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> |
49 </video> | 51 </video> |
50 | 52 |
51 <h2>Vision</h2> | 53 <h2>Vision</h2> |
52 <a href="./vision.html">Read the article on implementing vision »</a> | 54 <a href="../html/vision.html">Read the article on implementing vision »</a> |
53 <video controls="controls" width="755"> | 55 <video controls="controls" width="755"> |
54 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> | 56 <source src="../video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> |
55 </video> | 57 </video> |
56 | 58 |
57 <h2>Vision</h2> | 59 |
58 <a href="./vision.html">Read the article on implementing vision »</a> | 60 <h2>Hearing</h2> |
61 <a href="../html/hearing.html">Read the article on implementing hearing »</a> | |
59 <video controls="controls" width="755"> | 62 <video controls="controls" width="755"> |
60 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> | 63 <source src="../video/java-hearing-test.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> |
64 </video> | |
65 <video controls="controls" width="755"> | |
66 <source src="../video/worm-hearing.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> | |
61 </video> | 67 </video> |
62 | 68 |
63 <h2>Vision</h2> | 69 |
64 <a href="./vision.html">Read the article on implementing vision »</a> | 70 <h2>Touch</h2> |
71 <a href="../html/touch.html">Read the article on implementing touch »</a> | |
65 <video controls="controls" width="755"> | 72 <video controls="controls" width="755"> |
66 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> | 73 <source src="../video/basic-touch.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> |
74 </video> | |
75 <video controls="controls" width="755"> | |
76 <source src="../video/worm-touch.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> | |
67 </video> | 77 </video> |
68 | 78 |
69 <h2>Vision</h2> | 79 <h2>Proprioception</h2> |
70 <a href="./vision.html">Read the article on implementing vision »</a> | 80 <a href="../html/proprioception.html">Read the article on implementing proprioception »</a> |
71 <video controls="controls" width="755"> | 81 <video controls="controls" width="755"> |
72 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> | 82 <source src="../video/test-proprioception.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> |
73 </video> | 83 </video> |
74 | 84 |
75 <h2>Vision</h2> | 85 <h2>Movement</h2> |
76 <a href="./vision.html">Read the article on implementing vision »</a> | 86 <a href="../html/movement.html">Read the article on implementing muscles »</a> |
77 <video controls="controls" width="755"> | 87 <video controls="controls" width="755"> |
78 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> | 88 <source src="../video/worm-muscles.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> |
79 </video> | 89 </video> |
80 | |
81 | 90 |
82 </p> | 91 </p> |
83 | 92 |
84 </body> | 93 </body> |
85 </html> | 94 </html> |