NSOpenGLView?

How in the world do you use these things? I have tried eveything:

NSOpenGLView object;
object.glStart(GL_POLYGON);
etc.

does anyone know how?

Daniel Staudigel :slight_smile:

dstaudigel@mac.com

You use the NS OpenGL view as you use a basic NSView object.
This guy has some sample code on his homepage: http://raphaelsebbe.multimania.com/

and we have some as well, but I am not sure if it is available for guests…just email me if you need some sample code… http://www.egroups.com/group/steamweasel

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.