Kalwang / beginning-android-games

Automatically exported from code.google.com/p/beginning-android-games
0 stars 0 forks source link

[Chapter 7] typo in book #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Page: 332

in present()
gl.glRotatef() and gl.glScalef() are introduced before you talk about them in 
the source code.

The output will look different than the picture on the following page (page 
333).

Original issue reported on code.google.com by jmrot...@gmail.com on 20 May 2011 at 10:20

GoogleCodeExporter commented 9 years ago
Thanks, I noted that my example was wrong because of this.

Also, my "bobs" in this example are bouncing just off the top of the screen as 
well and I haven't worked out why. I tried copying the source from the SVN 
repository and the problem is still there (even after commenting out the two 
lines you posted above).

Original comment by lma...@gmail.com on 22 May 2011 at 2:23

GoogleCodeExporter commented 9 years ago

Original comment by badlogicgames on 24 Aug 2011 at 4:03

GoogleCodeExporter commented 9 years ago
Fixed in second revision!

Original comment by badlogicgames on 6 Sep 2011 at 1:58