Since 4/5/2012 6:59:54 AM, aiscape has written 5 articles and participated in 3 conversations. aiscape signature: aiscape
aiscape's articles:
Items(5) /1
VBO crash2114 (12/15/2004 5:43:46 PM) comp.graphics.api.opengl Hi! I get external triangle data as an array of double. I create an GLfloat array of equal size to save memory on the card. The app crashes if I want to delete that temporary array after calling glBufferDataA... Jan
feedback mode & scissor1167 (11/3/2004 5:01:35 PM) comp.graphics.api.opengl Hi! Doesn't the scissor affect the feedback buffer? Do I have to to clip if I want the same effect within my feedback data? Thanks, Jan ... Jan
[FTGL] FaceSize1253 (10/28/2004 12:03:08 PM) comp.graphics.api.opengl Hi! I'm using FTGL to draw text within my OGL scene, more precisely the FTGLTextureFont class. I don't wan't to scale the text to change to set its size, because sometimes it looks not that nice. I tried to ... Jan
Texture Font0132 (9/13/2004 9:15:51 AM) comp.graphics.api.opengl Hi! I'm using the FTGL Texture Font to draw text into an OpenGL scene. If I terminate the texture area immediately calling glDisable(GL_TEXTURE_2D) the expected characters are quads. glEnable(GL_TEXTURE_2D); ... Jan
oo-problem826 (12/10/2003 9:04:37 AM) comp.lang.c++ Hi! Can anyone tell me why the output of this program is in both cases "from A!" an not "from B!" or "from C!" ? Thanks a lot for helping me, Jan. //CODE//////////////////////////////////////////////////////... Jan
aiscape's replies:
Items(1) /1
oo-problem826 (12/10/2003 9:04:37 AM) comp.lang.c++ Hi! Can anyone tell me why the output of this program is in both cases "from A!" an not "from B!" or "from C!" ? Thanks a lot for helping me, Jan. //CODE//////////////////////////////////////////////////////... aiscape(8)