Hi,
I got a Probel with osg Files, the File structure looks like:
Group{
    Geode{
        Geometry{
            StateSet{
                Texture{
                }
            }
        }
    }    
    Geode{
        Geometry{
            StateSet{
                Texture{
                }
            }
        }
    }
}
The problem is if I try to traverse my SceneGraph I get the names of my geodes, 
but if I check the TextureAttributeList
osg::StateSet::TextureAttributeList texAttrList = stateSet-> 
getTextureAttributeList();
this list is empty. Why is this List empty, did I forget something? I want to 
access all Textures!!
Thanks
Ming


      __________________________________________________________
Unglücklich mit Ihrer Mail-Adresse?

Millionen neuer Mail-Adressen - jetzt bei Yahoo!

http://de.docs.yahoo.com/mail/wunschmailadresse/index.html
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to