View Single Post
  #1  
Old 03-02-2009, 07:41 AM
andguent andguent is offline
Member
 
Join Date: Mar 2009
Posts: 8
2D Entities in Vizard

Hey there,

I have troubles getting 2d image stuff working in vizard. I know it's a trivial thing to do and maybe it's just me

From my OpenGL background I normally would proceed by calling glOrtho to setup the projection matrix and then dump some GL_QUADS ...but somehow I was yet unable to do so in vizard.

Would it be possible to point me to a short snippet how i can do it with some foo.png?

Thanks in advance,
André

Last edited by andguent; 03-02-2009 at 07:45 AM.
Reply With Quote