3d game using directx and vc++ and a 3d engine

Started by
2 comments, last by jahaz 20 years, 1 month ago
i want to make a game using a 3d engine.i have directx 9 and vc++.could you tell me how to use 3d engines.
Advertisement
No one can "tell you how to use a 3D engine" since each engine is unique in features and capabilities. I suggest searching the web for a bunch of engines and then test each one of them out and see what suits your needs.
do you know c++?
do you know how to use the windows api?
do you know how to use the direct3d api?

ogre is a free 3d graphics engine.
here is how you use it.
Make sure the engine structure itself (API, programming environment, etc) appears crytal clear since your first look. It is not so common for free engines. Ogre is pretty good about it.



-----------------------
New to C++ game coding?
3Impact.com''''s user-friendly C++ game engine!
http://www.3impact.com
-----------------------New to C++ game coding? 3Impact.com''s user-friendly C++ game engine! http://www.3impact.com

This topic is closed to new replies.

Advertisement