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
125a32cb
Commit
125a32cb
authored
5 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
restore missing model
parent
5e2fcc9c
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
Biologics/Dolphin/DolphinSwitcher.x3d
+40
-0
40 additions, 0 deletions
Biologics/Dolphin/DolphinSwitcher.x3d
with
40 additions
and
0 deletions
Biologics/Dolphin/DolphinSwitcher.x3d
0 → 100644
+
40
−
0
View file @
125a32cb
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "http://www.web3d.org/specifications/x3d-3.3.dtd">
<X3D
profile=
'Immersive'
version=
'3.3'
xmlns:xsd=
'http://www.w3.org/2001/XMLSchema-instance'
xsd:noNamespaceSchemaLocation=
'http://www.web3d.org/specifications/x3d-3.3.xsd'
>
<head>
<meta
content=
'DolphinSwitcher.x3d'
name=
'title'
/>
<meta
content=
'Switch animation among 3 different dolphin poses'
name=
'description'
/>
<meta
content=
'Chris Lang'
name=
'creator'
/>
<meta
content=
'1 August 2007'
name=
'created'
/>
<meta
content=
'10 October 2019'
name=
'modified'
/>
<meta
content=
'DolphinMorpher.x3d'
name=
'reference'
/>
<meta
content=
'DolphinPose01.x3d'
name=
'reference'
/>
<meta
content=
'DolphinPose02.x3d'
name=
'reference'
/>
<meta
content=
'DolphinPose03.x3d'
name=
'reference'
/>
<meta
content=
'https://savage.nps.edu/Savage/Biologics/Dolphin/DolphinSwitcher.x3d'
name=
'identifier'
/>
<meta
content=
'http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter07EventAnimationInterpolation/DolphinSwitcher.x3d'
name=
'reference'
/>
<meta
content=
'X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'
name=
'generator'
/>
<meta
content=
'../license.html'
name=
'license'
/>
</head>
<Scene>
<Background
groundColor=
'1 1 1'
skyColor=
'1 1 1'
/>
<Viewpoint
description=
'Dolphin switcher, 2m away'
position=
'0 0 2'
/>
<!-- Modify the whichChoice value in this Switch to 0, 1 or 2 to see the various versions of the model. Select whichChoice= -1 to show nothing. -->
<Switch
DEF=
'Switch'
whichChoice=
'2'
>
<!-- whichChoice values are 0, 1, 2 for these three children -->
<Group
DEF=
'CurvedUpwardPose'
>
<Inline
url=
'"DolphinPose02.x3d" "https://savage.nps.edu/Savage/Biologics/Dolphin/DolphinPose02.x3d"'
/>
</Group>
<Group
DEF=
'NeutralPose'
>
<Inline
url=
'"DolphinPose01.x3d" "https://savage.nps.edu/Savage/Biologics/Dolphin/DolphinPose01.x3d"'
/>
</Group>
<Group
DEF=
'CurvedDownwardPose'
>
<Inline
url=
'"DolphinPose03.x3d" "https://savage.nps.edu/Savage/Biologics/Dolphin/DolphinPose03.x3d"'
/>
</Group>
</Switch>
<IntegerSequencer
DEF=
'Sequencer'
key=
'0 0.25 0.5 0.75 1'
keyValue=
'0 1 2 1 0'
/>
<TimeSensor
DEF=
'Time'
cycleInterval=
'4'
loop=
'true'
/>
<ROUTE
fromField=
'value_changed'
fromNode=
'Sequencer'
toField=
'whichChoice'
toNode=
'Switch'
/>
<ROUTE
fromField=
'fraction_changed'
fromNode=
'Time'
toField=
'set_fraction'
toNode=
'Sequencer'
/>
</Scene>
</X3D>
\ No newline at end of file
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