<div dir="ltr">You can probably download any nightly binary and just get the new &quot;www&quot; directory with the python code vtk/web/* + paraview/web/*.<div>That might just work. ;-)</div><div><br></div><div>Seb</div><div>
<br></div><div>PS: As you noticed, make sure you clear your browser cache.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Dec 2, 2013 at 11:02 AM, Bogdan Daqui Herrera <span dir="ltr">&lt;<a href="mailto:bdaqui@simscale.de" target="_blank">bdaqui@simscale.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ah, that should be it. Mine is around 3-4 weeks old. I will recompile it<br>
in its entirety, but as a starting point for this particular isue, what<br>
needs to be recompiled, or is it just the javascripts that need to be<br>
updated?<br>
<br>
Bogdan<br>
<div class="im"><br>
On 02.12.2013 18:59, Sebastien Jourdain wrote:<br>
&gt; Hum,<br>
&gt;<br>
&gt; that should work then.<br>
&gt; I&#39;ve fixed it a week or 2 ago. Are you using the latest ParaView/master<br>
&gt; from git?<br>
&gt;<br>
&gt; Seb<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Dec 2, 2013 at 10:37 AM, Bogdan Daqui Herrera<br>
</div><div><div class="h5">&gt; &lt;<a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a> &lt;mailto:<a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Hi Seb,<br>
&gt;<br>
&gt;     I have located the file and key where the value should, I assume, be set<br>
&gt;     on the web deployment: vtkweb-all.js.<br>
&gt;<br>
&gt;     The key value combination seem to be in:<br>
&gt;     DEFAULT_OPTIONS = {<br>
&gt;             keepServerInSynch: true<br>
&gt;     }<br>
&gt;<br>
&gt;     which I have set to true. In the web-browser, after deleting the cache,<br>
&gt;     I can see this is the current key-value combination, however<br>
&gt;     synchronisation is not completed. I tried placing the key-value in<br>
&gt;     quotes as well, without any effect.<br>
&gt;<br>
&gt;     I am switching the WebGL renderer on with<br>
&gt;     pv.viewport.setActiveRenderer(&quot;webgl&quot;);<br>
&gt;<br>
&gt;     Should this be enough or I am still missing some configuration values?<br>
&gt;<br>
&gt;     The vtkweb.viewport.webgl.js itself is in the ParaView sources under:<br>
&gt;     src/VTK/Web/JavaScript/Lib/vtkweb.viewport.webgl.js, but its contents is<br>
&gt;     also in vtkweb-all.js, which is deployed for the web-app as well as in<br>
&gt;     the different examples.<br>
&gt;<br>
&gt;     Kind Regards,<br>
&gt;     Bogdan<br>
&gt;<br>
&gt;<br>
&gt;     On 02.12.2013 17:56, Sebastien Jourdain wrote:<br>
&gt;     &gt; Hi Bogdan,<br>
&gt;     &gt;<br>
&gt;     &gt; To fix the issue #1, you just need to add a property at the<br>
&gt;     construction<br>
&gt;     &gt; of the viewport in order to keep client and server in synch.<br>
&gt;     &gt; I don&#39;t remember the key/value pair but if you look inside the<br>
&gt;     &gt; xxx.webgl.js, you should find out.<br>
&gt;     &gt; Moreover, once the JS documentation get regenerated after the next<br>
&gt;     &gt; gatekeeper review, this will be well described.<br>
&gt;     &gt;<br>
&gt;     &gt; For the #2, this is definitely a new bug that will need to be<br>
&gt;     addressed.<br>
&gt;     &gt;<br>
&gt;     &gt; Thanks for your feedback,<br>
&gt;     &gt;<br>
&gt;     &gt; Seb<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt; On Mon, Dec 2, 2013 at 2:51 AM, Bogdan Daqui Herrera<br>
&gt;     &lt;<a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a> &lt;mailto:<a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a>&gt;<br>
</div></div><div><div class="h5">&gt;     &gt; &lt;mailto:<a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a> &lt;mailto:<a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a>&gt;&gt;&gt; wrote:<br>
&gt;     &gt;<br>
&gt;     &gt;     Hello all,<br>
&gt;     &gt;<br>
&gt;     &gt;     I have run into a couple of issues while using the WebGL<br>
&gt;     renderer in<br>
&gt;     &gt;     ParaviewWeb 4. Could you help me out with some pointers or<br>
&gt;     possible<br>
&gt;     &gt;     workarounds for these problems.<br>
&gt;     &gt;<br>
&gt;     &gt;     1. Camera View being reset<br>
&gt;     &gt;     The camera orientation and position are always being reset after<br>
&gt;     &gt;     performing different operations, such as:<br>
&gt;     &gt;     -Activating/De-activating the scalarbar<br>
&gt;     &gt;     -Choosing between point/face data for the ColorBy selection<br>
&gt;     &gt;     -Adding a filter into the current pipeline<br>
&gt;     &gt;     -Rescaling<br>
&gt;     &gt;     -advancing to the next file/time-step in the Data Source.<br>
&gt;     &gt;<br>
&gt;     &gt;     2. Background other than black<br>
&gt;     &gt;     This happens when a background of a different colour, for<br>
&gt;     example a<br>
&gt;     &gt;     gradient of white and grey is chosen. If I alter the camera<br>
&gt;     position or<br>
&gt;     &gt;     orientation, this background (which is in this case<br>
&gt;     represented by a<br>
&gt;     &gt;     rectangle with the selected colours) can move out of the<br>
&gt;     field-of view,<br>
&gt;     &gt;     it does not stay in a fixed position relative to the camera<br>
&gt;     meaning the<br>
&gt;     &gt;     black regular background is in most part visible.<br>
&gt;     &gt;<br>
&gt;     &gt;     Both issues happen only when using the WebGL renderer. When<br>
&gt;     switching to<br>
&gt;     &gt;     the software renderer, the behaviour is as expected.<br>
&gt;     &gt;<br>
&gt;     &gt;     Kind Regards,<br>
&gt;     &gt;     Bogdan<br>
&gt;     &gt;<br>
&gt;     &gt;     --<br>
&gt;     &gt;     Bogdan Daqui<br>
&gt;     &gt;     Software Development<br>
&gt;     &gt;<br>
&gt;     &gt;     SimScale GmbH<br>
&gt;     &gt;     Lichtenbergstraße 8<br>
&gt;     &gt;     85748 Garching bei München<br>
&gt;     &gt;<br>
&gt;     &gt;     Phone: <a href="tel:%2B49%20%280%2989%203398%204078" value="+498933984078">+49 (0)89 3398 4078</a><br>
&gt;     &lt;tel:%2B49%20%280%2989%203398%204078&gt;<br>
&gt;     &lt;tel:%2B49%20%280%2989%203398%204078&gt;<br>
&gt;     &gt;     Email: <a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a> &lt;mailto:<a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a>&gt;<br>
</div></div>&gt;     &lt;mailto:<a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a> &lt;mailto:<a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a>&gt;&gt;<br>
<div class="HOEnZb"><div class="h5">&gt;     &gt;<br>
&gt;     &gt;     Amtsgericht München, HRB 201813<br>
&gt;     &gt;     Geschäftsführer: Vincenz Dölle &amp; David Heiny<br>
&gt;     &gt;<br>
&gt;     &gt;     <a href="http://www.simscale.de" target="_blank">http://www.simscale.de</a><br>
&gt;     &gt;     _______________________________________________<br>
&gt;     &gt;     Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;     &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
&gt;     &gt;<br>
&gt;     &gt;     Visit other Kitware open-source projects at<br>
&gt;     &gt;     <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;     &gt;<br>
&gt;     &gt;     Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;     &gt;     <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;     &gt;<br>
&gt;     &gt;     Follow this link to subscribe/unsubscribe:<br>
&gt;     &gt;     <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>