#VRML V2.0 utf8 DEF DolphinTForm Transform { translation 0 0 -100 scale 2 2 2 #rotation 1 1 1 .7 children [ Shape { geometry IndexedFaceSet { coord Coordinate { point [ -4 -2.0 0, 4 -2.0 0, 4 2 0, -4 2 0, ] } texCoord TextureCoordinate { point [ 0 0, 1 0, 1 1, 0 1 ] } coordIndex [ 0, 1, 2, 3, -1 ] } appearance Appearance { material Material { diffuseColor .6 .5 .3 specularColor .1 .1 .1 } texture MovieTexture { url "dolphin.gif" loop TRUE chromaKey 0 1 0 } } } ] } DEF DolphinTimer TimeSensor { cycleInterval 15 loop TRUE } DEF DolphinPath PositionInterpolator { key [ 0, .33, .66, 1 ] keyValue [0 0 -70, 25 0 -50, 30 0 -25, 0 0 -70] } ROUTE DolphinTimer.fraction_changed TO DolphinPath.set_fraction ROUTE DolphinPath.value_changed TO DolphinTForm.set_translation