13 years, 4 months ago
Highlights
13 years, 4 months ago
Thanks so much! Finally fixed all the errors. Thanks again ;)
13 years, 4 months ago
For some reason I have been having a hard time figuring this out. I used the source code from the Microsoft DirectX 11 Tutorial series to generate a DirectX window but I am rece…
13 years, 4 months ago
Is it possible to detect a radius from a circle based on the coordinates of the object (X, Y, Z) where it's located on the center? It has to be abstract where I can get the…
13 years, 11 months ago
I can't seem to get my collision detection to work at all. Hopefully someone can. Is there a better way to test if it's colliding? The object should free fall until it c…
13 years, 11 months ago
Latest Activity
See all in DiscussionsThanks so much! Finally fixed all the errors. Thanks again ;)
13 years, 4 months ago
// global function in .cpp, no need to put declare it in .h int WINAPI wWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, …
13 years, 4 months ago
Are you coming from Java? In C++ main function is global, not in a class. Yea I am a general …
13 years, 4 months ago