Re: [osg-users] osg es : store/restore states

2008-02-20 Thread Kremser, Andreas (Praktikant)
thanks - i completely overlooked that :) >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Im Auftrag >von Robert Osfield >Gesendet: Mittwoch, 20. Februar 2008 14:42 >An: OpenSceneGraph Users >Betreff: Re: [osg-users] osg es : store

Re: [osg-users] osg es : store/restore states

2008-02-20 Thread Robert Osfield
Hi Andi, On Feb 20, 2008 1:23 PM, Kremser, Andreas (Praktikant) <[EMAIL PROTECTED]> wrote: > hi, > > is there a possibilty to store/restore the current server/clientstates > besides glgetIntegerv() and glPushClient/ServerAttrib? > "opengl es" does not provide these functions. osg::State is used t

Re: [osg-users] osg es : store/restore states

2008-02-20 Thread Kremser, Andreas (Praktikant)
hi, is there a possibilty to store/restore the current server/clientstates besides glgetIntegerv() and glPushClient/ServerAttrib? "opengl es" does not provide these functions. if for example a normal array is set in a function - and another function called after this is not using normal arrays -