0
How would I make a 3D object in a world with C++
I want to make a 3D game,looked all over the internet and no one is telling me. Please help.
3 odpowiedzi
+ 3
Did you really looked all over internet? If you did you would know that there is no way to create 3d object without library. Download opengl and do few tutorials and then you will know :)
+ 2
Either learn DirectX or OpenGL, you will be able to draw 3D objects with them. Though it's not easy, so be prepared.
0
Thanks!