Mercurial > cortex
changeset 43:117eb477d0a7
fix typo
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 04 Nov 2011 07:54:20 -0700 |
parents | ecafe87ffddc |
children | f3e33fd5f97d |
files | org/skin.org |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/skin.org Thu Nov 03 16:01:14 2011 -0700 1.2 +++ b/org/skin.org Fri Nov 04 07:54:20 2011 -0700 1.3 @@ -10,12 +10,12 @@ 1.4 * Touch 1.5 1.6 My creatures need to be able to feel their environments. The idea here 1.7 -is to thousands of small /touch receptors/ along the geometries which 1.8 -make up the creature's body. The number of touch receptors in a given 1.9 -area is determined by how complicated that area is, as determined by 1.10 -the total number of triangles in that region. This way, complicated 1.11 -regions like the hands/face, etc. get more touch receptors than 1.12 -simpler areas of the body. 1.13 +is to create thousands of small /touch receptors/ along the geometries 1.14 +which make up the creature's body. The number of touch receptors in a 1.15 +given area is determined by how complicated that area is, as 1.16 +determined by the total number of triangles in that region. This way, 1.17 +complicated regions like the hands/face, etc. get more touch receptors 1.18 +than simpler areas of the body. 1.19 1.20 #+srcname: skin-main 1.21 #+begin_src clojure