14 years, 3 months ago
Highlights
14 years, 3 months ago
14 years, 3 months ago
Cutting straight to the chase, here is my Main.cpp: void drawObjs(std::map<unsigned int, Drawable*> drawList) { for (std::map<unsigned int, Drawable*>::iterator i =…
14 years, 3 months ago
First of all, the code. bool Positionable::intersectsWith(Positionable other) const { if ((position.x + size.x >= other.getPosition().x) && (position.x <= other.ge…
14 years, 5 months ago
So, I open pasted the OpenGL 1.1 test code from the website just to test that my SFML setup is working. Obviously, it is not, otherwise I wouldn't be here. My problem is, as…
14 years, 5 months ago
Latest Activity
See all in Discussions
14 years, 3 months ago
Have you a glTexEnv of GL_MODULATE anywhere? Excuse my idiotic questions, but what is that?
14 years, 3 months ago
Cutting straight to the chase, here is my Main.cpp: void drawObjs(std::map<unsigned int, Drawable*> drawList) { for (std::map<unsigned int, Drawable*>::iterator i …
14 years, 3 months ago