NSOpenGLView and setNeedsDisplayInRect()...

2014-05-21 Thread Peters, Brandon
Question: I have an NSOpenGLView with a ā€œ3Dā€ table and a ball on top. The ball will move. Is it more efficient to use setNeedsDisplayInRect() and if so how would I do it for this 3D application? Thanks. ___ Cocoa-dev mailing list

Re: NSOpenGLView and setNeedsDisplayInRect()...

2014-05-21 Thread Kyle Sluder
On Wed, May 21, 2014, at 04:00 PM, Peters, Brandon wrote: Question: I have an NSOpenGLView with a ā€œ3Dā€ table and a ball on top. The ball will move. Is it more efficient to use setNeedsDisplayInRect() and if so how would I do it for this 3D application? Thanks. 1. Objective-C methods don't