[osg-users] Glenum pixelFormat

2008-04-08 Thread Vincent Bourdier
Hi All, I'm trying to make a osg::Image, but in allocateImage(...) and setImage(...) I need : Pixel format, Internal texture format, AllocationMode... But I didn't find any possible values ?! Where can I find it ? thanks Regards, Vincent. ___

Re: [osg-users] Glenum pixelFormat

2008-04-08 Thread Robert Osfield
Hi Vincent, The format values are OpenGL enums. For examples have a look at the plugins that load osg::Images. Robert. On Tue, Apr 8, 2008 at 1:54 PM, Vincent Bourdier [EMAIL PROTECTED] wrote: Hi All, I'm trying to make a osg::Image, but in allocateImage(...) and setImage(...) I need :

Re: [osg-users] Glenum pixelFormat

2008-04-08 Thread Guy
Sent: Tuesday, April 08, 2008 2:55 PM To: osg Subject: [osg-users] Glenum pixelFormat Hi All, I'm trying to make a osg::Image, but in allocateImage(...) and setImage(...) I need : Pixel format, Internal texture format, AllocationMode... But I didn't find any possible values ?! Where can I

Re: [osg-users] Glenum pixelFormat

2008-04-08 Thread Vincent Bourdier
, USE_NEW_DELETE, USE_MALLOC_FREE }; Good luck, Guy. -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Vincent Bourdier *Sent:* Tuesday, April 08, 2008 2:55 PM *To:* osg *Subject:* [osg-users] Glenum pixelFormat Hi All, I'm