comparison org/util.org @ 28:122f12f81dc1

going to work on util.org now
author Robert McIntyre <rlm@mit.edu>
date Mon, 24 Oct 2011 07:36:04 -0700
parents bbffa41a12a9
children 6372c108c5c6
comparison
equal deleted inserted replaced
27:9ad188a327d3 28:122f12f81dc1
5 #+SETUPFILE: ../../aurellem/org/setup.org 5 #+SETUPFILE: ../../aurellem/org/setup.org
6 #+INCLUDE: ../../aurellem/org/level-0.org 6 #+INCLUDE: ../../aurellem/org/level-0.org
7 #+babel: :mkdirp yes :noweb yes :exports both 7 #+babel: :mkdirp yes :noweb yes :exports both
8 8
9 ** Imports 9 ** Imports
10
10 jMonkeyEngine has a plethora of classes which can be overwhelming at 11 jMonkeyEngine has a plethora of classes which can be overwhelming at
11 first. So that I one can get right to coding, it's good to take the 12 first. So that I one can get right to coding, it's good to take the
12 time right now and make a "import all" function which brings in all of 13 time right now and make a "import all" function which brings in all of
13 the important jme3 classes. Once I'm happy with the general structure 14 the important jme3 classes. Once I'm happy with the general structure
14 of a namespace I can deal with importing only the classes it actually 15 of a namespace I can deal with importing only the classes it actually