Re: [osg-users] #pragmatic composition : setDefine

2015-04-21 Thread Trajce Nikolov NICK
Thanks Sebastian, I thought it would be that easy Cheers, Nick On Tue, Apr 21, 2015 at 7:33 AM, Sebastian Messerschmidt sebastian.messerschm...@gmx.de wrote: Hi Nick, Hi Robert, all, I finally ported all my shaders to the this new thing. I have a question. Probably simple but

[osg-users] #pragmatic composition : setDefine

2015-04-20 Thread Trajce Nikolov NICK
Hi Robert, all, I finally ported all my shaders to the this new thing. I have a question. Probably simple but will go anyway in my shader I have something like #define MYDEFINE .. do stuff here ... #endif at the root of the scene I have stateSet-setDefine(MYDEFINE); how can I fornid this

Re: [osg-users] #pragmatic composition : setDefine

2015-04-20 Thread Sebastian Messerschmidt
Hi Nick, Hi Robert, all, I finally ported all my shaders to the this new thing. I have a question. Probably simple but will go anyway in my shader I have something like #define MYDEFINE .. do stuff here ... #endif at the root of the scene I have stateSet-setDefine(MYDEFINE); how can I