discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OpenGL in GNUstep example


From: Samuel Hornus
Subject: Re: OpenGL in GNUstep example
Date: Sun, 5 Dec 2004 14:44:15 +0100

Stefan wrote:
> As I wanted kind of very simple and fast display method (not standard
> GNUStep/Cocoa PS) I was suggested by Alex that I should use OpenGL. As
> there were no examples, i've created one that I would like to share
> with other OpenGL[2]+GNUstep beginners.

Hi Stefan,

I have implemented a very similar, and as simple app with a suclass
of NSOpenGLView. The main window also has some text fields and buttons.

When I move another window in front of my main window, The text fields
and buttons are redrawn normally. The OpenGL view however is not redrawn
and one can see the imprint of the window I am moving in my OpenGL view.

I can't see which method to implement to get the openGL view be updated
when something is moving in front (on top) of it.
Do you have a solution ?

Thank you in advance,
-- 
Samuel Hornus


reply via email to

[Prev in Thread] Current Thread [Next in Thread]