├── 9781430265474.jpg ├── Chapter2Code.zip ├── Chapter3Code.zip ├── Chapter5Code.zip ├── Chapter6Code.zip ├── Chapter7Code.zip ├── Chapter8Code.zip ├── CodeChapter10 └── MainActivity │ ├── .classpath │ ├── .project │ ├── .settings │ └── org.eclipse.jdt.core.prefs │ ├── AndroidManifest.xml │ ├── bin │ ├── AndroidManifest.xml │ ├── GLHelloWorld.apk │ ├── MainActivity.apk │ ├── classes.dex │ ├── classes │ │ └── com │ │ │ └── robsexample │ │ │ └── glhelloworld │ │ │ ├── AIVehicleCommand.class │ │ │ ├── AIVehicleObjectsAffected.class │ │ │ ├── Ammunition.class │ │ │ ├── ArenaObject3d.class │ │ │ ├── ArenaObjectSet.class │ │ │ ├── BillBoard.class │ │ │ ├── BillBoardCharacterSet.class │ │ │ ├── BillBoardFont.class │ │ │ ├── BuildConfig.class │ │ │ ├── Camera.class │ │ │ ├── Cube.class │ │ │ ├── Driver.class │ │ │ ├── EntryMenuStates.class │ │ │ ├── FSMDriver.class │ │ │ ├── FSM_StatesTank.class │ │ │ ├── GamePlayController.class │ │ │ ├── GameState.class │ │ │ ├── GravityGridEx.class │ │ │ ├── HUD.class │ │ │ ├── HUDItem.class │ │ │ ├── HighScoreEntry.class │ │ │ ├── HighScoreEntryMenu.class │ │ │ ├── HighScoreTable.class │ │ │ ├── HorizontalSteeringValues.class │ │ │ ├── MainActivity.class │ │ │ ├── MainMenu.class │ │ │ ├── Material.class │ │ │ ├── MenuItem.class │ │ │ ├── MenuStates.class │ │ │ ├── Mesh.class │ │ │ ├── MeshEx.class │ │ │ ├── MeshType.class │ │ │ ├── MyGLRenderer.class │ │ │ ├── MyGLSurfaceView.class │ │ │ ├── Object3d.class │ │ │ ├── Orientation.class │ │ │ ├── Physics$CollisionStatus.class │ │ │ ├── Physics.class │ │ │ ├── PointLight.class │ │ │ ├── PolyParticleEx.class │ │ │ ├── PowerPyramid.class │ │ │ ├── Pyramid.class │ │ │ ├── Pyramid2.class │ │ │ ├── R$attr.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$layout.class │ │ │ ├── R$menu.class │ │ │ ├── R$raw.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── R.class │ │ │ ├── Route.class │ │ │ ├── Shader.class │ │ │ ├── Sound.class │ │ │ ├── SpeedSteeringValues.class │ │ │ ├── SphericalPolygonExplosion.class │ │ │ ├── StateTank.class │ │ │ ├── StateTankProcessCommand.class │ │ │ ├── StateTankSteerWayPoint.class │ │ │ ├── Stats.class │ │ │ ├── Steering.class │ │ │ ├── Tank.class │ │ │ ├── TankFleet.class │ │ │ ├── Texture.class │ │ │ ├── Vector3.class │ │ │ ├── VehicleCommand.class │ │ │ ├── VerticalSteeringValues.class │ │ │ └── Weapon.class │ ├── dexedLibs │ │ ├── android-support-v4-b50dc1cdf76a8d59a0e9bde429782e57.jar │ │ └── android-support-v4-fc6fa724205aa03d6df98923ae2336a2.jar │ ├── jarlist.cache │ ├── res │ │ ├── drawable-hdpi │ │ │ ├── background.png │ │ │ ├── backgroundentrymenu.png │ │ │ ├── blankhud.png │ │ │ ├── charset0.png │ │ │ ├── charset1.png │ │ │ ├── charset2.png │ │ │ ├── charset3.png │ │ │ ├── charset4.png │ │ │ ├── charset5.png │ │ │ ├── charset6.png │ │ │ ├── charset7.png │ │ │ ├── charset8.png │ │ │ ├── charset9.png │ │ │ ├── charseta.png │ │ │ ├── charsetb.png │ │ │ ├── charsetc.png │ │ │ ├── charsetcolon.png │ │ │ ├── charsetcomma.png │ │ │ ├── charsetd.png │ │ │ ├── charsetdot.png │ │ │ ├── charsete.png │ │ │ ├── charsetequals.png │ │ │ ├── charsetf.png │ │ │ ├── charsetg.png │ │ │ ├── charseth.png │ │ │ ├── charseti.png │ │ │ ├── charsetj.png │ │ │ ├── charsetk.png │ │ │ ├── charsetl.png │ │ │ ├── charsetleftparen.png │ │ │ ├── charsetm.png │ │ │ ├── charsetn.png │ │ │ ├── charseto.png │ │ │ ├── charsetp.png │ │ │ ├── charsetq.png │ │ │ ├── charsetr.png │ │ │ ├── charsetrightparen.png │ │ │ ├── charsets.png │ │ │ ├── charsetsemicolon.png │ │ │ ├── charsett.png │ │ │ ├── charsetu.png │ │ │ ├── charsetv.png │ │ │ ├── charsetw.png │ │ │ ├── charsetx.png │ │ │ ├── charsety.png │ │ │ ├── charsetz.png │ │ │ ├── continuegamebutton.png │ │ │ ├── copyright.png │ │ │ ├── enterbutton.png │ │ │ ├── gameover.png │ │ │ ├── health.png │ │ │ ├── highscoresbutton.png │ │ │ ├── hud.png │ │ │ ├── ic_launcher.png │ │ │ ├── newgamebutton.png │ │ │ ├── nextbutton.png │ │ │ ├── previousbutton.png │ │ │ ├── pyramid1.png │ │ │ ├── pyramid2.png │ │ │ └── ship1.png │ │ ├── drawable-ldpi │ │ │ └── ic_launcher.png │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ └── drawable-xhdpi │ │ │ └── ic_launcher.png │ └── resources.ap_ │ ├── gen │ └── com │ │ └── robsexample │ │ └── glhelloworld │ │ ├── BuildConfig.java │ │ └── R.java │ ├── ic_launcher-web.png │ ├── libs │ └── android-support-v4.jar │ ├── proguard-project.txt │ ├── project.properties │ ├── res │ ├── drawable-hdpi │ │ ├── Thumbs.db │ │ ├── background.png │ │ ├── backgroundentrymenu.png │ │ ├── blankhud.png │ │ ├── charset0.png │ │ ├── charset1.png │ │ ├── charset2.png │ │ ├── charset3.png │ │ ├── charset4.png │ │ ├── charset5.png │ │ ├── charset6.png │ │ ├── charset7.png │ │ ├── charset8.png │ │ ├── charset9.png │ │ ├── charseta.png │ │ ├── charsetb.png │ │ ├── charsetc.png │ │ ├── charsetcolon.png │ │ ├── charsetcomma.png │ │ ├── charsetd.png │ │ ├── charsetdot.png │ │ ├── charsete.png │ │ ├── charsetequals.png │ │ ├── charsetf.png │ │ ├── charsetg.png │ │ ├── charseth.png │ │ ├── charseti.png │ │ ├── charsetj.png │ │ ├── charsetk.png │ │ ├── charsetl.png │ │ ├── charsetleftparen.png │ │ ├── charsetm.png │ │ ├── charsetn.png │ │ ├── charseto.png │ │ ├── charsetp.png │ │ ├── charsetq.png │ │ ├── charsetr.png │ │ ├── charsetrightparen.png │ │ ├── charsets.png │ │ ├── charsetsemicolon.png │ │ ├── charsett.png │ │ ├── charsetu.png │ │ ├── charsetv.png │ │ ├── charsetw.png │ │ ├── charsetx.png │ │ ├── charsety.png │ │ ├── charsetz.png │ │ ├── continuegamebutton.png │ │ ├── copyright.png │ │ ├── enterbutton.png │ │ ├── gameover.png │ │ ├── health.png │ │ ├── highscoresbutton.png │ │ ├── hud.png │ │ ├── ic_launcher.png │ │ ├── newgamebutton.png │ │ ├── nextbutton.png │ │ ├── previousbutton.png │ │ ├── pyramid1.png │ │ ├── pyramid2.png │ │ └── ship1.png │ ├── drawable-ldpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── layout │ │ └── activity_main.xml │ ├── menu │ │ └── activity_main.xml │ ├── raw │ │ ├── clustoid.wav │ │ ├── explosion1.wav │ │ ├── explosion2.wav │ │ ├── explosion5.wav │ │ ├── fslocalaxis │ │ ├── fsonelight │ │ ├── fsonelightnodiffuse.txt │ │ ├── fsonelightnotexture.frag │ │ ├── playershoot2.wav │ │ ├── vsgrid │ │ ├── vsonelight.vert │ │ └── vsonelightnotexture.vert │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── strings.xml │ │ └── styles.xml │ └── src │ └── com │ └── robsexample │ └── glhelloworld │ ├── Ammunition.java │ ├── ArenaObject3d.java │ ├── ArenaObjectSet.java │ ├── BillBoard.java │ ├── BillBoardCharacterSet.java │ ├── BillBoardFont.java │ ├── Camera.java │ ├── Cube.java │ ├── Driver.java │ ├── FSMDriver.java │ ├── GamePlayController.java │ ├── GravityGridEx.java │ ├── HUD.java │ ├── HUDItem.java │ ├── HighScoreEntry.java │ ├── HighScoreEntryMenu.java │ ├── HighScoreTable.java │ ├── MainActivity.java │ ├── MainMenu.java │ ├── Material.java │ ├── MenuItem.java │ ├── Mesh.java │ ├── MeshEx.java │ ├── MyGLRenderer.java │ ├── Object3d.java │ ├── Orientation.java │ ├── Physics.java │ ├── PointLight.java │ ├── PolyParticleEx.java │ ├── PowerPyramid.java │ ├── Pyramid.java │ ├── Pyramid2.java │ ├── Route.java │ ├── Shader.java │ ├── Sound.java │ ├── SphericalPolygonExplosion.java │ ├── StateTank.java │ ├── StateTankProcessCommand.java │ ├── StateTankSteerWayPoint.java │ ├── Stats.java │ ├── Steering.java │ ├── Tank.java │ ├── TankFleet.java │ ├── Texture.java │ ├── Vector3.java │ ├── VehicleCommand.java │ └── Weapon.java ├── CodeChapter11 └── MainActivity │ ├── .classpath │ ├── .project │ ├── .settings │ └── org.eclipse.jdt.core.prefs │ ├── AndroidManifest.xml │ ├── bin │ ├── AndroidManifest.xml │ ├── GLHelloWorld.apk │ ├── MainActivity.apk │ ├── classes.dex │ ├── classes │ │ └── com │ │ │ └── robsexample │ │ │ └── glhelloworld │ │ │ ├── AIVehicleCommand.class │ │ │ ├── AIVehicleObjectsAffected.class │ │ │ ├── Ammunition.class │ │ │ ├── ArenaObject3d.class │ │ │ ├── ArenaObjectSet.class │ │ │ ├── BillBoard.class │ │ │ ├── BillBoardCharacterSet.class │ │ │ ├── BillBoardFont.class │ │ │ ├── BuildConfig.class │ │ │ ├── Camera.class │ │ │ ├── Cube.class │ │ │ ├── Driver.class │ │ │ ├── EntryMenuStates.class │ │ │ ├── FSMDriver.class │ │ │ ├── FSM_StatesTank.class │ │ │ ├── GamePlayController.class │ │ │ ├── GameState.class │ │ │ ├── GravityGridEx.class │ │ │ ├── HUD.class │ │ │ ├── HUDItem.class │ │ │ ├── HighScoreEntry.class │ │ │ ├── HighScoreEntryMenu.class │ │ │ ├── HighScoreTable.class │ │ │ ├── HorizontalSteeringValues.class │ │ │ ├── MainActivity.class │ │ │ ├── MainMenu.class │ │ │ ├── Material.class │ │ │ ├── MenuItem.class │ │ │ ├── MenuStates.class │ │ │ ├── Mesh.class │ │ │ ├── MeshEx.class │ │ │ ├── MeshType.class │ │ │ ├── MyGLRenderer.class │ │ │ ├── MyGLSurfaceView.class │ │ │ ├── Object3d.class │ │ │ ├── Orientation.class │ │ │ ├── Physics$CollisionStatus.class │ │ │ ├── Physics.class │ │ │ ├── PointLight.class │ │ │ ├── PolyParticleEx.class │ │ │ ├── PowerPyramid.class │ │ │ ├── Pyramid.class │ │ │ ├── Pyramid2.class │ │ │ ├── R$attr.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$layout.class │ │ │ ├── R$menu.class │ │ │ ├── R$raw.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── R.class │ │ │ ├── Route.class │ │ │ ├── Shader.class │ │ │ ├── Sound.class │ │ │ ├── SpeedSteeringValues.class │ │ │ ├── SphericalPolygonExplosion.class │ │ │ ├── StateTank.class │ │ │ ├── StateTankProcessCommand.class │ │ │ ├── StateTankSteerWayPoint.class │ │ │ ├── Stats.class │ │ │ ├── Steering.class │ │ │ ├── Tank.class │ │ │ ├── TankFleet.class │ │ │ ├── Texture.class │ │ │ ├── Vector3.class │ │ │ ├── VehicleCommand.class │ │ │ ├── VerticalSteeringValues.class │ │ │ └── Weapon.class │ ├── dexedLibs │ │ ├── android-support-v4-b50dc1cdf76a8d59a0e9bde429782e57.jar │ │ └── android-support-v4-fc6fa724205aa03d6df98923ae2336a2.jar │ ├── jarlist.cache │ ├── res │ │ ├── drawable-hdpi │ │ │ ├── background.png │ │ │ ├── backgroundentrymenu.png │ │ │ ├── blankhud.png │ │ │ ├── charset0.png │ │ │ ├── charset1.png │ │ │ ├── charset2.png │ │ │ ├── charset3.png │ │ │ ├── charset4.png │ │ │ ├── charset5.png │ │ │ ├── charset6.png │ │ │ ├── charset7.png │ │ │ ├── charset8.png │ │ │ ├── charset9.png │ │ │ ├── charseta.png │ │ │ ├── charsetb.png │ │ │ ├── charsetc.png │ │ │ ├── charsetcolon.png │ │ │ ├── charsetcomma.png │ │ │ ├── charsetd.png │ │ │ ├── charsetdot.png │ │ │ ├── charsete.png │ │ │ ├── charsetequals.png │ │ │ ├── charsetf.png │ │ │ ├── charsetg.png │ │ │ ├── charseth.png │ │ │ ├── charseti.png │ │ │ ├── charsetj.png │ │ │ ├── charsetk.png │ │ │ ├── charsetl.png │ │ │ ├── charsetleftparen.png │ │ │ ├── charsetm.png │ │ │ ├── charsetn.png │ │ │ ├── charseto.png │ │ │ ├── charsetp.png │ │ │ ├── charsetq.png │ │ │ ├── charsetr.png │ │ │ ├── charsetrightparen.png │ │ │ ├── charsets.png │ │ │ ├── charsetsemicolon.png │ │ │ ├── charsett.png │ │ │ ├── charsetu.png │ │ │ ├── charsetv.png │ │ │ ├── charsetw.png │ │ │ ├── charsetx.png │ │ │ ├── charsety.png │ │ │ ├── charsetz.png │ │ │ ├── continuegamebutton.png │ │ │ ├── copyright.png │ │ │ ├── enterbutton.png │ │ │ ├── gameover.png │ │ │ ├── health.png │ │ │ ├── highscoresbutton.png │ │ │ ├── hud.png │ │ │ ├── ic_launcher.png │ │ │ ├── newgamebutton.png │ │ │ ├── nextbutton.png │ │ │ ├── previousbutton.png │ │ │ ├── pyramid1.png │ │ │ ├── pyramid2.png │ │ │ └── ship1.png │ │ ├── drawable-ldpi │ │ │ └── ic_launcher.png │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ └── drawable-xhdpi │ │ │ └── ic_launcher.png │ └── resources.ap_ │ ├── gen │ └── com │ │ └── robsexample │ │ └── glhelloworld │ │ ├── BuildConfig.java │ │ └── R.java │ ├── ic_launcher-web.png │ ├── jni │ ├── Android.mk │ └── hello-jni.c │ ├── libs │ ├── android-support-v4.jar │ └── armeabi │ │ └── libhello-jni.so │ ├── obj │ ├── convert-dependencies.sh │ └── local │ │ └── armeabi │ │ ├── libhello-jni.so │ │ └── objs │ │ └── hello-jni │ │ ├── hello-jni.o │ │ └── hello-jni.o.d │ ├── proguard-project.txt │ ├── project.properties │ ├── res │ ├── drawable-hdpi │ │ ├── Thumbs.db │ │ ├── background.png │ │ ├── backgroundentrymenu.png │ │ ├── blankhud.png │ │ ├── charset0.png │ │ ├── charset1.png │ │ ├── charset2.png │ │ ├── charset3.png │ │ ├── charset4.png │ │ ├── charset5.png │ │ ├── charset6.png │ │ ├── charset7.png │ │ ├── charset8.png │ │ ├── charset9.png │ │ ├── charseta.png │ │ ├── charsetb.png │ │ ├── charsetc.png │ │ ├── charsetcolon.png │ │ ├── charsetcomma.png │ │ ├── charsetd.png │ │ ├── charsetdot.png │ │ ├── charsete.png │ │ ├── charsetequals.png │ │ ├── charsetf.png │ │ ├── charsetg.png │ │ ├── charseth.png │ │ ├── charseti.png │ │ ├── charsetj.png │ │ ├── charsetk.png │ │ ├── charsetl.png │ │ ├── charsetleftparen.png │ │ ├── charsetm.png │ │ ├── charsetn.png │ │ ├── charseto.png │ │ ├── charsetp.png │ │ ├── charsetq.png │ │ ├── charsetr.png │ │ ├── charsetrightparen.png │ │ ├── charsets.png │ │ ├── charsetsemicolon.png │ │ ├── charsett.png │ │ ├── charsetu.png │ │ ├── charsetv.png │ │ ├── charsetw.png │ │ ├── charsetx.png │ │ ├── charsety.png │ │ ├── charsetz.png │ │ ├── continuegamebutton.png │ │ ├── copyright.png │ │ ├── enterbutton.png │ │ ├── gameover.png │ │ ├── health.png │ │ ├── highscoresbutton.png │ │ ├── hud.png │ │ ├── ic_launcher.png │ │ ├── newgamebutton.png │ │ ├── nextbutton.png │ │ ├── previousbutton.png │ │ ├── pyramid1.png │ │ ├── pyramid2.png │ │ └── ship1.png │ ├── drawable-ldpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── layout │ │ └── activity_main.xml │ ├── menu │ │ └── activity_main.xml │ ├── raw │ │ ├── clustoid.wav │ │ ├── explosion1.wav │ │ ├── explosion2.wav │ │ ├── explosion5.wav │ │ ├── fslocalaxis │ │ ├── fsonelight │ │ ├── fsonelightnodiffuse.txt │ │ ├── fsonelightnotexture.frag │ │ ├── playershoot2.wav │ │ ├── vsgrid │ │ ├── vsonelight.vert │ │ └── vsonelightnotexture.vert │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── strings.xml │ │ └── styles.xml │ └── src │ └── com │ └── robsexample │ └── glhelloworld │ ├── Ammunition.java │ ├── ArenaObject3d.java │ ├── ArenaObjectSet.java │ ├── BillBoard.java │ ├── BillBoardCharacterSet.java │ ├── BillBoardFont.java │ ├── Camera.java │ ├── Cube.java │ ├── Driver.java │ ├── FSMDriver.java │ ├── GamePlayController.java │ ├── GravityGridEx.java │ ├── HUD.java │ ├── HUDItem.java │ ├── HighScoreEntry.java │ ├── HighScoreEntryMenu.java │ ├── HighScoreTable.java │ ├── MainActivity.java │ ├── MainMenu.java │ ├── Material.java │ ├── MenuItem.java │ ├── Mesh.java │ ├── MeshEx.java │ ├── MyGLRenderer.java │ ├── Object3d.java │ ├── Orientation.java │ ├── Physics.java │ ├── PointLight.java │ ├── PolyParticleEx.java │ ├── PowerPyramid.java │ ├── Pyramid.java │ ├── Pyramid2.java │ ├── Route.java │ ├── Shader.java │ ├── Sound.java │ ├── SphericalPolygonExplosion.java │ ├── StateTank.java │ ├── StateTankProcessCommand.java │ ├── StateTankSteerWayPoint.java │ ├── Stats.java │ ├── Steering.java │ ├── Tank.java │ ├── TankFleet.java │ ├── Texture.java │ ├── Vector3.java │ ├── VehicleCommand.java │ └── Weapon.java ├── CodeChapter9 └── MainActivity │ ├── .classpath │ ├── .project │ ├── .settings │ └── org.eclipse.jdt.core.prefs │ ├── AndroidManifest.xml │ ├── bin │ ├── AndroidManifest.xml │ ├── GLHelloWorld.apk │ ├── MainActivity.apk │ ├── classes.dex │ ├── classes │ │ └── com │ │ │ └── robsexample │ │ │ └── glhelloworld │ │ │ ├── AIVehicleCommand.class │ │ │ ├── AIVehicleObjectsAffected.class │ │ │ ├── Ammunition.class │ │ │ ├── ArenaObject3d.class │ │ │ ├── BillBoard.class │ │ │ ├── BillBoardCharacterSet.class │ │ │ ├── BillBoardFont.class │ │ │ ├── BuildConfig.class │ │ │ ├── Camera.class │ │ │ ├── Cube.class │ │ │ ├── Driver.class │ │ │ ├── EntryMenuStates.class │ │ │ ├── FSMDriver.class │ │ │ ├── FSM_StatesTank.class │ │ │ ├── GameState.class │ │ │ ├── GravityGridEx.class │ │ │ ├── HUD.class │ │ │ ├── HUDItem.class │ │ │ ├── HighScoreEntry.class │ │ │ ├── HighScoreEntryMenu.class │ │ │ ├── HighScoreTable.class │ │ │ ├── HorizontalSteeringValues.class │ │ │ ├── MainActivity.class │ │ │ ├── MainMenu.class │ │ │ ├── Material.class │ │ │ ├── MenuItem.class │ │ │ ├── MenuStates.class │ │ │ ├── Mesh.class │ │ │ ├── MeshEx.class │ │ │ ├── MeshType.class │ │ │ ├── MyGLRenderer.class │ │ │ ├── MyGLSurfaceView.class │ │ │ ├── Object3d.class │ │ │ ├── Orientation.class │ │ │ ├── Physics$CollisionStatus.class │ │ │ ├── Physics.class │ │ │ ├── PointLight.class │ │ │ ├── PolyParticleEx.class │ │ │ ├── PowerPyramid.class │ │ │ ├── Pyramid.class │ │ │ ├── Pyramid2.class │ │ │ ├── R$attr.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$layout.class │ │ │ ├── R$menu.class │ │ │ ├── R$raw.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── R.class │ │ │ ├── Shader.class │ │ │ ├── Sound.class │ │ │ ├── SpeedSteeringValues.class │ │ │ ├── SphericalPolygonExplosion.class │ │ │ ├── StateTank.class │ │ │ ├── StateTankProcessCommand.class │ │ │ ├── StateTankSteerWayPoint.class │ │ │ ├── Stats.class │ │ │ ├── Steering.class │ │ │ ├── Tank.class │ │ │ ├── Texture.class │ │ │ ├── Vector3.class │ │ │ ├── VehicleCommand.class │ │ │ ├── VerticalSteeringValues.class │ │ │ └── Weapon.class │ ├── dexedLibs │ │ ├── android-support-v4-b50dc1cdf76a8d59a0e9bde429782e57.jar │ │ └── android-support-v4-fc6fa724205aa03d6df98923ae2336a2.jar │ ├── jarlist.cache │ ├── res │ │ ├── drawable-hdpi │ │ │ ├── background.png │ │ │ ├── backgroundentrymenu.png │ │ │ ├── blankhud.png │ │ │ ├── charset0.png │ │ │ ├── charset1.png │ │ │ ├── charset2.png │ │ │ ├── charset3.png │ │ │ ├── charset4.png │ │ │ ├── charset5.png │ │ │ ├── charset6.png │ │ │ ├── charset7.png │ │ │ ├── charset8.png │ │ │ ├── charset9.png │ │ │ ├── charseta.png │ │ │ ├── charsetb.png │ │ │ ├── charsetc.png │ │ │ ├── charsetcolon.png │ │ │ ├── charsetcomma.png │ │ │ ├── charsetd.png │ │ │ ├── charsetdot.png │ │ │ ├── charsete.png │ │ │ ├── charsetequals.png │ │ │ ├── charsetf.png │ │ │ ├── charsetg.png │ │ │ ├── charseth.png │ │ │ ├── charseti.png │ │ │ ├── charsetj.png │ │ │ ├── charsetk.png │ │ │ ├── charsetl.png │ │ │ ├── charsetleftparen.png │ │ │ ├── charsetm.png │ │ │ ├── charsetn.png │ │ │ ├── charseto.png │ │ │ ├── charsetp.png │ │ │ ├── charsetq.png │ │ │ ├── charsetr.png │ │ │ ├── charsetrightparen.png │ │ │ ├── charsets.png │ │ │ ├── charsetsemicolon.png │ │ │ ├── charsett.png │ │ │ ├── charsetu.png │ │ │ ├── charsetv.png │ │ │ ├── charsetw.png │ │ │ ├── charsetx.png │ │ │ ├── charsety.png │ │ │ ├── charsetz.png │ │ │ ├── continuegamebutton.png │ │ │ ├── copyright.png │ │ │ ├── enterbutton.png │ │ │ ├── health.png │ │ │ ├── highscoresbutton.png │ │ │ ├── hud.png │ │ │ ├── ic_launcher.png │ │ │ ├── newgamebutton.png │ │ │ ├── nextbutton.png │ │ │ ├── previousbutton.png │ │ │ ├── pyramid1.png │ │ │ ├── pyramid2.png │ │ │ └── ship1.png │ │ ├── drawable-ldpi │ │ │ └── ic_launcher.png │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ └── drawable-xhdpi │ │ │ └── ic_launcher.png │ └── resources.ap_ │ ├── gen │ └── com │ │ └── robsexample │ │ └── glhelloworld │ │ ├── BuildConfig.java │ │ └── R.java │ ├── ic_launcher-web.png │ ├── libs │ └── android-support-v4.jar │ ├── proguard-project.txt │ ├── project.properties │ ├── res │ ├── drawable-hdpi │ │ ├── Thumbs.db │ │ ├── background.png │ │ ├── backgroundentrymenu.png │ │ ├── blankhud.png │ │ ├── charset0.png │ │ ├── charset1.png │ │ ├── charset2.png │ │ ├── charset3.png │ │ ├── charset4.png │ │ ├── charset5.png │ │ ├── charset6.png │ │ ├── charset7.png │ │ ├── charset8.png │ │ ├── charset9.png │ │ ├── charseta.png │ │ ├── charsetb.png │ │ ├── charsetc.png │ │ ├── charsetcolon.png │ │ ├── charsetcomma.png │ │ ├── charsetd.png │ │ ├── charsetdot.png │ │ ├── charsete.png │ │ ├── charsetequals.png │ │ ├── charsetf.png │ │ ├── charsetg.png │ │ ├── charseth.png │ │ ├── charseti.png │ │ ├── charsetj.png │ │ ├── charsetk.png │ │ ├── charsetl.png │ │ ├── charsetleftparen.png │ │ ├── charsetm.png │ │ ├── charsetn.png │ │ ├── charseto.png │ │ ├── charsetp.png │ │ ├── charsetq.png │ │ ├── charsetr.png │ │ ├── charsetrightparen.png │ │ ├── charsets.png │ │ ├── charsetsemicolon.png │ │ ├── charsett.png │ │ ├── charsetu.png │ │ ├── charsetv.png │ │ ├── charsetw.png │ │ ├── charsetx.png │ │ ├── charsety.png │ │ ├── charsetz.png │ │ ├── continuegamebutton.png │ │ ├── copyright.png │ │ ├── enterbutton.png │ │ ├── health.png │ │ ├── highscoresbutton.png │ │ ├── hud.png │ │ ├── ic_launcher.png │ │ ├── newgamebutton.png │ │ ├── nextbutton.png │ │ ├── previousbutton.png │ │ ├── pyramid1.png │ │ ├── pyramid2.png │ │ └── ship1.png │ ├── drawable-ldpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── layout │ │ └── activity_main.xml │ ├── menu │ │ └── activity_main.xml │ ├── raw │ │ ├── clustoid.wav │ │ ├── explosion1.wav │ │ ├── explosion2.wav │ │ ├── explosion5.wav │ │ ├── fslocalaxis │ │ ├── fsonelight │ │ ├── fsonelightnodiffuse.txt │ │ ├── fsonelightnotexture.frag │ │ ├── playershoot2.wav │ │ ├── vsgrid │ │ ├── vsonelight.vert │ │ └── vsonelightnotexture.vert │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── strings.xml │ │ └── styles.xml │ └── src │ └── com │ └── robsexample │ └── glhelloworld │ ├── Ammunition.java │ ├── ArenaObject3d.java │ ├── BillBoard.java │ ├── BillBoardCharacterSet.java │ ├── BillBoardFont.java │ ├── Camera.java │ ├── Cube.java │ ├── Driver.java │ ├── FSMDriver.java │ ├── GravityGridEx.java │ ├── HUD.java │ ├── HUDItem.java │ ├── HighScoreEntry.java │ ├── HighScoreEntryMenu.java │ ├── HighScoreTable.java │ ├── MainActivity.java │ ├── MainMenu.java │ ├── Material.java │ ├── MenuItem.java │ ├── Mesh.java │ ├── MeshEx.java │ ├── MyGLRenderer.java │ ├── Object3d.java │ ├── Orientation.java │ ├── Physics.java │ ├── PointLight.java │ ├── PolyParticleEx.java │ ├── PowerPyramid.java │ ├── Pyramid.java │ ├── Pyramid2.java │ ├── Shader.java │ ├── Sound.java │ ├── SphericalPolygonExplosion.java │ ├── StateTank.java │ ├── StateTankProcessCommand.java │ ├── StateTankSteerWayPoint.java │ ├── Stats.java │ ├── Steering.java │ ├── Tank.java │ ├── Texture.java │ ├── Vector3.java │ ├── VehicleCommand.java │ └── Weapon.java ├── LICENSE.txt ├── README.md └── contributing.md /9781430265474.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/9781430265474.jpg -------------------------------------------------------------------------------- /Chapter2Code.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/Chapter2Code.zip -------------------------------------------------------------------------------- /Chapter3Code.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/Chapter3Code.zip -------------------------------------------------------------------------------- /Chapter5Code.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/Chapter5Code.zip -------------------------------------------------------------------------------- /Chapter6Code.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/Chapter6Code.zip -------------------------------------------------------------------------------- /Chapter7Code.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/Chapter7Code.zip -------------------------------------------------------------------------------- /Chapter8Code.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/Chapter8Code.zip -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/.classpath -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/.project -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/.settings/org.eclipse.jdt.core.prefs -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/AndroidManifest.xml -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/AndroidManifest.xml -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/GLHelloWorld.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/GLHelloWorld.apk -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/MainActivity.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/MainActivity.apk -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes.dex -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Camera.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Camera.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Cube.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Cube.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Driver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Driver.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/HUD.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/HUD.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/HUDItem.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/HUDItem.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Mesh.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Mesh.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/MeshEx.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/MeshEx.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Physics.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Physics.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Pyramid.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Pyramid.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R$attr.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R$id.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R$menu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R$menu.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R$raw.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R$raw.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R$style.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/R.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Route.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Route.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Shader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Shader.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Sound.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Sound.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Stats.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Stats.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Tank.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Tank.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Texture.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Texture.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Vector3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Vector3.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Weapon.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/classes/com/robsexample/glhelloworld/Weapon.class -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/jarlist.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/jarlist.cache -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/background.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/backgroundentrymenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/backgroundentrymenu.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/blankhud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/blankhud.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset0.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset1.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset2.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset3.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset4.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset5.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset6.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset7.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset8.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charset9.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charseta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charseta.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetb.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetc.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetcolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetcolon.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetcomma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetcomma.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetd.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetdot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetdot.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsete.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetequals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetequals.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetf.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetg.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charseth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charseth.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charseti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charseti.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetj.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetk.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetl.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetleftparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetleftparen.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetm.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetn.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charseto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charseto.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetp.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetq.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetr.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetrightparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetrightparen.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsets.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetsemicolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetsemicolon.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsett.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetu.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetv.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetw.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetx.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsety.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsety.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/charsetz.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/continuegamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/continuegamebutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/copyright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/copyright.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/enterbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/enterbutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/gameover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/gameover.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/health.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/highscoresbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/highscoresbutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/hud.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/newgamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/newgamebutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/nextbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/nextbutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/previousbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/previousbutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/pyramid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/pyramid1.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/pyramid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/pyramid2.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-hdpi/ship1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-hdpi/ship1.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/bin/resources.ap_ -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/gen/com/robsexample/glhelloworld/BuildConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/gen/com/robsexample/glhelloworld/BuildConfig.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/gen/com/robsexample/glhelloworld/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/gen/com/robsexample/glhelloworld/R.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/ic_launcher-web.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/libs/android-support-v4.jar -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/proguard-project.txt -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/project.properties -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/Thumbs.db -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/background.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/backgroundentrymenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/backgroundentrymenu.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/blankhud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/blankhud.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charset0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charset0.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charset1.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charset2.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charset3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charset3.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charset4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charset4.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charset5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charset5.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charset6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charset6.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charset7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charset7.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charset8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charset8.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charset9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charset9.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charseta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charseta.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetb.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetc.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetcolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetcolon.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetcomma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetcomma.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetd.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetdot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetdot.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsete.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetequals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetequals.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetf.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetg.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charseth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charseth.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charseti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charseti.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetj.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetk.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetl.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetleftparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetleftparen.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetm.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetn.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charseto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charseto.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetp.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetq.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetr.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetrightparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetrightparen.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsets.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetsemicolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetsemicolon.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsett.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetu.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetv.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetw.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetx.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsety.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsety.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/charsetz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/charsetz.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/continuegamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/continuegamebutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/copyright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/copyright.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/enterbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/enterbutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/gameover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/gameover.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/health.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/highscoresbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/highscoresbutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/hud.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/newgamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/newgamebutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/nextbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/nextbutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/previousbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/previousbutton.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/pyramid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/pyramid1.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/pyramid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/pyramid2.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-hdpi/ship1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-hdpi/ship1.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/layout/activity_main.xml -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/menu/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/menu/activity_main.xml -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/clustoid.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/clustoid.wav -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/explosion1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/explosion1.wav -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/explosion2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/explosion2.wav -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/explosion5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/explosion5.wav -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/fslocalaxis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/fslocalaxis -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/fsonelight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/fsonelight -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/fsonelightnodiffuse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/fsonelightnodiffuse.txt -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/fsonelightnotexture.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/fsonelightnotexture.frag -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/playershoot2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/playershoot2.wav -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/vsgrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/vsgrid -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/vsonelight.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/vsonelight.vert -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/raw/vsonelightnotexture.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/raw/vsonelightnotexture.vert -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/values-v11/styles.xml -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/values-v14/styles.xml -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/values/strings.xml -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/res/values/styles.xml -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Ammunition.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Ammunition.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/ArenaObject3d.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/ArenaObject3d.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/ArenaObjectSet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/ArenaObjectSet.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/BillBoard.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/BillBoard.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/BillBoardFont.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/BillBoardFont.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Camera.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Camera.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Cube.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Cube.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Driver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Driver.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/FSMDriver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/FSMDriver.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/GravityGridEx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/GravityGridEx.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/HUD.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/HUD.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/HUDItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/HUDItem.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/HighScoreEntry.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/HighScoreEntry.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/HighScoreTable.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/HighScoreTable.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/MainActivity.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/MainMenu.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/MainMenu.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Material.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Material.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/MenuItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/MenuItem.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Mesh.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Mesh.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/MeshEx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/MeshEx.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/MyGLRenderer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/MyGLRenderer.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Object3d.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Object3d.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Orientation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Orientation.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Physics.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Physics.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/PointLight.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/PointLight.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/PolyParticleEx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/PolyParticleEx.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/PowerPyramid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/PowerPyramid.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Pyramid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Pyramid.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Pyramid2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Pyramid2.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Route.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Route.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Shader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Shader.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Sound.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Sound.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/StateTank.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/StateTank.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Stats.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Stats.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Steering.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Steering.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Tank.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Tank.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/TankFleet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/TankFleet.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Texture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Texture.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Vector3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Vector3.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/VehicleCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/VehicleCommand.java -------------------------------------------------------------------------------- /CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Weapon.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter10/MainActivity/src/com/robsexample/glhelloworld/Weapon.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/.classpath -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/.project -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/.settings/org.eclipse.jdt.core.prefs -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/AndroidManifest.xml -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/AndroidManifest.xml -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/GLHelloWorld.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/GLHelloWorld.apk -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/MainActivity.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/MainActivity.apk -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes.dex -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Camera.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Camera.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Cube.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Cube.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Driver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Driver.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/HUD.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/HUD.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/HUDItem.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/HUDItem.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Mesh.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Mesh.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/MeshEx.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/MeshEx.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Physics.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Physics.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Pyramid.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Pyramid.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R$attr.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R$id.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R$menu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R$menu.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R$raw.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R$raw.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R$style.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/R.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Route.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Route.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Shader.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Shader.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Sound.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Sound.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Stats.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Stats.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Tank.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Tank.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Texture.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Texture.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Vector3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Vector3.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Weapon.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/classes/com/robsexample/glhelloworld/Weapon.class -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/jarlist.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/jarlist.cache -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/background.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/backgroundentrymenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/backgroundentrymenu.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/blankhud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/blankhud.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset0.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset1.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset2.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset3.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset4.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset5.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset6.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset7.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset8.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charset9.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charseta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charseta.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetb.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetc.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetcolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetcolon.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetcomma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetcomma.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetd.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetdot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetdot.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsete.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetequals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetequals.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetf.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetg.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charseth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charseth.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charseti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charseti.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetj.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetk.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetl.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetleftparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetleftparen.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetm.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetn.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charseto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charseto.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetp.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetq.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetr.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetrightparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetrightparen.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsets.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetsemicolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetsemicolon.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsett.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetu.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetv.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetw.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetx.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsety.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsety.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/charsetz.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/continuegamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/continuegamebutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/copyright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/copyright.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/enterbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/enterbutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/gameover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/gameover.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/health.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/highscoresbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/highscoresbutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/hud.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/newgamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/newgamebutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/nextbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/nextbutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/previousbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/previousbutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/pyramid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/pyramid1.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/pyramid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/pyramid2.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-hdpi/ship1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-hdpi/ship1.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/bin/resources.ap_ -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/gen/com/robsexample/glhelloworld/BuildConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/gen/com/robsexample/glhelloworld/BuildConfig.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/gen/com/robsexample/glhelloworld/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/gen/com/robsexample/glhelloworld/R.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/ic_launcher-web.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/jni/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/jni/Android.mk -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/jni/hello-jni.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/jni/hello-jni.c -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/libs/android-support-v4.jar -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/libs/armeabi/libhello-jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/libs/armeabi/libhello-jni.so -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/obj/convert-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/obj/convert-dependencies.sh -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/obj/local/armeabi/libhello-jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/obj/local/armeabi/libhello-jni.so -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/obj/local/armeabi/objs/hello-jni/hello-jni.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/obj/local/armeabi/objs/hello-jni/hello-jni.o -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/obj/local/armeabi/objs/hello-jni/hello-jni.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/obj/local/armeabi/objs/hello-jni/hello-jni.o.d -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/proguard-project.txt -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/project.properties -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/Thumbs.db -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/background.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/backgroundentrymenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/backgroundentrymenu.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/blankhud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/blankhud.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charset0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charset0.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charset1.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charset2.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charset3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charset3.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charset4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charset4.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charset5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charset5.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charset6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charset6.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charset7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charset7.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charset8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charset8.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charset9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charset9.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charseta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charseta.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetb.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetc.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetcolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetcolon.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetcomma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetcomma.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetd.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetdot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetdot.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsete.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetequals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetequals.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetf.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetg.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charseth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charseth.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charseti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charseti.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetj.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetk.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetl.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetleftparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetleftparen.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetm.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetn.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charseto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charseto.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetp.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetq.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetr.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetrightparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetrightparen.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsets.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetsemicolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetsemicolon.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsett.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetu.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetv.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetw.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetx.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsety.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsety.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/charsetz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/charsetz.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/continuegamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/continuegamebutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/copyright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/copyright.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/enterbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/enterbutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/gameover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/gameover.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/health.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/highscoresbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/highscoresbutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/hud.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/newgamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/newgamebutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/nextbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/nextbutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/previousbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/previousbutton.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/pyramid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/pyramid1.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/pyramid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/pyramid2.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-hdpi/ship1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-hdpi/ship1.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/layout/activity_main.xml -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/menu/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/menu/activity_main.xml -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/clustoid.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/clustoid.wav -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/explosion1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/explosion1.wav -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/explosion2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/explosion2.wav -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/explosion5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/explosion5.wav -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/fslocalaxis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/fslocalaxis -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/fsonelight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/fsonelight -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/fsonelightnodiffuse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/fsonelightnodiffuse.txt -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/fsonelightnotexture.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/fsonelightnotexture.frag -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/playershoot2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/playershoot2.wav -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/vsgrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/vsgrid -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/vsonelight.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/vsonelight.vert -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/raw/vsonelightnotexture.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/raw/vsonelightnotexture.vert -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/values-v11/styles.xml -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/values-v14/styles.xml -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/values/strings.xml -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/res/values/styles.xml -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Ammunition.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Ammunition.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/ArenaObject3d.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/ArenaObject3d.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/ArenaObjectSet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/ArenaObjectSet.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/BillBoard.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/BillBoard.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/BillBoardFont.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/BillBoardFont.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Camera.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Camera.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Cube.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Cube.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Driver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Driver.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/FSMDriver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/FSMDriver.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/GravityGridEx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/GravityGridEx.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/HUD.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/HUD.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/HUDItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/HUDItem.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/HighScoreEntry.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/HighScoreEntry.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/HighScoreTable.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/HighScoreTable.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/MainActivity.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/MainMenu.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/MainMenu.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Material.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Material.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/MenuItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/MenuItem.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Mesh.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Mesh.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/MeshEx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/MeshEx.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/MyGLRenderer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/MyGLRenderer.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Object3d.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Object3d.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Orientation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Orientation.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Physics.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Physics.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/PointLight.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/PointLight.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/PolyParticleEx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/PolyParticleEx.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/PowerPyramid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/PowerPyramid.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Pyramid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Pyramid.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Pyramid2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Pyramid2.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Route.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Route.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Shader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Shader.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Sound.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Sound.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/StateTank.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/StateTank.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Stats.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Stats.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Steering.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Steering.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Tank.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Tank.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/TankFleet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/TankFleet.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Texture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Texture.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Vector3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Vector3.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/VehicleCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/VehicleCommand.java -------------------------------------------------------------------------------- /CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Weapon.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter11/MainActivity/src/com/robsexample/glhelloworld/Weapon.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/.classpath -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/.project -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/.settings/org.eclipse.jdt.core.prefs -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/AndroidManifest.xml -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/AndroidManifest.xml -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/GLHelloWorld.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/GLHelloWorld.apk -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/MainActivity.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/MainActivity.apk -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes.dex -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Camera.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Camera.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Cube.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Cube.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Driver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Driver.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/HUD.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/HUD.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/HUDItem.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/HUDItem.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/MainMenu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/MainMenu.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Material.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Material.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/MenuItem.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/MenuItem.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Mesh.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Mesh.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/MeshEx.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/MeshEx.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/MeshType.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/MeshType.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Object3d.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Object3d.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Physics.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Physics.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Pyramid.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Pyramid.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Pyramid2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Pyramid2.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/R$attr.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/R$id.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/R$raw.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/R$raw.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/R.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Sound.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Sound.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Stats.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Stats.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Tank.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/classes/com/robsexample/glhelloworld/Tank.class -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/jarlist.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/jarlist.cache -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/background.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/backgroundentrymenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/backgroundentrymenu.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/blankhud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/blankhud.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset0.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset1.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset2.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset3.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset4.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset5.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset6.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset7.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset8.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charset9.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charseta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charseta.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetb.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetc.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetcolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetcolon.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetcomma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetcomma.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetd.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetdot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetdot.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsete.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetequals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetequals.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetf.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetg.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charseth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charseth.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charseti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charseti.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetj.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetk.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetl.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetleftparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetleftparen.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetm.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetn.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charseto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charseto.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetp.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetq.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetr.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetrightparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetrightparen.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsets.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetsemicolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetsemicolon.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsett.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetu.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetv.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetw.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetx.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsety.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsety.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/charsetz.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/continuegamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/continuegamebutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/copyright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/copyright.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/enterbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/enterbutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/health.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/highscoresbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/highscoresbutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/hud.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/newgamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/newgamebutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/nextbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/nextbutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/previousbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/previousbutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/pyramid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/pyramid1.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/pyramid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/pyramid2.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-hdpi/ship1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-hdpi/ship1.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/bin/resources.ap_ -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/gen/com/robsexample/glhelloworld/BuildConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/gen/com/robsexample/glhelloworld/BuildConfig.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/gen/com/robsexample/glhelloworld/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/gen/com/robsexample/glhelloworld/R.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/ic_launcher-web.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/libs/android-support-v4.jar -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/proguard-project.txt -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/project.properties -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/Thumbs.db -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/background.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/backgroundentrymenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/backgroundentrymenu.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/blankhud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/blankhud.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charset0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charset0.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charset1.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charset2.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charset3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charset3.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charset4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charset4.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charset5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charset5.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charset6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charset6.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charset7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charset7.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charset8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charset8.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charset9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charset9.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charseta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charseta.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetb.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetc.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetcolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetcolon.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetcomma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetcomma.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetd.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetdot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetdot.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsete.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetequals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetequals.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetf.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetg.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charseth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charseth.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charseti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charseti.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetj.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetk.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetl.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetleftparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetleftparen.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetm.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetn.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charseto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charseto.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetp.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetq.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetr.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetrightparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetrightparen.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsets.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetsemicolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetsemicolon.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsett.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetu.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetv.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetw.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetx.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsety.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsety.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/charsetz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/charsetz.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/continuegamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/continuegamebutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/copyright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/copyright.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/enterbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/enterbutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/health.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/highscoresbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/highscoresbutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/hud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/hud.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/newgamebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/newgamebutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/nextbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/nextbutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/previousbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/previousbutton.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/pyramid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/pyramid1.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/pyramid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/pyramid2.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-hdpi/ship1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-hdpi/ship1.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/layout/activity_main.xml -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/menu/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/menu/activity_main.xml -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/clustoid.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/clustoid.wav -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/explosion1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/explosion1.wav -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/explosion2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/explosion2.wav -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/explosion5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/explosion5.wav -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/fslocalaxis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/fslocalaxis -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/fsonelight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/fsonelight -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/fsonelightnodiffuse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/fsonelightnodiffuse.txt -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/fsonelightnotexture.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/fsonelightnotexture.frag -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/playershoot2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/playershoot2.wav -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/vsgrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/vsgrid -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/vsonelight.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/vsonelight.vert -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/raw/vsonelightnotexture.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/raw/vsonelightnotexture.vert -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/values-v11/styles.xml -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/values-v14/styles.xml -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/values/strings.xml -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/res/values/styles.xml -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Ammunition.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Ammunition.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/ArenaObject3d.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/ArenaObject3d.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/BillBoard.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/BillBoard.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/BillBoardFont.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/BillBoardFont.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Camera.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Camera.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Cube.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Cube.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Driver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Driver.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/FSMDriver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/FSMDriver.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/GravityGridEx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/GravityGridEx.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/HUD.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/HUD.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/HUDItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/HUDItem.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/HighScoreEntry.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/HighScoreEntry.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/HighScoreTable.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/HighScoreTable.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/MainActivity.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/MainMenu.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/MainMenu.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Material.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Material.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/MenuItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/MenuItem.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Mesh.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Mesh.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/MeshEx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/MeshEx.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/MyGLRenderer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/MyGLRenderer.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Object3d.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Object3d.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Orientation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Orientation.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Physics.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Physics.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/PointLight.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/PointLight.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/PolyParticleEx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/PolyParticleEx.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/PowerPyramid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/PowerPyramid.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Pyramid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Pyramid.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Pyramid2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Pyramid2.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Shader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Shader.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Sound.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Sound.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/StateTank.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/StateTank.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Stats.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Stats.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Steering.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Steering.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Tank.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Tank.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Texture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Texture.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Vector3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Vector3.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/VehicleCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/VehicleCommand.java -------------------------------------------------------------------------------- /CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Weapon.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/CodeChapter9/MainActivity/src/com/robsexample/glhelloworld/Weapon.java -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/README.md -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-android-3d-game-dev/HEAD/contributing.md --------------------------------------------------------------------------------