comparison org/util.org @ 122:b591da250afc

fixed bug in test code.
author Robert McIntyre <rlm@mit.edu>
date Sun, 22 Jan 2012 04:53:58 -0700
parents 9d0fe7f54e14
children aaacf087504c
comparison
equal deleted inserted replaced
121:05e60a0ed043 122:b591da250afc
133 133
134 (defn speed-up 134 (defn speed-up
135 "Increase the dismally slow speed of the world's camera." 135 "Increase the dismally slow speed of the world's camera."
136 [world] 136 [world]
137 (.setMoveSpeed (.getFlyByCamera world) 137 (.setMoveSpeed (.getFlyByCamera world)
138 (float 100)) 138 (float 60))
139 (.setRotationSpeed (.getFlyByCamera world) 139 (.setRotationSpeed (.getFlyByCamera world)
140 (float 20)) 140 (float 3))
141 world) 141 world)
142 142
143 143
144 (defn no-logging 144 (defn no-logging
145 "Disable all of jMonkeyEngine's logging." 145 "Disable all of jMonkeyEngine's logging."