Re: [osg-users] Texture2DArray shows up black

2008-05-17 Thread Rahul Jain
] schrieb am Fr, 16.5.2008: Von: Rahul Jain [EMAIL PROTECTED] Betreff: Re: [osg-users] Texture2DArray shows up black An: [EMAIL PROTECTED], OpenSceneGraph Users osg-users@lists.openscenegraph.org Datum: Freitag, 16. Mai 2008, 21:26 Yes I did but no luck I tried the program sean sent also. RJ

Re: [osg-users] Texture2DArray shows up black (WARN: A bug in implementation)

2008-05-17 Thread Art Tevs
--- Rahul Jain [EMAIL PROTECTED] schrieb am Sa, 17.5.2008: Von: Rahul Jain [EMAIL PROTECTED] Betreff: Re: [osg-users] Texture2DArray shows up black An: [EMAIL PROTECTED], OpenSceneGraph Users osg-users@lists.openscenegraph.org Datum: Samstag, 17. Mai 2008, 8:44 Hi Art, Here is the code

Re: [osg-users] Texture2DArray shows up black (WARN: A bug in implementation)

2008-05-17 Thread Rahul Jain
: Von: Rahul Jain [EMAIL PROTECTED] Betreff: Re: [osg-users] Texture2DArray shows up black An: OpenSceneGraph Users osg-users@lists.openscenegraph.org

Re: [osg-users] Texture2DArray shows up black (WARN: A bug in implementation)

2008-05-17 Thread Art Tevs
not implemented. Cheers, Art --- Rahul Jain [EMAIL PROTECTED] schrieb am Sa, 17.5.2008: Von: Rahul Jain [EMAIL PROTECTED] Betreff: Re: [osg-users] Texture2DArray shows up black (WARN: A bug in implementation) An: [EMAIL PROTECTED] CC: OpenSceneGraph Users osg-users@lists.openscenegraph.org

Re: [osg-users] Texture2DArray shows up black

2008-05-16 Thread Rahul Jain
attached my sample program just in case someone else is having trouble getting Texture2DArray to work. -Sean Date: Mon, 25 Feb 2008 20:08:17 +0100 From: [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Texture2DArray shows up black Hi Sean, as far

Re: [osg-users] Texture2DArray shows up black

2008-05-16 Thread Art Tevs
Hi Raul, have you tried the proposed changes by Sean (min/mag filters, at least 2 layers, ...)? Cheers, Art --- Rahul Jain [EMAIL PROTECTED] schrieb am Fr, 16.5.2008: Von: Rahul Jain [EMAIL PROTECTED] Betreff: Re: [osg-users] Texture2DArray shows up black An: OpenSceneGraph

Re: [osg-users] Texture2DArray shows up black

2008-05-16 Thread Rahul Jain
[EMAIL PROTECTED] Betreff: Re: [osg-users] Texture2DArray shows up black An: OpenSceneGraph Users osg-users@lists.openscenegraph.org Datum: Freitag, 16. Mai 2008, 16:29 Hi Sean and all, I am facing the same problem as yours on my G80 card on windows as well as linux

Re: [osg-users] Texture2DArray shows up black

2008-05-16 Thread Art Tevs
] Betreff: Re: [osg-users] Texture2DArray shows up black An: [EMAIL PROTECTED], OpenSceneGraph Users osg-users@lists.openscenegraph.org Datum: Freitag, 16. Mai 2008, 21:26 Yes I did but no luck I tried the program sean sent also. RJ Art Tevs wrote: Hi Raul, have you tried the proposed

Re: [osg-users] Texture2DArray shows up black

2008-02-25 Thread Sean Carmody
PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Texture2DArray shows up black Hi Sean, which graphic card do you have? Texture2DArray do only work fine with G80 chips. I have never tested it on current ATI chips. Best, Art --- Sean Carmody [EMAIL PROTECTED

Re: [osg-users] Texture2DArray shows up black

2008-02-25 Thread Art Tevs
. -Sean Date: Mon, 25 Feb 2008 13:27:55 +0100 From: [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Texture2DArray shows up black Hi Sean, which graphic card do you have? Texture2DArray do only work fine with G80 chips. I have never tested

Re: [osg-users] Texture2DArray shows up black

2008-02-25 Thread Sean Carmody
in the code) which shows my setup, if anyone is interested. Thanks. -Sean Date: Mon, 25 Feb 2008 13:27:55 +0100 From: [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Texture2DArray shows up black Hi Sean, which graphic card do you

[osg-users] Texture2DArray shows up black

2008-02-19 Thread Sean Carmody
Hi All, I'm trying to get Texture2DArrays working, but am having some trouble. My textures always show up black. I'm setting up the texture array as follows ref_ptrTexture2DArray textureArray = new Texture2DArray; textureArray-setTextureDepth(1); Image* image =