[osg-users] procedural texture

2009-07-23 Thread Yafes
Hi @ all, at the moment we are learning shading in school, i would like to ask, if there are any information about procedural texturing. thank you -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=11767#11767

[osg-users] Texturing

2009-04-28 Thread Yafes
Hi @ all, as you maybe know fro my previous posts, i was tryieng to build some stairs, which i already did. Know the attached files show the vertex Points and the faces, how they are arranged. I would like to put a texture on it, so that i use just one texture.jpg which is a line and should

[osg-users] Creating Stairs, better way?

2009-04-21 Thread Yafes
Hi guys, we had an assignment in school, where we should create cubes with the vertexArray-push_back // faceArray-push_back(0) methods. As i have now a more complex object, i would like to ask, if you know any other method to create stairs like the one in my screenshot in a more easy and

Re: [osg-users] How to start application in non fullscreenmode

2009-03-22 Thread Yafes
Thank you Robert, You can set an environment variable to set the initial size set OSG_WINDOW=100 100 500 500 I've choosen this solution, it's working very well. What exactly are the first two values of 100 ? First i thought minimum width and height, but it must be something else. @Gordon