Re: [PyOpenGL-Users] Draw Rounded Rectangle and Circle
Brought to you by:
mcfletch
From: Dirk R. <di...@li...> - 2008-07-08 14:28:33
|
Prashant Saxena wrote: > Hi, > > How can I draw 'Rounded Rectangle' and a circle. I don't want want to use > textures as size varies at run time. This is for an orthographic application. It depends on how many you have. For performance nothing beats textures. I would still use them. They scale well and automatically if you create the mipmaps yourself, and I'd use them only for the corners of the rectangle to take care of aspect ratio changes. Just my $.02 Dirk |