Welp, Debug drawing works, but for some reason I can't get OpenGL to apply a rotation...
authordsc <david.schoonover@gmail.com>
Sun, 29 May 2011 20:06:05 +0000 (13:06 -0700)
committerdsc <david.schoonover@gmail.com>
Sun, 29 May 2011 20:06:05 +0000 (13:06 -0700)
commitf1e4dba539226f02c980d9e41a51187a185eca76
treec2004c3a33abe307a91ee89fb9cc87ceb0099f4a
parente86eea7983985357c0a5833edbceeab3ef096ac4
Welp, Debug drawing works, but for some reason I can't get OpenGL to apply a rotation matrix like I expect it to.
35 files changed:
libs/sparrow/src/Classes/SPDisplayObject.h
libs/sparrow/src/Classes/SPDisplayObject.m
libs/sparrow/src/Classes/SPRenderSupport.m
src/game/QQDisplayable.h
src/game/QQGame.h
src/game/QQGame.mm
src/game/QQPhysical.h
src/game/actor/QQActor.h
src/game/actor/QQActor.mm
src/game/actor/QQUnit.h
src/game/actor/QQUnit.mm
src/game/map/QQLevel.h [new file with mode: 0644]
src/game/map/QQLevel.mm [new file with mode: 0644]
src/game/map/QQMap.h [new file with mode: 0644]
src/game/map/QQMap.mm [new file with mode: 0644]
src/game/map/QQRoom.h [new file with mode: 0644]
src/game/map/QQRoom.mm [new file with mode: 0644]
src/physics/QQWorld.h
src/physics/QQWorld.mm
src/physics/debug/QQGLESDebugDraw.h
src/physics/debug/QQGLESDebugDraw.mm
src/physics/debug/QQPhysicsDebugView.h
src/physics/debug/QQPhysicsDebugView.mm
src/physics/debug/QQPhysicsDebugView2.h [new file with mode: 0644]
src/physics/debug/QQPhysicsDebugView2.mm [new file with mode: 0644]
src/prefix.pch
src/render/QQShape.h [new file with mode: 0644]
src/render/QQShape.mm [new file with mode: 0644]
src/render/QQSparrowExtensions.h
src/render/QQSparrowExtensions.mm
src/ui/QQAppDelegate.h
src/ui/QQAppDelegate.mm
src/ui/iPad/en.lproj/MainWindow_iPad.xib
src/ui/iPhone/en.lproj/MainWindow_iPhone.xib
tanks.xcodeproj/project.pbxproj