diff org/test-creature.org @ 190:2902aca33c6e

added proprioception debug view.
author Robert McIntyre <rlm@mit.edu>
date Sat, 04 Feb 2012 10:26:11 -0700
parents facc2ef3fe5c
children 66fbab414d45
line wrap: on
line diff
     1.1 --- a/org/test-creature.org	Sat Feb 04 10:13:15 2012 -0700
     1.2 +++ b/org/test-creature.org	Sat Feb 04 10:26:11 2012 -0700
     1.3 @@ -145,7 +145,7 @@
     1.4          hearing-display (view-hearing)
     1.5  
     1.6          prop (proprioception! creature)
     1.7 -        prop-debug (proprioception-debug-window)
     1.8 +        prop-display (view-proprioception)
     1.9  
    1.10          muscle-fns (movement! creature)
    1.11  
    1.12 @@ -210,7 +210,7 @@
    1.13            ;;(dorun 
    1.14            ;; (map #(%1 %2) touch-nerves (repeat (.getRootNode world))))
    1.15            
    1.16 -          (prop-debug (prop))
    1.17 +          (prop-display (prop))
    1.18            
    1.19            (touch-display (map #(% (.getRootNode world)) touch))
    1.20