[vtkusers] Non-transparent wireframe representation?

Jérôme jerome.velut at gmail.com
Mon Apr 26 06:30:40 EDT 2010


Hi Joel,

I don't know of this is a good way, but you can try a forked visualisation
pipeline:

1) Original polydata -> Surface representation
2) Original polydata -> PolyDataNormals -> ExtractEdges -> Surface
representation

You will have to play with normals flipping, consistency and surface color.
I will send (PM) a screenshot of a ParaView rendering that follows this
idea.

HTH

Jerome

2010/4/26 Joel Schaerer <joel.schaerer at gmail.com>

>
> I am using the wireframe representation to display triangular meshes. The
> representation works very well, except for one thing: I would like the
> wireframe to be "opaque", in the sense that it shouldn't be possible to see
> through the surface.
>
> To try to emulate this, I tried using the Surface representation with
> EdgeVisibilityOn(). However in that case the edges are not shaded, so it
> doesn't look as good.
>
> Is there a good way to do this?
>
> Thanks a lot!
>
> Joel Schaerer
> --
> View this message in context:
> http://old.nabble.com/Non-transparent-wireframe-representation--tp28362835p28362835.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100426/b70caf60/attachment.htm>


More information about the vtkusers mailing list