On 6/6/07, Marcus Fritzen <[EMAIL PROTECTED]> wrote:
So, now for me it is the case that I just load the geometry from a file. From this file I also get the information of the color so that I don't have any color array or something like this at all. Does this means that the my base quad inherts the stateset from my avatar node and that I just have to create an own stateset for the base quad to avoid this?
If the source data doesn't have a colour array entry then you'll need to add one, this is a colour arrays issue rather than a StateSet issue. Converting to .osg will enable you to go in add an back in the colour array which is supposed to be there. See the OpenSceneGraph-Data for examples osg colour arrays in action. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
