Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
91769ffe
Commit
91769ffe
authored
5 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
c14n
parent
952b6891
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Locations/FortLauderdaleFlorida/ElevationGridExample.x3d
+2
-2
2 additions, 2 deletions
Locations/FortLauderdaleFlorida/ElevationGridExample.x3d
with
2 additions
and
2 deletions
Locations/FortLauderdaleFlorida/ElevationGridExample.x3d
+
2
−
2
View file @
91769ffe
...
...
@@ -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'
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment