@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorExample.ttl#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:  <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix x3d:     <https://www.web3d.org/specifications/x3d-4.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '3.2' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.2.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasMeta :meta_1_1, :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8, :meta_1_9, :meta_1_10, :meta_1_11 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'WaypointInterpolatorExample.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Example set of waypoints, plus either leg durations or speed(s), which demonstrates resulting position/orientation interpolation. Motion can be stopped/started by placing mouse over orange TouchSensor Box. A HiddenViewpoint also exists under the coordinate axes. Trace values are printed in the browser console.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman, Curtis Blais, Jeff Weekley, Jane Wu' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '6 April 2001' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '23 August 2023' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'WaypointInterpolatorExample.png' ;
  x3do:name 'Image' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Cortona bug: TimeSensor set_cycleInterval has no effect, effectively ignoring routed totalDuration. Workaround: view calculated value for totalDuration, then set it in TimeSensor manually.' ;
  x3do:name 'warning' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorExample.x3d' ;
  x3do:name 'identifier' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorPrototype.x3d' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "WaypointInterpolatorExample.x3d" .
:meta dcterms:description "Example set of waypoints, plus either leg durations or speed(s), which demonstrates resulting position/orientation interpolation. Motion can be stopped/started by placing mouse over orange TouchSensor Box. A HiddenViewpoint also exists under the coordinate axes. Trace values are printed in the browser console." .
:meta dcterms:creator "Don Brutzman, Curtis Blais, Jeff Weekley, Jane Wu" .
:meta dcterms:created "6 April 2001" .
:meta dcterms:modified "23 August 2023" .
:meta dcterms:Image "WaypointInterpolatorExample.png" .
:meta dcterms:warning "Cortona bug: TimeSensor set_cycleInterval has no effect, effectively ignoring routed totalDuration. Workaround: view calculated value for totalDuration, then set it in TimeSensor manually." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorExample.x3d" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorPrototype.x3d" .
:meta dcterms:generator "X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Viewpoint_2_4, :Viewpoint_2_5, :CoordinateAxes, :Clock, :TrackBuilder, :TrackingTransform, :FloorAndToggleMarker, :TestHiddenViewpointPrototype ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2, :ExternProtoDeclare_2_3 ;
  x3do:hasROUTE :ROUTE_2_9, :ROUTE_2_10, :ROUTE_2_12, :ROUTE_2_13 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'WaypointInterpolatorExample.x3d' .
:ExternProtoDeclare_2_2 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_2_1, :field_2_2_2, :field_2_2_3, :field_2_2_4, :field_2_2_5, :field_2_2_6, :field_2_2_7, :field_2_2_8, :field_2_2_9, :field_2_2_10, :field_2_2_11, :field_2_2_12, :field_2_2_13, :field_2_2_14, :field_2_2_15, :field_2_2_16, :field_2_2_17, :field_2_2_18, :field_2_2_19, :field_2_2_20, :field_2_2_21, :field_2_2_22, :field_2_2_23, :field_2_2_24, :field_2_2_25 ;
  x3do:appinfo 'Reads waypoints and legSpeeds/legDurations/defaultSpeed to provide a customizable position/orientation interpolator.' ;
  x3do:name 'WaypointInterpolator' ;
  x3do:url '"../../../Savage/Tools/Animation/WaypointInterpolatorPrototype.x3d#WaypointInterpolator" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorPrototype.x3d#WaypointInterpolator" "../../../Savage/Tools/Animation/WaypointInterpolatorPrototype.wrl#WaypointInterpolator" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorPrototype.wrl#WaypointInterpolator"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Short description of what is animated by this WaypointInterpolator.' ;
  x3do:name 'description' ;
  x3do:type 'SFString' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Waypoints being traversed with interpolation of intermediate positions and orientations.' ;
  x3do:name 'waypoints' ;
  x3do:type 'MFVec3f' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'Add another single waypoint to array of waypoints recalculate interpolator values.' ;
  x3do:name 'add_waypoint' ;
  x3do:type 'SFVec3f' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'Replace all waypoints recalculate interpolator values.' ;
  x3do:name 'set_waypoints' ;
  x3do:type 'MFVec3f' .
:field_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Whether to pitch child geometry (such as a vehicle) up or down to match vertical slope' ;
  x3do:name 'pitchUpDownForVerticalWaypoints' ;
  x3do:type 'SFBool' .
:field_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Units m/sec. If used, array lengths for legSpeeds and legDurations must be one less than number of waypoints.' ;
  x3do:name 'legSpeeds' ;
  x3do:type 'MFFloat' .
:field_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Units in seconds. If used, array lengths for legSpeeds and legDurations must be one less than number of waypoints.' ;
  x3do:name 'legDurations' ;
  x3do:type 'MFTime' .
:field_2_2_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Units m/sec.' ;
  x3do:name 'defaultSpeed' ;
  x3do:type 'SFFloat' .
:field_2_2_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'turningRate (degrees/second) also determines standoff distance prior to waypoint where turn commences. If 0 turns are instantaneous.' ;
  x3do:name 'turningRate' ;
  x3do:type 'SFFloat' .
:field_2_2_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'Output calculation summing all leg durations, useful for setting TimeSensor cycleInterval. Units in seconds.' ;
  x3do:name 'totalDuration' ;
  x3do:type 'SFTime' .
:field_2_2_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'exposed PositionInterpolator and OrientationInterpolator setting' ;
  x3do:name 'set_fraction' ;
  x3do:type 'SFFloat' .
:field_2_2_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'exposed PositionInterpolator setting' ;
  x3do:name 'position_changed' ;
  x3do:type 'SFVec3f' .
:field_2_2_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'exposed OrientationInterpolator setting' ;
  x3do:name 'orientation_changed' ;
  x3do:type 'SFRotation' .
:field_2_2_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'default color for non-active line segments' ;
  x3do:name 'lineColor' ;
  x3do:type 'SFColor' .
:field_2_2_15 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'active segment highlight color' ;
  x3do:name 'highlightSegmentColor' ;
  x3do:type 'SFColor' .
:field_2_2_16 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo '1.0 is completely transparent, 0.0 is completely opaque.' ;
  x3do:name 'transparency' ;
  x3do:type 'SFFloat' .
:field_2_2_17 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'allowed values: none; waypoints (produce labels at each waypoint); or interpolation (produce single moving label at interpolator time course speed location)' ;
  x3do:name 'labelDisplayMode' ;
  x3do:type 'SFString' .
:field_2_2_18 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'allowed values: altitude depth (negate Y value) none' ;
  x3do:name 'heightLabel' ;
  x3do:type 'SFString' .
:field_2_2_19 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'heightLabel relative location' ;
  x3do:name 'labelOffset' ;
  x3do:type 'SFVec3f' .
:field_2_2_20 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'heightLabel text size' ;
  x3do:name 'labelFontSize' ;
  x3do:type 'SFFloat' .
:field_2_2_21 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'heightLabel text color' ;
  x3do:name 'labelColor' ;
  x3do:type 'SFColor' .
:field_2_2_22 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'enable console output to trace script computations and prototype progress' ;
  x3do:name 'traceEnabled' ;
  x3do:type 'SFBool' .
:field_2_2_23 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Output the number of waypoints totalDistance and totalDuration to console upon initialization' ;
  x3do:name 'outputInitializationComputations' ;
  x3do:type 'SFBool' .
:field_2_2_24 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'default color for vertical drop-line segments' ;
  x3do:name 'verticalDropLineColor' ;
  x3do:type 'SFColor' .
:field_2_2_25 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo '1.0 is completely transparent, 0.0 is completely opaque.' ;
  x3do:name 'verticalDropLineTransparency' ;
  x3do:type 'SFFloat' .
:ExternProtoDeclare_2_3 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_3_1, :field_2_3_2, :field_2_3_3, :field_2_3_4, :field_2_3_5, :field_2_3_6, :field_2_3_7, :field_2_3_8 ;
  x3do:appinfo 'Hidden viewpoint becomes active (binds) upon pointer selection to reveal an interesting view with an optionally label' ;
  x3do:name 'HiddenViewpoint' ;
  x3do:url '"../../../Savage/Tools/Animation/HiddenViewpointPrototype.x3d#HiddenViewpoint" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/HiddenViewpointPrototype.x3d#HiddenViewpoint" "../../../Savage/Tools/Animation/HiddenViewpointPrototype.wrl#HiddenViewpoint" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/HiddenViewpointPrototype.wrl#HiddenViewpoint"' .
:field_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'position' ;
  x3do:type 'SFVec3f' .
:field_2_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'rotation' ;
  x3do:type 'SFRotation' .
:field_2_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'sensorRadius' ;
  x3do:type 'SFFloat' .
:field_2_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'activate' ;
  x3do:type 'SFBool' .
:field_2_3_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'label' ;
  x3do:type 'MFString' .
:field_2_3_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'labelOffset' ;
  x3do:type 'SFVec3f' .
:field_2_3_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'labelFontSize' ;
  x3do:type 'SFFloat' .
:field_2_3_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'labelColor' ;
  x3do:type 'SFColor' .
:Viewpoint_2_4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'WaypointInterpolator example' ;
  x3do:orientation ( 1 0 0 -0.3 ) ;
  x3do:position ( -1 5 13 ) .
:Viewpoint_2_5 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Above, looking down' ;
  x3do:orientation ( 1 0 0 -1.57 ) ;
  x3do:position ( 0 15 -5 ) .
:CoordinateAxes a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Scene ;
  x3do:DEF 'CoordinateAxes' ;
  x3do:url '"../../../Savage/Tools/Authoring/CoordinateAxes.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/CoordinateAxes.x3d" "../../../Savage/Tools/Authoring/CoordinateAxes.wrl" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/CoordinateAxes.wrl"' .
:Clock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Clock' ;
  x3do:cycleInterval '10.0' ;
  x3do:loop true .
:TrackBuilder a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_8_1, :fieldValue_2_8_2, :fieldValue_2_8_3, :fieldValue_2_8_4, :fieldValue_2_8_5, :fieldValue_2_8_6, :fieldValue_2_8_7, :fieldValue_2_8_8, :fieldValue_2_8_9, :fieldValue_2_8_10, :fieldValue_2_8_11, :fieldValue_2_8_12, :fieldValue_2_8_13, :fieldValue_2_8_14, :fieldValue_2_8_15, :fieldValue_2_8_16, :fieldValue_2_8_17 ;
  x3do:DEF 'TrackBuilder' ;
  x3do:name 'WaypointInterpolator' .
:fieldValue_2_8_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'description' ;
  x3do:value 'TrackBuilder' .
:fieldValue_2_8_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'waypoints' ;
  x3do:value ( -5 0 0 5 2 0 5 5 -10 4.9 2 -10 -5 0 -10 -5 0 0 -5.5 0 1.5 -7 0.5 2 -8 0 0 -5 0 0 ) .
:fieldValue_2_8_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'pitchUpDownForVerticalWaypoints' ;
  x3do:value false .
:fieldValue_2_8_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'legDurations' ;
  x3do:value '1 2 3 1 2 3 1 2 3' .
:fieldValue_2_8_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'legSpeeds' ;
  x3do:value ( 2 4 2 2 4 1 1 1 1 ) .
:fieldValue_2_8_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'defaultSpeed' ;
  x3do:value 5 .
:fieldValue_2_8_7 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'turningRate' ;
  x3do:value 90 .
:fieldValue_2_8_8 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'lineColor' ;
  x3do:value ( 1 0 0 ) .
:fieldValue_2_8_9 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'highlightSegmentColor' ;
  x3do:value ( 0.2 0.2 1 ) .
:fieldValue_2_8_10 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'transparency' ;
  x3do:value 0 .
:fieldValue_2_8_11 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'labelDisplayMode' ;
  x3do:value 'interpolation' .
:fieldValue_2_8_12 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'heightLabel' ;
  x3do:value 'altitude' .
:fieldValue_2_8_13 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'labelOffset' ;
  x3do:value ( 0 1.2 0 ) .
:fieldValue_2_8_14 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'labelFontSize' ;
  x3do:value 0.5 .
:fieldValue_2_8_15 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'labelColor' ;
  x3do:value ( 0.3 0.9 0.3 ) .
:fieldValue_2_8_16 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'traceEnabled' ;
  x3do:value false .
:fieldValue_2_8_17 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TrackBuilder ;
  x3do:name 'outputInitializationComputations' ;
  x3do:value true .
:ROUTE_2_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'Clock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'TrackBuilder' .
:ROUTE_2_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'totalDuration' ;
  x3do:fromNode 'TrackBuilder' ;
  x3do:toField 'set_cycleInterval' ;
  x3do:toNode 'Clock' .
:TrackingTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Group_2_11_1 ;
  x3do:DEF 'TrackingTransform' .
:Group_2_11_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TrackingTransform ;
  x3do:hasChildren :Transform_2_11_1_1, :Transform_2_11_1_2, :Viewpoint_2_11_1_3, :Viewpoint_2_11_1_4, :Viewpoint_2_11_1_5 .
:Transform_2_11_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_11_1 ;
  x3do:hasChildren :Shape_2_11_1_1_1 ;
  x3do:rotation ( 0 0 1 -1.57 ) .
:Shape_2_11_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_1_1 ;
  x3do:hasGeometry :Cone_2_11_1_1_1_1 ;
  x3do:hasAppearance :ConeAppearance .
:Cone_2_11_1_1_1_1 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Shape_2_11_1_1_1 ;
  x3do:bottomRadius 0.4 .
:ConeAppearance a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_1_1_1 ;
  x3do:hasMaterial :Material_2_11_1_1_1_2_1 ;
  x3do:DEF 'ConeAppearance' .
:Material_2_11_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :ConeAppearance ;
  x3do:diffuseColor ( 0.8 0.8 0.2 ) .
:Transform_2_11_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_11_1 ;
  x3do:hasChildren :Shape_2_11_1_2_1 ;
  x3do:translation ( 0 0.1 0 ) .
:Shape_2_11_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_1_2 ;
  x3do:hasGeometry :Cone_2_11_1_2_1_1 ;
  x3do:hasAppearance :ConeAppearance-USE-1 .
:Cone_2_11_1_2_1_1 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Shape_2_11_1_2_1 ;
  x3do:bottomRadius 0.1 ;
  x3do:height 0.8 .
:ConeAppearance-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_1_2_1 ;
  owl:sameAs :ConeAppearance . # DEF matching this USE
:Viewpoint_2_11_1_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_11_1 ;
  x3do:description 'Ride on' ;
  x3do:orientation ( 0 1 0 -1.57 ) ;
  x3do:position ( -4 1 0 ) .
:Viewpoint_2_11_1_4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_11_1 ;
  x3do:description 'Ride alongside' ;
  x3do:position ( 0 0 5 ) .
:Viewpoint_2_11_1_5 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_11_1 ;
  x3do:description 'Ride in front' ;
  x3do:orientation ( 0 1 0 1.57 ) ;
  x3do:position ( 4 1 0 ) .
:ROUTE_2_12 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'position_changed' ;
  x3do:fromNode 'TrackBuilder' ;
  x3do:toField 'translation' ;
  x3do:toNode 'TrackingTransform' .
:ROUTE_2_13 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'orientation_changed' ;
  x3do:fromNode 'TrackBuilder' ;
  x3do:toField 'rotation' ;
  x3do:toNode 'TrackingTransform' .
:FloorAndToggleMarker a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_14_1, :Transform_2_14_2 ;
  x3do:DEF 'FloorAndToggleMarker' .
:Transform_2_14_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FloorAndToggleMarker ;
  x3do:hasChildren :Shape_2_14_1_1 ;
  x3do:translation ( 0 -0.1 -5 ) .
:Shape_2_14_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_14_1 ;
  x3do:hasGeometry :Box_2_14_1_1_1 ;
  x3do:hasAppearance :FloorAppearance .
:Box_2_14_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_14_1_1 ;
  x3do:size ( 10 0.1 10 ) .
:FloorAppearance a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_14_1_1 ;
  x3do:hasMaterial :Material_2_14_1_1_2_1 ;
  x3do:DEF 'FloorAppearance' .
:Material_2_14_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :FloorAppearance ;
  x3do:diffuseColor ( 0.1 0.8 0.9 ) .
:Transform_2_14_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FloorAndToggleMarker ;
  x3do:hasChildren :TouchBox, :Shape_2_14_2_3, :Transform_2_14_2_4, :PointLight_2_14_2_5 ;
  x3do:hasROUTE :ROUTE_2_14_2_2 ;
  x3do:translation ( -5 0 0 ) .
:TouchBox a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_14_2 ;
  x3do:DEF 'TouchBox' ;
  x3do:description 'Touch box to toggle playback' .
:ROUTE_2_14_2_2 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_14_2 ;
  x3do:fromField 'isOver' ;
  x3do:fromNode 'TouchBox' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'Clock' .
:Shape_2_14_2_3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_14_2 ;
  x3do:hasGeometry :TogglePlayback ;
  x3do:hasAppearance :OrangeAppearance .
:TogglePlayback a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_14_2_3 ;
  x3do:DEF 'TogglePlayback' ;
  x3do:size ( 0.1 0.8 0.1 ) .
:OrangeAppearance a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_14_2_3 ;
  x3do:hasMaterial :Material_2_14_2_3_2_1 ;
  x3do:DEF 'OrangeAppearance' .
:Material_2_14_2_3_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :OrangeAppearance ;
  x3do:diffuseColor ( 0.8 0.5 0.2 ) .
:Transform_2_14_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_14_2 ;
  x3do:hasChildren :Billboard_2_14_2_4_1 ;
  x3do:translation ( 0 1.4 0 ) .
:Billboard_2_14_2_4_1 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :Transform_2_14_2_4 ;
  x3do:hasChildren :Shape_2_14_2_4_1_1 .
:Shape_2_14_2_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_14_2_4_1 ;
  x3do:hasGeometry :Text_2_14_2_4_1_1_1 ;
  x3do:hasAppearance :OrangeAppearance-USE-1 .
:Text_2_14_2_4_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_14_2_4_1_1 ;
  x3do:hasFontStyle :FontStyle_2_14_2_4_1_1_1_1 ;
  x3do:string '"isOver" "toggles" "motion" "off/on"' .
:FontStyle_2_14_2_4_1_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_14_2_4_1_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.3 .
:OrangeAppearance-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_14_2_4_1_1 ;
  owl:sameAs :OrangeAppearance . # DEF matching this USE
:PointLight_2_14_2_5 a owl:NamedIndividual, x3do:PointLight ;
  x3do:hasParent :Transform_2_14_2 ;
  x3do:location ( 0 -6 0 ) ;
  x3do:radius 10 .
:TestHiddenViewpointPrototype a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_15_1, :fieldValue_2_15_2, :fieldValue_2_15_3, :fieldValue_2_15_4, :fieldValue_2_15_5, :fieldValue_2_15_6, :fieldValue_2_15_7 ;
  x3do:DEF 'TestHiddenViewpointPrototype' ;
  x3do:name 'HiddenViewpoint' .
:fieldValue_2_15_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TestHiddenViewpointPrototype ;
  x3do:name 'position' ;
  x3do:value ( 0 -0.5 0 ) .
:fieldValue_2_15_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TestHiddenViewpointPrototype ;
  x3do:name 'rotation' ;
  x3do:value ( 0 1 0 2.5 ) .
:fieldValue_2_15_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TestHiddenViewpointPrototype ;
  x3do:name 'sensorRadius' ;
  x3do:value 1 .
:fieldValue_2_15_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TestHiddenViewpointPrototype ;
  x3do:name 'label' ;
  x3do:value '"HiddenViewpoint" "test works!"' .
:fieldValue_2_15_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TestHiddenViewpointPrototype ;
  x3do:name 'labelOffset' ;
  x3do:value ( 1 -1.25 0 ) .
:fieldValue_2_15_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TestHiddenViewpointPrototype ;
  x3do:name 'labelFontSize' ;
  x3do:value 0.4 .
:fieldValue_2_15_7 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TestHiddenViewpointPrototype ;
  x3do:name 'labelColor' ;
  x3do:value ( 1 0 0 ) .
