Re: [osg-users] [forum] Problem when nesting osgFX::Outline effects

2012-10-30 Thread celandre dzimiwine
Hi, Thanks for your reply. I have two use cases: 1) In my application, I am using outline fx to render red outlines around selected objects. I am also using outline fx to render dark edges around some basic geometries (like CAD application, SolidWorks) for a better look. For example: - Sph

[osg-users] [forum] Problem when nesting osgFX::Outline effects

2012-10-19 Thread celandre dzimiwine
Hi, I am trying to add an osgFX::Outline effect (as grand child) to another osgFx::Outline effect to have an outlined node of which child is also outlined. But I am getting a weird result: The child is displayed in fill mode and line mode (wireframe over fill mode rendering). I kinda understand