Mercurial > cortex
comparison org/integration.org @ 306:7e7f8d6d9ec5
massive spellchecking
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 18 Feb 2012 10:59:41 -0700 |
parents | 7e3938f40c52 |
children | 5d448182c807 |
comparison
equal
deleted
inserted
replaced
305:19c43ec6958d | 306:7e7f8d6d9ec5 |
---|---|
1 #+title: | 1 #+title: Integration |
2 #+author: Robert McIntyre | 2 #+author: Robert McIntyre |
3 #+email: rlm@mit.edu | 3 #+email: rlm@mit.edu |
4 #+description: | 4 #+description: |
5 #+keywords: simulation, jMonkeyEngine3, clojure | 5 #+keywords: simulation, jMonkeyEngine3, clojure |
6 #+SETUPFILE: ../../aurellem/org/setup.org | 6 #+SETUPFILE: ../../aurellem/org/setup.org |
101 :pinky-1-e]) | 101 :pinky-1-e]) |
102 | 102 |
103 (def full 9001) | 103 (def full 9001) |
104 | 104 |
105 | 105 |
106 ;; Coreography: | 106 ;; Choreography: |
107 | 107 |
108 ;; Let the hand fall palm-up | 108 ;; Let the hand fall palm-up |
109 | 109 |
110 ;; it curls its phalanges, starting with the pinky. | 110 ;; it curls its phalanges, starting with the pinky. |
111 | 111 |
115 ;; can be seen by the hand's eye. | 115 ;; can be seen by the hand's eye. |
116 | 116 |
117 ;; hand FORCEFULLY catapults the block so that it hits the camera. | 117 ;; hand FORCEFULLY catapults the block so that it hits the camera. |
118 | 118 |
119 | 119 |
120 ;; the systax here is [keyframe body-part force] | 120 ;; the syntax here is [keyframe body-part force] |
121 (def move-fingers | 121 (def move-fingers |
122 [[300 :pinky-3-f 50] | 122 [[300 :pinky-3-f 50] |
123 [320 :pinky-2-f 80] | 123 [320 :pinky-2-f 80] |
124 [340 :pinky-1-f 100] | 124 [340 :pinky-1-f 100] |
125 | 125 |
865 (.mult (.getPhysicsRotation control) | 865 (.mult (.getPhysicsRotation control) |
866 (Vector3f. 1 0 0)))))))) | 866 (Vector3f. 1 0 0)))))))) |
867 #+end_src | 867 #+end_src |
868 | 868 |
869 | 869 |
870 | |
870 * COMMENT generate source | 871 * COMMENT generate source |
871 #+begin_src clojure :tangle ../src/cortex/test/integration.clj | 872 #+begin_src clojure :tangle ../src/cortex/test/integration.clj |
872 <<integration>> | 873 <<integration>> |
873 <<integration-2>> | 874 <<integration-2>> |
874 #+end_src | 875 #+end_src |