On Wed, Aug 20, 2008 at 11:57 AM, John Vidar Larring <[EMAIL PROTECTED]> wrote: > Hi all, > > In danger of exposing ignorance, I need to ask this question: It should be > possible to texture a SphereSegment, right?
osgSim::SphereSegment doesn't have any support for texture coordinates, so if you want to texture them then you'll need to use osg::TexGen/TexGenNode to create the texture coordinates. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

