<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 3, 2017 at 4:22 PM, Don Brutzman <span dir="ltr"><<a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 9/2/2017 1:35 PM, Andreas Plesch wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Looking at event utilities:<br>
<br>
Example for sequencers (interpolators)<br>
<br>
<a href="http://x3dgraphics.com/examples/X3dForWebAuthors/Chapter09EventUtilitiesScripting/BooleanSequencerIntegerSequencerIndex.html" rel="noreferrer" target="_blank">http://x3dgraphics.com/example<wbr>s/X3dForWebAuthors/Chapter09Ev<wbr>entUtilitiesScripting/BooleanS<wbr>equencerIntegerSequencerIndex.<wbr>html</a><br>
<br>
(BTW cobweb needs http rather than https for this example, seemingly due to CORS during to font loading).<br>
</blockquote>
<br>
Do you mean the Cobweb .js and .css references in autogenerated html pages containing Cobweb-rendered scenes?<br>
<br></blockquote><div><br></div><div><a href="https://x3dgraphics.com/examples/X3dForWebAuthors/Chapter09EventUtilitiesScripting/BooleanSequencerIntegerSequencerCobweb.html">https://x3dgraphics.com/examples/X3dForWebAuthors/Chapter09EventUtilitiesScripting/BooleanSequencerIntegerSequencerCobweb.html</a></div><div><br></div><div>shows these errors on the console:</div><div><br></div><div>Blocked loading mixed active content “<a href="http://cdn.rawgit.com/create3000/cobweb/master/cobweb.js/fonts/DroidSerif-Regular.ttf">http://cdn.rawgit.com/create3000/cobweb/master/cobweb.js/fonts/DroidSerif-Regular.ttf</a>”[Learn More]<br></div><div> </div><div>This to me looks more like it is related to internal cobweb font loading. Perhaps it is already fixed with the latest x-cite ?</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Currently am using form recommended by Cobweb, i.e.<br>
<br>
        <a href="http://create3000.de/cobweb/getting-started/" rel="noreferrer" target="_blank">http://create3000.de/cobweb/ge<wbr>tting-started/</a><br>
<br>
      <link rel="stylesheet"<br>
            type="text/css"<br>
            href="<a href="https://cdn.rawgit.com/create3000/cobweb/master/stable/latest/cobweb.css" rel="noreferrer" target="_blank">https://cdn.rawgit.com/c<wbr>reate3000/cobweb/master/stable<wbr>/latest/cobweb.css</a>"/><br>
      <script type="text/javascript" src="<a href="https://cdn.rawgit.com/create3000/cobweb/master/stable/latest/cobweb.min.js" rel="noreferrer" target="_blank">https://cdn.rawgit.com/cr<wbr>eate3000/cobweb/master/stable/<wbr>latest/cobweb.min.js</a>"></<wbr>script><br>
<br></blockquote><div><br></div><div>To me that looks good. There is also a way to use the default protocol by using a protocol relative url:</div><div> src="<a href="https://cdn.rawgit.com/create3000/cobweb/master/stable/latest/cobweb.min.js" rel="noreferrer" target="_blank">//cdn.rawgit.com/cr<wbr>eate3000/cobweb/master/stable/<wbr>latest/cobweb.min.js</a>"</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
If so, I can change the conversion script to http as follows:<br>
<br>
      <link rel="stylesheet"<br>
            type="text/css"<br>
            href="<a href="http://cdn.rawgit.com/create3000/cobweb/master/stable/latest/cobweb.css" rel="noreferrer" target="_blank">http://cdn.rawgit.com/cr<wbr>eate3000/cobweb/master/stable/<wbr>latest/cobweb.css</a>"/><br>
      <script type="text/javascript" src="<a href="http://cdn.rawgit.com/create3000/cobweb/master/stable/latest/cobweb.min.js" rel="noreferrer" target="_blank">http://cdn.rawgit.com/cre<wbr>ate3000/cobweb/master/stable/<wbr>latest/cobweb.min.js</a>"></<wbr>script><br>
<br>
Can you or Holger please advise on preferred form?<br></blockquote><div><br></div><div>Holger would need to chime in since it looks to me it may be a cobweb issue.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Meanwhile have been using http (not https) for X3DOM:<br>
<br>
      <!-- Developer X3DOM release version: <a href="http://www.x3dom.org/download/dev" rel="noreferrer" target="_blank">http://www.x3dom.org/download/<wbr>dev</a> --><br>
      <link rel="stylesheet"<br>
            type="text/css"<br>
            href="<a href="http://www.x3dom.org/download/dev/x3dom.css" rel="noreferrer" target="_blank">http://www.x3dom.org/dow<wbr>nload/dev/x3dom.css</a>"/><br>
      <script type="text/javascript"<br>
              src="<a href="http://www.x3dom.org/download/dev/x3dom-full.js" rel="noreferrer" target="_blank">http://www.x3dom.org/down<wbr>load/dev/x3dom-full.js</a>"/><br>
<br>
... but am seeing https now used on the HelloX3DOM example:<br>
<br>
        <a href="https://doc.x3dom.org/tutorials/basics/hello/HelloX3DOM.html" rel="noreferrer" target="_blank">https://doc.x3dom.org/tutorial<wbr>s/basics/hello/HelloX3DOM.html</a><br>
<br>
        view-source:<a href="https://doc.x3dom.org/tutorials/basics/hello/HelloX3DOM.html" rel="noreferrer" target="_blank">https://doc.x3dom.<wbr>org/tutorials/basics/hello/Hel<wbr>loX3DOM.html</a><br>
<br>
Can you or someone on Fraunhofer team advise on preferred form?<br></blockquote><div><br></div><div>Fraunhofer started offering https delivery of x3dom which would be normally preferred. Protocol relative URLs may work best since people may access examples using either protocol.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
A Sequencers implementation should be able to use Interpolator implementations as a starting point (or could be internally a Interpolator plus type conversion).<br>
<br>
<a href="https://x3dgraphics.com/examples/X3dForWebAuthors/Chapter09EventUtilitiesScripting/BooleanToggleIndex.html" rel="noreferrer" target="_blank">https://x3dgraphics.com/exampl<wbr>es/X3dForWebAuthors/Chapter09E<wbr>ventUtilitiesScripting/<wbr>BooleanToggleIndex.html</a><br>
<br>
If all the TimeTriggers, BooleanFilters and BooleanToggles are really needed, it may be insightful to see if the effect could be accomplished in a less involved way, without or with event utilities (perhaps by adding/removing routes).<br>
<br>
Looking for a simpler but still useful example.<br>
<br>
-Andreas<br>
</blockquote>
<br>
Hmmm, side-by-side display comparisons of each event utility node versus a corresponding Script node might be interesting.<br>
<br></blockquote><div><br></div><div>I guess, using the event utility nodes just leads to somewhat verbose scenes which at first looks distracting but is not really a disadvantage (although large web sites would care int terms of bandwidth). <br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
all the best, Don<span class="gmail-HOEnZb"><font color="#888888"><br>
-- <br>
Don Brutzman  Naval Postgraduate School, Code USW/Br       <a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a><br>
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   <a href="tel:%2B1.831.656.2149" value="+18316562149" target="_blank">+1.831.656.2149</a><br>
X3D graphics, virtual worlds, navy robotics <a href="http://faculty.nps.edu/brutzman" rel="noreferrer" target="_blank">http://faculty.nps.edu/brutzma<wbr>n</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Andreas Plesch<br>39 Barbara Rd.<br>Waltham, MA 02453</div>
</div></div>