B Bunkum macrumors newbie Original poster 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 Jun 4, 2010 #2 Use an NSTimer to set the view as needing redraw at the required frequency.
K kainjow Moderator emeritus Jun 4, 2010 #3 http://developer.apple.com/mac/library/qa/qa2004/qa1385.html