Mercurial > cortex
comparison thesis/cortex.org @ 522:1e51263afdc0
moar changes.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 31 Mar 2014 09:21:28 -0400 |
parents | 2529c34caa1a |
children | 25f23cfd56ce |
comparison
equal
deleted
inserted
replaced
521:2529c34caa1a | 522:1e51263afdc0 |
---|---|
918 (.setLimit (float limit-xz) (float limit-xy) | 918 (.setLimit (float limit-xz) (float limit-xy) |
919 (float twist))))) | 919 (float twist))))) |
920 #+end_src | 920 #+end_src |
921 #+end_listing | 921 #+end_listing |
922 | 922 |
923 All that is left for joints it to combine the above pieces into a | 923 All that is left for joints is to combine the above pieces into |
924 something that can operate on the collection of nodes that a | 924 something that can operate on the collection of nodes that a |
925 blender file represents. | 925 blender file represents. |
926 | 926 |
927 #+caption: Program to completely create a joint given information | 927 #+caption: Program to completely create a joint given information |
928 #+caption: from a blender file. | 928 #+caption: from a blender file. |