OpenGL 3d engine tutorial

Started by
2 comments, last by Blizz 23 years, 10 months ago
I''m looking for a tutorial on 3d engines in OpenGL.. I prefer one with source-code or small examples.. Please help me out.. Blizz
Advertisement
Just have a look at nehe.gamedev.net... I think you''ll find all you need there- and more...
Then there was a q3-like engine floating around somewhere... have a look at planetquake.com or so... if i''ll find it again i''ll post the link

pi~
Jan PieczkowskiBrainwave Studios
You make a 3d engine have what you need for the game to work, that means making callbacks for events, loading models, 1st/3rd person camera, sound, networking, collision detection, AI, weapons etc. And you haveto make your code reusable, this is where a language like C++ (i think) does well.
hi,
for 3d engines let''s go to
http://cg.cs.tu-berlin.de/~ki/engines.html
i don''t know if there is some tut'' but i''m sure you will find a HUGE list of 3d engine and several source code
happy coding!
lunasol

This topic is closed to new replies.

Advertisement