HI Gianni,

I haven't looked at the example modes (juggling lots tasks right now) but
in general when you get un-intended artifacts happening to unrelated bits
of the scene graph it's because those parts that behave strangely don't
have their state fully set and just inheriting some random state from other
parts of the scene graph.

It could be that you have lighting enabled but no normals defined on the
geometry, or something else similar to this.

Robert.

On 2 March 2015 at 13:50, Gianni Ambrosio <[email protected]> wrote:

> Hi,
> I have a road with a curb. When I pick on the road to add a little flag
> then the curb becomes darker. Please see attached images.
> I realized that the Cylinder geometry used for the flag causes the
> problem. I also attach the related osg files.
> Can anybody please explain me the reason?
>
> Regards
> Gianni
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=62906#62906
>
>
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to