B Bunkum macrumors newbie Original poster Jun 4, 2010 11 0 Jun 4, 2010 #1 I'm having trouble with NSOpenGLView, can you make drawRect get called constantly? Or is there another function i should use for painting the image to the screen?
I'm having trouble with NSOpenGLView, can you make drawRect get called constantly? Or is there another function i should use for painting the image to the screen?
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Jun 4, 2010 #2 Use an NSTimer to set the view as needing redraw at the required frequency.
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Jun 4, 2010 #3 http://developer.apple.com/mac/library/qa/qa2004/qa1385.html