Mercurial > cortex
changeset 571:819968c8a391
minor corrections.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 02 Mar 2015 10:04:16 -0800 |
parents | 9647f0168287 |
children | 202c6d19acad |
files | org/setup.org org/vision.org |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/setup.org Tue Jul 15 02:46:00 2014 -0400 1.2 +++ b/org/setup.org Mon Mar 02 10:04:16 2015 -0800 1.3 @@ -55,9 +55,9 @@ 1.4 The java classpath should have all the jars from the jMonkeyEngine 1.5 directory. 1.6 1.7 -For example, here is the file I use to run my REPL for clojure. 1.8 +# For example, here is the file I use to run my REPL for clojure. 1.9 1.10 -#+include: "/home/r/bin/swank-all" src perl :exports code 1.11 +# #+include: "/home/r/bin/swank-all" src perl :exports code 1.12 1.13 1.14
2.1 --- a/org/vision.org Tue Jul 15 02:46:00 2014 -0400 2.2 +++ b/org/vision.org Mon Mar 02 10:04:16 2015 -0800 2.3 @@ -27,7 +27,7 @@ 2.4 2.5 ** =ViewPorts=, =SceneProcessors=, and the =RenderManager=. 2.6 # =ViewPorts= are cameras; =RenderManger= takes snapshots each frame. 2.7 -#* A Brief Description of jMonkeyEngine's Rendering Pipeline 2.8 +# * A Brief Description of jMonkeyEngine's Rendering Pipeline 2.9 2.10 jMonkeyEngine allows you to create a =ViewPort=, which represents a 2.11 view of the simulated world. You can create as many of these as you