<div dir="ltr"><a href="http://www.web3d.org/documents/specifications/19777-1/V3.3/Part1/functions.html#MFVec3f">http://www.web3d.org/documents/specifications/19777-1/V3.3/Part1/functions.html#MFVec3f</a><br><div><br></div><div>PS I did get the list parameter working with duktape javascript engine - will take me a few days or weeks to publish the freewrl executable .msi - but basically the list [] is an object and the internal code can use the javscript api to test if its an array type or has length > 1 or some other way to inspect the key,values, and if so and the SAI function parameter list is variable or some other set of conditions, then I can split the list up to use like regular varargs.</div><div><br></div><div>C = new MFVec3f(A,B);  //the old conventional varargs way</div><div>C = new MFVec3f( [A,B] ); //Carlson's new 1 param list way, got working with duktape in freewrl</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 31, 2018 at 3:00 PM, John Carlson <span dir="ltr"><<a href="mailto:yottzumm@gmail.com" target="_blank">yottzumm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="#954F72"><div class="m_-550728150138714469WordSection1"><p class="MsoNormal">Where is the constructor for MFVec3f standardized?</p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Thanks,</p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">John</p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986" target="_blank">Mail</a> for Windows 10</p><p class="MsoNormal"><u></u> <u></u></p></div></div><br>______________________________<wbr>_________________<br>
x3d-public mailing list<br>
<a href="mailto:x3d-public@web3d.org">x3d-public@web3d.org</a><br>
<a href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org" rel="noreferrer" target="_blank">http://web3d.org/mailman/<wbr>listinfo/x3d-public_web3d.org</a><br>
<br></blockquote></div><br></div>