Hi Dominik,<br><br>There isn't a way in KiwiViewer to control the individual transparencies after you combine the meshes into one.  If the vertices have a 3 component unsigned char array named "rgb_colors" then KiwiViewer will use that for coloring, so you can combine your meshes and maintain separate coloring.<br>

<br>Hopefully we can add zip archive support to future versions.<br><br>Right now, my best advice is to use dropbox public urls, and use the .kiwi file's ability to fetch datasets from url (as documented at the link Aashish posted).  A public dropbox url would look like:<br>

<br>    <a href="http://dl.dropbox.com/u/10806793/brain_atlas_mri.mha">http://dl.dropbox.com/u/10806793/brain_atlas_mri.mha</a><br><br>And you could robustly list multiple datasets like this.<br><br>Pat<br><br><div class="gmail_quote">

On Fri, Mar 2, 2012 at 9:54 AM, Dominik Szczerba <span dir="ltr"><<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Thank you for your answer. Please see below.<br>
<div class="im"><br>
> I will let Pat answer in detail but did you read about .kiwi<br>
> here <a href="http://www.vtk.org/Wiki/VES/KiwiViewer_Scene_File" target="_blank">http://www.vtk.org/Wiki/VES/KiwiViewer_Scene_File</a>? If you have put<br>
> together different meshes like this, it should have worked.<br>
><br>
> Also do you see more than one part or it is always one? What about the mesh<br>
> size ( number of points ? )<br>
<br>
</div>As I wrote originally, I am able to achieve my goal using a scene<br>
file, The problem is that I have several files this way which is very<br>
troublesome and error prone to send to a non-techie customer who just<br>
expect to do one click... So I am looking for a way to have one "flat"<br>
file that I can send around, Size of the models is also not an issue,<br>
these are highly decimated grids,<br>
<br>
Or maybe all could be zipped into one archive containing the scene and<br>
the grids?<br>
<div class="HOEnZb"><div class="h5"><br>
Dominik<br>
_______________________________________________<br>
Kiwiviewer mailing list<br>
<a href="mailto:Kiwiviewer@public.kitware.com">Kiwiviewer@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/kiwiviewer" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/kiwiviewer</a><br>
</div></div></blockquote></div><br>