Re: [osg-users] Polygon offset for line geometries, Z-fighting of edges and triangles

2016-07-14 Thread Sebastian Messerschmidt
Am 14.07.2016 um 13:05 schrieb Peter Bako: Hi, In my application, I am manipulating solid 3D models with edges represented by GL_LINES primitiveSet on an osg::Geometry. The problem is that I cannot use osg::PolygonOffset, to "highlight" the edges (to avoid dashed edges caused by Z-fighting). T

[osg-users] Polygon offset for line geometries, Z-fighting of edges and triangles

2016-07-14 Thread Peter Bako
Hi, In my application, I am manipulating solid 3D models with edges represented by GL_LINES primitiveSet on an osg::Geometry. The problem is that I cannot use osg::PolygonOffset, to "highlight" the edges (to avoid dashed edges caused by Z-fighting). This was not working at all, I don't see any