RE: OpenGL Examples in Cocoa
RE: OpenGL Examples in Cocoa
- Subject: RE: OpenGL Examples in Cocoa
- From: John Stringham <email@hidden>
- Date: Fri, 8 Jun 2001 19:40:27 -0400
>
Are you positive that you are using an Open GL View and not a Custom
>
View? I just created a new nib and dropped a GL View on it, and it had
>
editable attributes even if I gave it a subclass of NSOpenGLView. What
>
you're seeing really sounds like a Custom View.
>
>
Dave
>
--
>
Chaos Assembly Werks
>
"The proper office of a friend is to side with you when you are in the
>
wrong. Nearly anybody will side with you when you are in the right."
>
- Mark Twain
Ahh, yes, that was it. What I was doing was a Custom View - but the custom
view was changed to be a subclass of an NSOpenGLView, so functionally (via
PB at least) it was the same. I didn't even realize there was a real
NSOpenGLView object you could drop in until I saw that there was a scrollbar
in the items palette.
So sorry for wasting time like that (!) Thanks everyone who helped.
-John S.