<div dir="ltr"><div>Hi Tobias,<br><br></div>I'll let others answer your first few questions since they have more experience there.  But I can answer your question about updating based on camera position.<br><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 17, 2015 at 11:58 AM, Tobias Beeh <span dir="ltr"><<a href="mailto:Tobias.Beeh@t-online.de" target="_blank">Tobias.Beeh@t-online.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
<br>
our team (11 students from the university of Stuttgart) is trying to<br>
build a geovisualization environment on top of paraview.<br>
Right now we're planning the architecture, which is quite difficult as<br>
no one of us has any previous experience with paraview.<br>
<br>
We discovered the class vtkGeoView and wondered if we could integrate<br>
this view into the paraview UI.<br>
If possible we would like to combine this view with other data loaded<br>
into the paraview pipeline.<br>
Otherwise we would need to re-write the whole vtkGeoView with LoD and<br>
dynamic loading because the whole globe hi-res texture is probably too<br>
big to load it into the RAM at once - even if not some other large data<br>
sets need to fit in there as well.<br>
We would like to avoid this of course.<br>
<br>
<br>
Another approach we discussed was to tile the globe for different zoom<br>
levels and load only those currently displayed, but we could not find an<br>
automated way to reload geometry based on the camera position.<br></blockquote><div><br></div><div>To do this you'll want to use the mutliresolution streaming support.  There are some details here: <a href="http://www.paraview.org/ParaView/index.php/Multi-Resolution_Rendering_with_Overlapping_AMR">http://www.paraview.org/ParaView/index.php/Multi-Resolution_Rendering_with_Overlapping_AMR</a>  The best example code is probably in the Streaming Particles plugin.  This can be found in the ParaView source tree under Plugins/StreamingParticles.  There should be an example data source that produces streamable data as well as the ParaView representation to support streaming.  You'll probably have to customize your own versions of both since these were designed to work with sets of points rather than geometry.<br><br></div><div>HTH,<br></div><div>--Shawn <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Pointers to useful development resources (other than the official<br>
paraview guide, documentation, wiki and examples) are appreciated as well.<br>
Thank you for your time,<br>
<br>
Tobias Beeh<br>
<br>
_______________________________________________<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/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div></div></div></div>