3d programming

anybody know any good tutorials for incorporating 3d opengl into sfml 2.0?
Last edited on
closed account (S6k9GNh0)
http://www.sfml-dev.org/tutorials/2.1/window-opengl.php

contextual flags with OpenGL 3.0 and above are currently messed up. Really doesn't have that big of an effect though(i.e. can't force a core profile and can't use a debug context).

EDIT: Also stated but something I should make sure you don't do... don't mix SFML rendering functions with other rendering functions. You end up with messed up OpenGL state (which can be seen with tools like apitrace) that will just confuse the absolute hell out of you.
Last edited on
that gives me a start but i need something that teaches me a bit more then that
Last edited on
closed account (S6k9GNh0)
... there's nothing more too it lol
closed account (N36fSL3A)
You want OpenGL tutorials? Just look them up, there are plenty on the internet.
Topic archived. No new replies allowed.