<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} .ms-cui-menu {background-color:#ffffff;border:1px rgb(171, 171, 171) solid;font-family:'Segoe UI WPC','Segoe UI',Tahoma,'Microsoft Sans Serif',Verdana,sans-serif;font-size:10pt;color:rgb(51, 51, 51);} .ms-cui-menusection-title {display:none;} .ms-cui-ctl {vertical-align:text-top;text-decoration:none;color:rgb(51, 51, 51);} .ms-cui-ctl-on {background-color:rgb(223, 237, 250);opacity: 0.8;} .ms-cui-img-cont-float {display:inline-block;margin-top:2px} .ms-cui-smenu-inner {padding-top:0px;} .ms-owa-paste-option-icon {margin: 2px 4px 0px 4px;vertical-align:sub;padding-bottom: 2px;display:inline-block;} .ms-rtePasteFlyout-option:hover {background-color:rgb(223, 237, 250) !important;opacity:1 !important;} .ms-rtePasteFlyout-option {padding:8px 4px 8px 4px;outline:none;} .ms-cui-menusection {float:left; width:85px;height:24px;overflow:hidden}
<!--
.hmmessage p
        {margin:0px;
        padding:0px}
body.hmmessage
        {font-size:12pt;
        font-family:Calibri}
-->

<!--
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal
        {font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
.ExternalClass span.ecxMsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
.ExternalClass pre
        {font-size:10.0pt;
        font-family:"Courier New"}
.ExternalClass span.ecxEmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.ExternalClass span.ecxHTMLPreformattedChar
        {font-family:"Courier New"}
.ExternalClass .ecxMsoChpDefault
        {font-family:"Calibri","sans-serif"}
-->
--></style>
</head>
<body>
<div style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Thanks Doug</p>
<p><br>
</p>
<p>It's my old idea to form a group of X3D sceens into a X3Dspace and syncronize the sceen node states  over the internet using XMPP with the JScripting lib strophe. Would also like to incorporate simulations engines in the X3DSpace.</p>
<p>To understand the X3D with Ecma scripting and hopefully merge it with xmpp based inter browser communication are a step in that direction.</p>
<p><br>
</p>
<p>/Sven-Erik</p>
<p><br>
</p>
<div style="color: #282828;">
<hr tabindex="-1" style="display: inline-block; width: 98%;">
<div dir="ltr" id="divRplyFwdMsg"><font face="Calibri, sans-serif" color="#000000" style="font-size: 11pt;"><b>From:</b> X3D-Public <x3d-public-bounces@web3d.org> on behalf of doug sanden <highaspirations@hotmail.com><br>
<b>Sent:</b> Wednesday, May 28, 2014 4:05 PM<br>
<b>To:</b> x3d-public@web3d.org<br>
<b>Subject:</b> Re: [X3D-Public] variable in ecma script SFVec3F parrameter?</font>
<div> </div>
</div>
<div>
<div dir="ltr"><br>
Sven-Erik,<br>
<div>Yes. 
<div>var z = -1;</div>
<div>changedPosition = new SFVec3f(0,-1,z);</div>
<div>If you want to 'save state' between functions, there are 2 ways to do it:</div>
<div>a) above the script functions:</div>
<div>var z = -1;  //not all browsers support this, I suspect it depends on the javascript engine</div>
<div>function initialize()</div>
<div>{</div>
<div>...</div>
<div>changedPosition = new SFVec3f(0,-1,z);</div>
<div>z = z - 1; //for fun, have the text fade on each click</div>
<div>...</div>
<div>}</div>
<div>b) another Script node field:</div>
<div><field name='y' type='SFFloat' accessType='inputOutput' value='2.0'/></div>
<div>..</div>
<div>changedPosition = new SFVec3f(0,y+1,z);</div>
<div>..</div>
<div>-Doug</div>
<div><br>
<div><br>
<div>
<hr id="stopSpelling">
From: Sven-Erik.Tiberg@ltu.se<br>
To: x3d-public@web3d.org<br>
Date: Wed, 28 May 2014 13:10:38 +0000<br>
Subject: [X3D-Public] variable in ecma script SFVec3F parrameter?<br>
<br>
<style>
<!--
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal
        {font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
.ExternalClass span.ecxMsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
.ExternalClass pre
        {font-size:10.0pt;
        font-family:"Courier New"}
.ExternalClass span.ecxEmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.ExternalClass span.ecxHTMLPreformattedChar
        {font-family:"Courier New"}
.ExternalClass .ecxMsoChpDefault
        {font-family:"Calibri","sans-serif"}
-->
</style>
<div class="ecxWordSection1">
<p class="ecxMsoNormal">Hi</p>
<p class="ecxMsoNormal"> </p>
<p class="ecxMsoNormal">In example  <a target="_blank" href="http://www.web3d.org/x3d/content/examples/Basic/ScriptConformance/_pages/page09.html">http://www.web3d.org/x3d/content/examples/Basic/ScriptConformance/_pages/page09.html</a></p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: "courier new";"> </span></p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: "courier new";"><Snipp></span></p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: "courier new";"> </span></p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: "courier new";">case 2: // post-click all-done message</span></p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: "courier new";">               <snipp></span></p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: "courier new";"> </span></p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: "courier new";">              
<b>changedPosition = new SFVec3f ( 0, -1, 0 );</b></span></p>
<p class="ecxMsoNormal"><b><span style="font-size: 10pt; font-family: "courier new";"> </span></b></p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: "courier new";">               <Snipp></span></p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: "courier new";"> </span></p>
<p class="ecxMsoNormal"><b><span style="font-size: 10pt; font-family: "courier new";">Are therer any restrictions in using changedPosition( myVarX, myVarY, myVarZ ); Where MyVarX are a normal variable that can be changed in the script?</span></b></p>
<p class="ecxMsoNormal"><b><span style="font-size: 10pt; font-family: "courier new";"> </span></b></p>
<p class="ecxMsoNormal"><b><span style="font-size: 10pt; font-family: "courier new";">/Sven-Erik Tiberg</span></b></p>
<p class="ecxMsoNormal"><b><span style="font-size: 10pt; font-family: "courier new";"></span></b></p>
<p class="ecxMsoNormal"><b><span style="font-size: 10pt; font-family: "courier new";"> </span></b></p>
<p class="ecxMsoNormal"><b><span style="font-size: 10pt; font-family: "courier new";"><br>
<br>
</span></b></p>
</div>
<br>
_______________________________________________ X3D-Public mailing list X3D-Public@web3d.org http://web3d.org/mailman/listinfo/x3d-public_web3d.org</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>