Using my Timer Class with my Object ClassNevermind! Someone (alldayeveryday) on freenode's ##C++-general told me, why aren't you just using y...
Using my Timer Class with my Object ClassAfter reading your posts I realized that since they were static members, I couldn't differentiate th...
Using my Timer Class with my Object ClassThe timers are global because they're within the small MapObjects.cpp file. Making the members non-...
Using my Timer Class with my Object ClassHello all, Up until this point I had no problem with my 3D Mesh Object class I used for my game e...
Applying light to a texture (DirectX 9)Nevermind! After sleeping and taking a break, I simple added an extra texture for DrawFace() and ena...