Re: OpenGL Examples in Cocoa
Re: OpenGL Examples in Cocoa
- Subject: Re: OpenGL Examples in Cocoa
- From: Vince DeMarco <email@hidden>
- Date: Fri, 8 Jun 2001 17:18:26 -0700
On Friday, June 8, 2001, at 12:51 PM, John Stringham wrote:
Thanks to everyone who replied - but I can't seem to set the Depth
buffer in
IB. When I pull up the Attributes in the Info window it only lets me
change
the class (identical to the Custom Class edit option in the Info
window.) I
checked on Apple's website and (it seems) I have the most up-to-date
version
of IB.
So once again, I've hit a roadblock. Any ideas?
Are you sure you dragged off the OpenGL view from the palette and not a
Custom View??
An older version of IB didn't allow you to edit the parameters of the
OpenGL view at all.
If the Attributes in the Info window only let you change the class then
it isn't an NSOpenGLView, its a CustomView.
vince