On 11/3/06, Madhavan <[EMAIL PROTECTED]
> wrote:
Hi,Is there option to get "Hidden Line Removal" from the Wireframe Model.Reference for the feature please see the link below,
The OSG does not have such a built-in feature afaik
Maybe you can draw your object in the z-buffer (disabling the color buffer output) and then draw the wireframe in the color buffer with a "less or equal" depth function.
Well, this is the approach I would use; implementing the technique described in the article seems very difficult, but it might be possible with a (very complex) shader.
Thibault
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
