# HG changeset patch # User Robert McIntyre # Date 1323909679 25200 # Node ID 6f1c86126d51dadd91a3c7f53d8bd5120bf0f6f2 # Parent a1e421d9c485191d8aba1577ae85619f8e5dab1b adding senses brainstoming list diff -r a1e421d9c485 -r 6f1c86126d51 org/body.org --- a/org/body.org Sun Dec 11 22:32:28 2011 -0700 +++ b/org/body.org Wed Dec 14 17:41:19 2011 -0700 @@ -5,8 +5,6 @@ #+SETUPFILE: ../../aurellem/org/setup.org #+INCLUDE: ../../aurellem/org/level-0.org - - * Proprioception #+name: proprioception #+begin_src clojure @@ -177,7 +175,7 @@ segmentB)) (defn eve-worm - "Create a worm body bound by invisible joint constraints." + "Create a worm-like body bound by invisible joint constraints." [] (let [segments (worm-segments 0.2 5 0.1 0.1)] (dorun (map (partial apply connect-at-midpoint) @@ -308,10 +306,6 @@ (joint-proprioception joint)))))))) #+end_src -#+results: test-body -: #'test.body/test-proprioception - - * COMMENT code-limbo #+begin_src clojure diff -r a1e421d9c485 -r 6f1c86126d51 org/sense-list.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org/sense-list.org Wed Dec 14 17:41:19 2011 -0700 @@ -0,0 +1,38 @@ +* Brainstorming different sensors and effectors. + + +Every sense that we have should have an effector that changes what +that sense (or others who have that sense) experiences. + + +* Classic Senses +| Sense | Effector | +|------------------------------+---------------------------------| +| Vision | Variable Coloration | +| Hearing | Speech | +| Proprioception | Movement | +| Smell/Taste (Chemoreception) | Pheremones | +| Touch | Movement / Controllable Texture | +| Acceleration | Movement | +| Balance (sense gravity) | Movement | +| | | + + +* New Senses/Effectors + +** Levitation +** Telekenesis + +** Symbol Sense + Where objects in the world can be queried for description / + symbols. + +** Symbol Marking + The ability to mark objects in the world with your own descriptions + and symbols. + +* Vision + Distinguish the polarization of light + Color + Movement +