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

c14n

parent 952b6891
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<Script DEF='WhereDump'>
<field accessType='inputOnly' name='position' type='SFVec3f'/>
<field accessType='inputOnly' name='orientation' type='SFRotation'/>
<![CDATA[
<![CDATA[
ecmascript:
function position (value)
{
......@@ -43,7 +43,7 @@ function orientation (value)
Browser.print ('Orientation (X,Y,Z,R) = ' + value[0] +
', ' + value[1] + ', ' + value[2] +
', ' + value[3]);
}
}
]]>
</Script>
<ROUTE fromField='position_changed' fromNode='Where' toField='position' toNode='WhereDump'/>
......
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