[vtkusers] Wireframe and Volume Rendering

Allie Vacanti allison.vacanti at kitware.com
Wed May 16 11:30:30 EDT 2018


Something like this will happen if you enable hidden line removal
(vtkRenderer::SetUseHiddenLineRemoval) since that overwrites the depth
buffer. If that's what's happening, you'll need to disable HLR for this
sort of scene.

HTH,
Allison

On Wed, May 16, 2018 at 11:24 AM, Sankhesh Jhaveri <
sankhesh.jhaveri at kitware.com> wrote:

> Hi,
>
> Could you share example code that reproduces this behavior?
> I don't see it in ParaView:
>
> [image: WireframeVolumeIntersection.png]
>
> Thanks,
> Sankhesh
>
> On Wed, May 16, 2018 at 2:49 AM Andaharoo <Andx_roo at live.com> wrote:
>
>> Rendering wireframes over a volume doesn't seem to work correctly. The
>> volume
>> just disappears? Is there a simple fix/flag or something I'm missing? The
>> lines intermix fine with the volume. But the volume behind the plane
>> doesn't
>> show.
>>
>> <http://vtk.1045678.n5.nabble.com/file/t342007/example.png>
>>
>>
>>
>> --
>> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
>> _______________________________________________
>> 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
>>
>> Search the list archives at: http://markmail.org/search/?q=vtkusers
>>
>> Follow this link to subscribe/unsubscribe:
>> https://vtk.org/mailman/listinfo/vtkusers
>>
> --
> Sankhesh Jhaveri *Sr. Research & Development Engineer* | Kitware
> <http://www.kitware.com/> | (518) 881-4417
>>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtkusers/attachments/20180516/f4d52f60/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: WireframeVolumeIntersection.png
Type: image/png
Size: 168574 bytes
Desc: not available
URL: <https://vtk.org/pipermail/vtkusers/attachments/20180516/f4d52f60/attachment-0001.png>


More information about the vtkusers mailing list