Skip to content
Snippets Groups Projects
Commit 8c4a18ad authored by Brutzman, Don's avatar Brutzman, Don
Browse files

c14n

parent 1226dae8
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<IS> <IS>
<connect nodeField='height' protoField='height'/> <connect nodeField='height' protoField='height'/>
</IS> </IS>
<![CDATA[ <![CDATA[
ecmascript: ecmascript:
function initialize () function initialize ()
...@@ -89,7 +89,7 @@ function initialize () ...@@ -89,7 +89,7 @@ function initialize ()
// customize PositionInterpolator to move correct vertical distance // customize PositionInterpolator to move correct vertical distance
PI.keyValue = new MFVec3f (initialTranslation, finalTranslation); PI.keyValue = new MFVec3f (initialTranslation, finalTranslation);
// Browser.print ('PI.keyValue=' + PI.keyValue); // Browser.print ('PI.keyValue=' + PI.keyValue);
} }
]]> ]]>
</Script> </Script>
<ROUTE fromField='initialTranslation' fromNode='HeightTypeConversion' toField='set_translation' toNode='BollardTransform'/> <ROUTE fromField='initialTranslation' fromNode='HeightTypeConversion' toField='set_translation' toNode='BollardTransform'/>
...@@ -102,13 +102,13 @@ function initialize () ...@@ -102,13 +102,13 @@ function initialize ()
<IS> <IS>
<connect nodeField='raise' protoField='raise'/> <connect nodeField='raise' protoField='raise'/>
</IS> </IS>
<![CDATA[ <![CDATA[
ecmascript: ecmascript:
function raise (value, timestamp) function raise (value, timestamp)
{ {
startRaising = timestamp; startRaising = timestamp;
} }
]]> ]]>
</Script> </Script>
<ROUTE fromField='fraction_changed' fromNode='RaiseBollardClock' toField='set_fraction' toNode='HeightInterpolator'/> <ROUTE fromField='fraction_changed' fromNode='RaiseBollardClock' toField='set_fraction' toNode='HeightInterpolator'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment