Coding error is apparent by inspection. In cube.h, cube_vbos_ should be
declared with array length 3, not 2. As it is, eye_ is being clobbered.
Look at cube.cc in the Cube::Draw() method. It references the array cube_vbos_
at positions 0, 1, and 2.
Original issue reported on code.google.com by gasbe...@gmail.com on 6 Sep 2010 at 6:35
Original issue reported on code.google.com by
gasbe...@gmail.com
on 6 Sep 2010 at 6:35