<div dir="ltr"><div>Hi Alberto,</div><div><br></div><div>as you have noticed, multi-volume rendering is currently not supported in the vtkGPUVolumeRayCastMapper.  If you are building VTK with OpenGL2 however, it supports independent components so (depending on your use case) you might be able to render up to 4 volumes (one per component), provided you can arrange them in a four component array (this has the limitation that each component will need to have the same dimensions).  That said, we are working on giving support for multiple volumes in the next VTK release.</div><div><br></div><div>With regards to the solution you mentioned (<a href="https://github.com/bozorgi/VTKMultiVolumeRayCaster" target="_blank">https://github.com/bozorgi/VTK<wbr>MultiVolumeRayCaster</a>), you could use it temporarily if it would solve your problem better than fitting the volumes as independent components.  It seems to implement a similar approach as we would do (connecting various inputs/ properties to the mapper) so it should not be extremely difficult to migrate to the official implementation in the future.  I have not tried it myself but please do let us know if you have any remarks once you try it.  As far as I know, if the python bindings are not explicitly disabled for these new classes then they should be also wrapped.</div><div><br></div><div>Regads,</div><div>Álvaro</div><div><br></div><div><br></div><div><br></div><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small;color:rgb(11,83,148)"><br></div><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">amdelaossa</b> <span dir="ltr"><<a href="mailto:adelaossa@gmail.com" target="_blank">adelaossa@gmail.com</a>></span><br>Date: Thu, Aug 25, 2016 at 10:00 AM<br>Subject: [vtkusers] Multiple volumes rendering with vtkGPUVolumeRayCastMapper or similar<br>To: <a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a><br><br><br><div style="word-wrap:break-word">Dear all, <div>we (a <a href="http://plasma.desy.de/research/simulation_and_theory/index_eng.html" target="_blank">research team</a> in DESY, Germany) are strongly interested in rendering multiple data volumes in the same view with VTK. </div><div>We chose VTK for our 3D visualisation project on beam-plasma interactions due to its extended functionality and features, </div><div>its open source character and because it is written in C++ with bindings for python.<br>However, we will require to show multiple volumes in the same view (representing the data of different particle species in our simulations).<br>We are currently using a vtkGPUVolumeRayCastMapper object for each data set, which is then connected to a vtkVolume. </div><div>The different vtkVolume objects are then added to the vtkRenderer.<br>We have tried to use different vtkRenderer objects for the different vtkVolumes, </div><div>but still only the first volume on the first vtkRenderer is displayed. <br><br>Searching in the web, we have found the following (potential) solution:<br><a href="https://github.com/bozorgi/VTKMultiVolumeRayCaster" target="_blank">https://github.com/bozorgi/VTK<wbr>MultiVolumeRayCaster</a><br>which is published here:<br><a href="http://www.ncbi.nlm.nih.gov/pubmed/24841148" target="_blank">http://www.ncbi.nlm.nih.gov/pu<wbr>bmed/24841148</a><br><br>It consists on new vtk classes to handle multiple volumes rendering.<br>As it might work well for our purposes, we would like to ask your opinion about this new classes.<br>Are you planning to incorporate something like this in the official VTK distribution soon?<br>If not, we will be interested in incorporating this new class into our personal VTK installation.<br>Then the question is: Will be the python bindings automatically generated for these new classes?<br><br>Thanks a lot for your support!</div><div><br></div><div>Best regards,</div><div>Alberto</div><div><br></div></div><br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a><br>
<br></div><br></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Alvaro Sanchez</div><div>Kitware, Inc.</div><div><span style="color:rgb(0,0,0);font-family:Arial;font-size:14.6667px;line-height:20.24px;white-space:pre-wrap">Senior </span>R&D Engineer</div><div>21 Corporate Drive</div><div>Clifton Park, NY 12065-8662</div><div>Phone: 518-881-4901</div></div></div></div></div>
</div></div>