Forum: Game Development May 12th, 2008 |
| Replies: 1 Views: 716 Wazup guys,
In the following code I can't fingure out why the lights do not work correctly and so I require your help --->
#include <windows.h>
#include <d3d9.h>
#include <d3dx9.h>... |
Forum: Game Development May 12th, 2008 |
| Replies: 4 Views: 1,016 If you want to make good money then I recommend getting yourself a PC and then to learn C++ --> Win32/MFC(or both) --> DirectX/OpenGL(or both which would be better). |
Forum: Game Development May 12th, 2008 |
| Replies: 7 Views: 1,501 Actually I recommend learning C++, then the Win32 API then DirectX/OpenGL...
Maybe try something ike this --->
C++ = 2 months
Win32 = until you're able to make a decent app
DirectX/OpenGL =... |