Search found 3 matches

by TG
Mon Aug 27, 2007 23:29
Forum: Help
Topic: [VS2005] How do you compile CEGUI as a static library?
Replies: 1
Views: 1461

[VS2005] How do you compile CEGUI as a static library?

I read something about CEGUI being compilable as a static library, and I'd like to know how to pull it off in visual studio. Thanks.
by TG
Sat Jun 09, 2007 21:38
Forum: Help
Topic: setText() causes the seen to render in black (OpenGL/GLFW)
Replies: 1
Views: 1302

I fixed the problem, here's the solution for those who encounter the same problem: renderGUI() causes a texture to be bound, and because I don't bind the 0 texture, my quads get rendered in black. After I added glBindTexture(GL_TEXTURE_2D, 0); to my draw function, everything works like it should.
by TG
Sat Jun 09, 2007 18:31
Forum: Help
Topic: setText() causes the seen to render in black (OpenGL/GLFW)
Replies: 1
Views: 1302

setText() causes the seen to render in black (OpenGL/GLFW)

Hi, For some odd reason, my scene gets rendered in black when I call setText(). I'm using the precompiled binaries, in combination with OpenGL and GLFW. Here's my sourcecode: http://paste.uni.cc/16182 (It's hacky because I just want a basic hello world.) Screenshot: http://img185.imageshack.us/img18...

Go to advanced search