# HG changeset patch # User Robert McIntyre # Date 1425319456 28800 # Node ID 819968c8a39196a99c71e4d88735f44a7cef94fa # Parent 9647f01682876416d09693eded1b27e0586e3c31 minor corrections. diff -r 9647f0168287 -r 819968c8a391 org/setup.org --- a/org/setup.org Tue Jul 15 02:46:00 2014 -0400 +++ b/org/setup.org Mon Mar 02 10:04:16 2015 -0800 @@ -55,9 +55,9 @@ The java classpath should have all the jars from the jMonkeyEngine directory. -For example, here is the file I use to run my REPL for clojure. +# For example, here is the file I use to run my REPL for clojure. -#+include: "/home/r/bin/swank-all" src perl :exports code +# #+include: "/home/r/bin/swank-all" src perl :exports code diff -r 9647f0168287 -r 819968c8a391 org/vision.org --- a/org/vision.org Tue Jul 15 02:46:00 2014 -0400 +++ b/org/vision.org Mon Mar 02 10:04:16 2015 -0800 @@ -27,7 +27,7 @@ ** =ViewPorts=, =SceneProcessors=, and the =RenderManager=. # =ViewPorts= are cameras; =RenderManger= takes snapshots each frame. -#* A Brief Description of jMonkeyEngine's Rendering Pipeline +# * A Brief Description of jMonkeyEngine's Rendering Pipeline jMonkeyEngine allows you to create a =ViewPort=, which represents a view of the simulated world. You can create as many of these as you