@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/ProjectileInterpolatorArena.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.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.0.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ProjectileInterpolatorArena.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'A projectile motion application which displays range and max height values accoding to Vi and theta inputs. Calculations for drag force with air density are also taken into account.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Ozan APAYDIN' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '10 December 2001' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/ProjectileInterpolatorArena.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "ProjectileInterpolatorArena.x3d" .
:meta dcterms:description "A projectile motion application which displays range and max height values accoding to Vi and theta inputs. Calculations for drag force with air density are also taken into account." .
:meta dcterms:creator "Ozan APAYDIN" .
:meta dcterms:created "10 December 2001" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/ProjectileInterpolatorArena.x3d" .
:meta dcterms:generator "X3D-Edit 3.3, 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, :FirstView, :Background_2_5, :DirectionalLight_2_6, :SliderVelocity, :SliderAngle, :TimeCycle, :ProjectileInterpolator, :Transform_2_13, :ValueDisplayer, :Transform_2_19, :Transform_2_20, :Timer, :TimeConverter ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2, :ExternProtoDeclare_2_3 ;
  x3do:hasROUTE :ROUTE_2_11, :ROUTE_2_12, :ROUTE_2_14, :ROUTE_2_15, :ROUTE_2_16, :ROUTE_2_18, :ROUTE_2_22, :ROUTE_2_23, :ROUTE_2_24, :ROUTE_2_25, :ROUTE_2_27 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'ProjectileInterpolatorArena.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 ;
  x3do:name 'ProjectileSliderBar' ;
  x3do:url '"ProjectileSliderBarPrototype.wrl#ProjectileSliderBar" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/ProjectileSliderBarPrototype.wrl#ProjectileSliderBar" "ProjectileSliderBarPrototype.x3d#ProjectileSliderBar" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/ProjectileSliderBarPrototype.x3d#ProjectileSliderBar"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'name' ;
  x3do:type 'MFString' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'length' ;
  x3do:type 'SFFloat' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'width' ;
  x3do:type 'SFFloat' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'maxValue' ;
  x3do:type 'SFFloat' .
:field_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'minValue' ;
  x3do:type 'SFFloat' .
:field_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'barColor' ;
  x3do:type 'SFColor' .
:field_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'pointerColor' ;
  x3do:type 'SFColor' .
:field_2_2_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'nameColor' ;
  x3do:type 'SFColor' .
:field_2_2_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'currentValueColor' ;
  x3do:type 'SFColor' .
:field_2_2_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'currentValueInt' ;
  x3do:type 'SFInt32' .
:field_2_2_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'currentValueFloat' ;
  x3do:type 'SFFloat' .
:field_2_2_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'precision' ;
  x3do:type 'SFInt32' .
:field_2_2_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'translation' ;
  x3do:type 'SFVec3f' .
: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, :field_2_3_9 ;
  x3do:name 'ProjectileInterpolator' ;
  x3do:url '"ProjectileInterpolatorPrototype.wrl#ProjectileInterpolator" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/ProjectileInterpolatorPrototype.wrl#ProjectileInterpolator" "ProjectileInterpolatorPrototype.x3d#ProjectileInterpolator" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/ProjectileInterpolatorPrototype.x3d#ProjectileInterpolator"' .
:field_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'Vi' ;
  x3do:type 'SFFloat' .
:field_2_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'theta' ;
  x3do:type 'SFFloat' .
:field_2_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'B_m' ;
  x3do:type 'SFFloat' .
:field_2_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'dt' ;
  x3do:type 'SFFloat' .
:field_2_3_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'fraction' ;
  x3do:type 'SFFloat' .
:field_2_3_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_fraction' ;
  x3do:type 'SFFloat' .
:field_2_3_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_theta' ;
  x3do:type 'SFFloat' .
:field_2_3_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_Vi' ;
  x3do:type 'SFFloat' .
:field_2_3_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFVec3f' .
:FirstView a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'FirstView' ;
  x3do:description 'First view' ;
  x3do:position ( 60 15 150 ) .
:Background_2_5 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:backUrl '"urn:web3d:media:textures/panoramas/space_1_back.jpg" "space_1_back.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/space_1_back.jpg" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaPanoramas/space_1_back.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/space_1_back.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/space_1_back.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/space_1_back.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/space_1_back.jpg"' ;
  x3do:bottomUrl '"urn:web3d:media:textures/panoramas/space_1_bottom.jpg" "space_1_bottom.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/space_1_bottom.jpg" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaPanoramas/space_1_bottom.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/space_1_bottom.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/space_1_bottom.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/space_1_bottom.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/space_1_bottom.jpg"' ;
  x3do:frontUrl '"urn:web3d:media:textures/panoramas/space_1_front.jpg" "space_1_front.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/space_1_front.jpg" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaPanoramas/space_1_front.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/space_1_front.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/space_1_front.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/space_1_front.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/space_1_front.jpg"' ;
  x3do:groundAngle ( 1.309 1.570796 ) ;
  x3do:groundColor ( 0 0 0 ) ;
  x3do:leftUrl '"urn:web3d:media:textures/panoramas/space_1_left.jpg" "space_1_left.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/space_1_left.jpg" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaPanoramas/space_1_left.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/space_1_left.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/space_1_left.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/space_1_left.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/space_1_left.jpg"' ;
  x3do:rightUrl '"urn:web3d:media:textures/panoramas/space_1_right.jpg" "space_1_right.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/space_1_right.jpg" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaPanoramas/space_1_right.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/space_1_right.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/space_1_right.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/space_1_right.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/space_1_right.jpg"' ;
  x3do:skyAngle ( 1.309 1.571 ) ;
  x3do:topUrl '"urn:web3d:media:textures/panoramas/space_1_top.jpg" "space_1_top.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/space_1_top.jpg" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaPanoramas/space_1_top.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/space_1_top.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/space_1_top.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/space_1_top.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/space_1_top.jpg"' .
:DirectionalLight_2_6 a owl:NamedIndividual, x3do:DirectionalLight ;
  x3do:hasParent :Scene ;
  x3do:direction ( 0 -1 0 ) ;
  x3do:intensity 0.5 .
:SliderVelocity a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_7_1, :fieldValue_2_7_2, :fieldValue_2_7_3, :fieldValue_2_7_4, :fieldValue_2_7_5, :fieldValue_2_7_6, :fieldValue_2_7_7, :fieldValue_2_7_8, :fieldValue_2_7_9, :fieldValue_2_7_10 ;
  x3do:DEF 'SliderVelocity' ;
  x3do:name 'ProjectileSliderBar' .
:fieldValue_2_7_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderVelocity ;
  x3do:name 'name' ;
  x3do:value '"Vi"' .
:fieldValue_2_7_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderVelocity ;
  x3do:name 'length' ;
  x3do:value 1.5 .
:fieldValue_2_7_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderVelocity ;
  x3do:name 'width' ;
  x3do:value 1 .
:fieldValue_2_7_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderVelocity ;
  x3do:name 'maxValue' ;
  x3do:value 30 .
:fieldValue_2_7_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderVelocity ;
  x3do:name 'minValue' ;
  x3do:value 0 .
:fieldValue_2_7_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderVelocity ;
  x3do:name 'barColor' ;
  x3do:value ( 0 0 1 ) .
:fieldValue_2_7_7 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderVelocity ;
  x3do:name 'pointerColor' ;
  x3do:value ( 1 1 0 ) .
:fieldValue_2_7_8 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderVelocity ;
  x3do:name 'nameColor' ;
  x3do:value ( 1 0 1 ) .
:fieldValue_2_7_9 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderVelocity ;
  x3do:name 'precision' ;
  x3do:value 1 .
:fieldValue_2_7_10 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderVelocity ;
  x3do:name 'translation' ;
  x3do:value ( -0.04 0.06 0.0 ) .
:SliderAngle 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 ;
  x3do:DEF 'SliderAngle' ;
  x3do:name 'ProjectileSliderBar' .
:fieldValue_2_8_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderAngle ;
  x3do:name 'name' ;
  x3do:value '"Theta"' .
:fieldValue_2_8_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderAngle ;
  x3do:name 'length' ;
  x3do:value 1.5 .
:fieldValue_2_8_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderAngle ;
  x3do:name 'width' ;
  x3do:value 1 .
:fieldValue_2_8_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderAngle ;
  x3do:name 'maxValue' ;
  x3do:value 90 .
:fieldValue_2_8_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderAngle ;
  x3do:name 'minValue' ;
  x3do:value 0 .
:fieldValue_2_8_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderAngle ;
  x3do:name 'barColor' ;
  x3do:value ( 1 0 0 ) .
:fieldValue_2_8_7 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderAngle ;
  x3do:name 'pointerColor' ;
  x3do:value ( 1 1 0 ) .
:fieldValue_2_8_8 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderAngle ;
  x3do:name 'nameColor' ;
  x3do:value ( 0 1 1 ) .
:fieldValue_2_8_9 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderAngle ;
  x3do:name 'precision' ;
  x3do:value 1 .
:fieldValue_2_8_10 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderAngle ;
  x3do:name 'translation' ;
  x3do:value ( -0.04 0.05 0.0 ) .
:TimeCycle a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_9_1, :fieldValue_2_9_2, :fieldValue_2_9_3, :fieldValue_2_9_4, :fieldValue_2_9_5, :fieldValue_2_9_6, :fieldValue_2_9_7, :fieldValue_2_9_8, :fieldValue_2_9_9, :fieldValue_2_9_10 ;
  x3do:DEF 'TimeCycle' ;
  x3do:name 'ProjectileSliderBar' .
:fieldValue_2_9_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TimeCycle ;
  x3do:name 'name' ;
  x3do:value '"CycleInterval"' .
:fieldValue_2_9_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TimeCycle ;
  x3do:name 'length' ;
  x3do:value 1.5 .
:fieldValue_2_9_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TimeCycle ;
  x3do:name 'width' ;
  x3do:value 1 .
:fieldValue_2_9_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TimeCycle ;
  x3do:name 'maxValue' ;
  x3do:value 5 .
:fieldValue_2_9_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TimeCycle ;
  x3do:name 'minValue' ;
  x3do:value 1 .
:fieldValue_2_9_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TimeCycle ;
  x3do:name 'barColor' ;
  x3do:value ( 0 1 0 ) .
:fieldValue_2_9_7 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TimeCycle ;
  x3do:name 'pointerColor' ;
  x3do:value ( 1 1 0 ) .
:fieldValue_2_9_8 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TimeCycle ;
  x3do:name 'nameColor' ;
  x3do:value ( 0 0.3 1 ) .
:fieldValue_2_9_9 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TimeCycle ;
  x3do:name 'precision' ;
  x3do:value 1 .
:fieldValue_2_9_10 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TimeCycle ;
  x3do:name 'translation' ;
  x3do:value ( -0.04 0.04 0.0 ) .
:ProjectileInterpolator a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:DEF 'ProjectileInterpolator' ;
  x3do:name 'ProjectileInterpolator' .
:ROUTE_2_11 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'currentValueFloat' ;
  x3do:fromNode 'SliderVelocity' ;
  x3do:toField 'set_Vi' ;
  x3do:toNode 'ProjectileInterpolator' .
:ROUTE_2_12 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'currentValueFloat' ;
  x3do:fromNode 'SliderAngle' ;
  x3do:toField 'set_theta' ;
  x3do:toNode 'ProjectileInterpolator' .
:Transform_2_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUDGroup .
:HUDGroup a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_13 ;
  x3do:hasChildren :Collision_2_13_1_1 ;
  x3do:DEF 'HUDGroup' .
:Collision_2_13_1_1 a owl:NamedIndividual, x3do:Collision ;
  x3do:hasParent :HUDGroup ;
  x3do:hasChildren :HudProx, :HudTransform ;
  x3do:enabled false .
:HudProx a owl:NamedIndividual, x3do:ProximitySensor ;
  x3do:hasParent :Collision_2_13_1_1 ;
  x3do:DEF 'HudProx' ;
  x3do:size ( 1000000 1000000 1000000 ) .
:HudTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Collision_2_13_1_1 ;
  x3do:hasChildren :Transform_2_13_1_1_2_1 ;
  x3do:DEF 'HudTransform' .
:Transform_2_13_1_1_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HudTransform ;
  x3do:hasChildren :TrajectoryTextTransform, :Transform_2_13_1_1_2_1_2 ;
  x3do:translation ( 0.05 0.06 -0.2 ) .
:TrajectoryTextTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_13_1_1_2_1 ;
  x3do:hasChildren :Shape_2_13_1_1_2_1_1_1 ;
  x3do:DEF 'TrajectoryTextTransform' .
:Shape_2_13_1_1_2_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TrajectoryTextTransform ;
  x3do:hasGeometry :RangeText ;
  x3do:hasAppearance :Appearance_2_13_1_1_2_1_1_1_2 .
:RangeText a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_13_1_1_2_1_1_1 ;
  x3do:hasFontStyle :FontStyle_2_13_1_1_2_1_1_1_1_1 ;
  x3do:DEF 'RangeText' ;
  x3do:string '"Range 0.0"' .
:FontStyle_2_13_1_1_2_1_1_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :RangeText ;
  x3do:size 0.01 ;
  x3do:cssStyle 'BOLD' .
:Appearance_2_13_1_1_2_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_13_1_1_2_1_1_1 ;
  x3do:hasMaterial :Material_2_13_1_1_2_1_1_1_2_1 .
:Material_2_13_1_1_2_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_13_1_1_2_1_1_1_2 ;
  x3do:diffuseColor ( 0.9 0.7 0.0 ) .
:Transform_2_13_1_1_2_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_13_1_1_2_1 ;
  x3do:hasChildren :Shape_2_13_1_1_2_1_2_1 ;
  x3do:translation ( 0.0 -0.015 0.0 ) .
:Shape_2_13_1_1_2_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_13_1_1_2_1_2 ;
  x3do:hasGeometry :HeightText ;
  x3do:hasAppearance :Appearance_2_13_1_1_2_1_2_1_2 .
:HeightText a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_13_1_1_2_1_2_1 ;
  x3do:hasFontStyle :FontStyle_2_13_1_1_2_1_2_1_1_1 ;
  x3do:DEF 'HeightText' ;
  x3do:string '"Max Height 0.0"' .
:FontStyle_2_13_1_1_2_1_2_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :HeightText ;
  x3do:size 0.01 ;
  x3do:cssStyle 'BOLD' .
:Appearance_2_13_1_1_2_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_13_1_1_2_1_2_1 ;
  x3do:hasMaterial :Material_2_13_1_1_2_1_2_1_2_1 .
:Material_2_13_1_1_2_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_13_1_1_2_1_2_1_2 ;
  x3do:diffuseColor ( 0 1 0 ) .
:ROUTE_2_14 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'position_changed' ;
  x3do:fromNode 'HudProx' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'HudTransform' .
:ROUTE_2_15 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'position_changed' ;
  x3do:fromNode 'HudProx' ;
  x3do:toField 'center' ;
  x3do:toNode 'HudProx' .
:ROUTE_2_16 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'orientation_changed' ;
  x3do:fromNode 'HudProx' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'HudTransform' .
:ValueDisplayer a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_17_1, :field_2_17_2, :field_2_17_3, :field_2_17_4 ;
  x3do:DEF 'ValueDisplayer' ;
  x3do:directOutput true ;
  x3do:sourceCode """
ecmascript:
var maxValue;

function initialize() {
   maxValue = 0;
}

function setTextValues(values, timeEvent) {
   var precision = 2;
   RangeText.string[0] ='Range            ' + roundOff(values[0], precision);
   if(values[1] > maxValue) {
      maxValue = roundOff(values[1], precision);
      Browser.println ('maximum' + maxValue);
   }

   Browser.println ('values' + values[1]);
   HeightText.string[0] ='Max Height   ' + maxValue;
}

function reset(bool, eventTime) {
   maxValue = 0;
}

//A function to round the values regarding to given precision.
function roundOff(value, precision) {

   var result;
   var isNegative = false;
   var wholeInt = Math.round(value * Math.pow(10, precision));
 
   //Negative numbers creates exceptional condition, therefor they are converted
   //to positive values.
   if(wholeInt < 0) {
      wholeInt = -wholeInt;
      isNegative = true;
   }

   var whole = wholeInt.toString();
   
   var decPoint = whole.length - precision;
   
   //Exception when precision is bigger than the string length   
   if(decPoint < 0) {
      i = -decPoint;
      for(i; i > 0; i--) {  
         whole ='0' + whole;
      }

      //Calculate decPoint according to new string expanded with 0s      
      decPoint = whole.length - precision;
   }

   if(whole !='0') {
      //Put the decimal point on the appropriate place
      result = whole.substring(0, decPoint);
      result +='.';
      result += whole.substring(decPoint, whole.length);
   }
   else { //If the string is'0', then result is'0'
      result = whole;
   }
   
   //Negative numbers are altered.
   if(isNegative) {
      result ='-' + result;
   }
   //Convert the String value to Float.
   resultFloat = parseFloat(result); 
  
  
   return resultFloat;
  
}
""" .
:field_2_17_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ValueDisplayer ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'setTextValues' ;
  x3do:type 'SFVec3f' .
:field_2_17_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ValueDisplayer ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'reset' ;
  x3do:type 'SFBool' .
:field_2_17_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ValueDisplayer ;
  x3do:hasGeometry :RangeText-USE-1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'RangeText' ;
  x3do:type 'SFNode' .
:RangeText-USE-1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :field_2_17_3 ;
  owl:sameAs :RangeText . # DEF matching this USE
:field_2_17_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ValueDisplayer ;
  x3do:hasGeometry :HeightText-USE-1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'HeightText' ;
  x3do:type 'SFNode' .
:HeightText-USE-1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :field_2_17_4 ;
  owl:sameAs :HeightText . # DEF matching this USE
:ROUTE_2_18 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'ProjectileInterpolator' ;
  x3do:toField 'setTextValues' ;
  x3do:toNode 'ValueDisplayer' .
:Transform_2_19 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Collision_2_19_1 ;
  x3do:translation ( 0.0 -0.7 0.0 ) .
:Collision_2_19_1 a owl:NamedIndividual, x3do:Collision ;
  x3do:hasParent :Transform_2_19 ;
  x3do:hasChildren :Shape_2_19_1_1 .
:Shape_2_19_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Collision_2_19_1 ;
  x3do:hasAppearance :Appearance_2_19_1_1_1 ;
  x3do:hasGeometry :ElevationGrid_2_19_1_1_2 .
:Appearance_2_19_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_1 ;
  x3do:hasTexture :ImageTexture_2_19_1_1_1_1 ;
  x3do:hasTextureTransform :TextureTransform_2_19_1_1_1_2 .
:ImageTexture_2_19_1_1_1_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_19_1_1_1 ;
  x3do:url '"grass_1.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/grass_1.jpg" "https://www.web3d.org/WorkingGroups/media/textures/nature/grass_1.jpg"' .
:TextureTransform_2_19_1_1_1_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_19_1_1_1 ;
  x3do:scale ( 8 4 ) .
:ElevationGrid_2_19_1_1_2 a owl:NamedIndividual, x3do:ElevationGrid ;
  x3do:hasParent :Shape_2_19_1_1 ;
  x3do:height ( -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 ) ;
  x3do:xDimension 4 ;
  x3do:xSpacing 40 ;
  x3do:zSpacing 25 .
:Transform_2_20 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :BallTransform ;
  x3do:translation ( 0 0 12.5 ) .
:BallTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_20 ;
  x3do:hasChildren :Shape_2_20_1_1, :Viewpoint_2_20_1_2, :HitSensor ;
  x3do:DEF 'BallTransform' .
:Shape_2_20_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :BallTransform ;
  x3do:hasAppearance :Appearance_2_20_1_1_1 ;
  x3do:hasGeometry :Sphere_2_20_1_1_2 .
:Appearance_2_20_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_20_1_1 ;
  x3do:hasMaterial :Material_2_20_1_1_1_1 .
:Material_2_20_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_20_1_1_1 ;
  x3do:diffuseColor ( 1 0 0 ) .
:Sphere_2_20_1_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_20_1_1 ;
  x3do:radius 1.5 .
:Viewpoint_2_20_1_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :BallTransform ;
  x3do:description 'BallView' ;
  x3do:position ( 0 10 70 ) .
:HitSensor a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :BallTransform ;
  x3do:DEF 'HitSensor' .
:Timer a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Timer' ;
  x3do:cycleInterval '3.5' .
:ROUTE_2_22 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'Timer' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'ProjectileInterpolator' .
:ROUTE_2_23 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'touchTime' ;
  x3do:fromNode 'HitSensor' ;
  x3do:toField 'set_startTime' ;
  x3do:toNode 'Timer' .
:ROUTE_2_24 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'HitSensor' ;
  x3do:toField 'reset' ;
  x3do:toNode 'ValueDisplayer' .
:ROUTE_2_25 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'ProjectileInterpolator' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'BallTransform' .
:TimeConverter a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_26_1, :field_2_26_2 ;
  x3do:DEF 'TimeConverter' ;
  x3do:directOutput true ;
  x3do:sourceCode """
ecmascript:
function initialize() {
}

function setTime(inputTime, timeEvent) {
   TimerNode.cycleInterval = inputTime;
}
""" .
:field_2_26_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :TimeConverter ;
  x3do:hasChildren :Timer-USE-1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'TimerNode' ;
  x3do:type 'SFNode' .
:Timer-USE-1 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :field_2_26_1 ;
  owl:sameAs :Timer . # DEF matching this USE
:field_2_26_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :TimeConverter ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'setTime' ;
  x3do:type 'SFFloat' .
:ROUTE_2_27 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'currentValueFloat' ;
  x3do:fromNode 'TimeCycle' ;
  x3do:toField 'setTime' ;
  x3do:toNode 'TimeConverter' .
