Re: [osg-users] How to not show textures

2010-04-15 Thread Inos Tranac
Thank you, Gordon, for your answer, unfortunately it's not working for me, and I have no idea why that is. Can it depend on the way the textures are built in in the scene? Is there perhaps some other way to do this? Cheers, Inos -- Read this topic online here:

[osg-users] How to not show textures

2010-04-14 Thread Inos Tranac
Hi everyone, I'm having a tough time preventing textures from showing in the scene. I've tried the approach explained in the QuickStartGuide, but I'm obviously missing something bigtime... Here is the main part of the code: Code: unsigned int mode = osg::StateAttribute::OVERRIDE |

Re: [osg-users] How to not show textures

2010-04-14 Thread Tomlinson, Gordon
@lists.openscenegraph.org Subject: [osg-users] How to not show textures Hi everyone, I'm having a tough time preventing textures from showing in the scene. I've tried the approach explained in the QuickStartGuide, but I'm obviously missing something bigtime... Here is the main part of the code: Code