The OpenGL ES documentation, however, is available locally on your Mac - they're just not DocSets, they're Man pages. So, if you want to look up a function, drop open a terminal window and type:
man [function name without parenthesis]So, to get the documentation for the glFrustum method, you would type:
man glFrustumNot quite as easy as looking up Cocoa methods or Core Foundation functions, but at least it's something you can use when you're off the grid.
No comments:
Post a Comment