Re: NSOpenGLView with transparent background
Re: NSOpenGLView with transparent background
- Subject: Re: NSOpenGLView with transparent background
- From: Paul Haddad <email@hidden>
- Date: Sun, 19 Jan 2003 12:08:04 -0600
Hi All Again,
Figured it out. If anyone is interested the below seems to do the
trick.
long aValue = 0;
[[self openGLContext] setValues:&aValue
forParameter:NSOpenGLCPSurfaceOpacity];
On Sunday, January 19, 2003, at 10:22 AM, Paul Haddad wrote:
Hi All,
Real simple question how can I create an NSOpenGLView with a
transparent background?
---
Paul Haddad (email@hidden) AIM:(ETS Paul)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
---
Paul Haddad (email@hidden) AIM:(ETS Paul)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.