Hi Adri,

The naming convention used for OSG state classes is the same as OpenGL, so
for osg::LineStipple maps to glLineStiple.  To search for the meaning of
the associated functionality you can then simply look up OpenGL docs on
glLineStiple.

Robert.


On 31 October 2013 09:17, Adri CS <acsant...@gmail.com> wrote:

> Hi Lauren!
>
> Thanks for your comment. Now I can see a solid line.
>
> A few questions:
>
> 1) What are the "factor" and "pattern" attributes in the LineStipple? In
> the doxygen docs (
> http://trac.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/a00466.html)
> there's no explanation about them.
>
> 2) Now, to show a dashed line, is that the correct code? Am I missing
> something?
>
> Thanks and best regards!
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to