@prefix : . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix dcterms: . @prefix xsd: . @prefix x3d: . @prefix x3do: . :X3D a owl:NamedIndividual, x3do:X3D ; x3do:hasHead :head ; x3do:hasScene :Scene ; x3do:profile 'Immersive' ; x3do:version '3.3' ; x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.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 'BeamHemisphereExample.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Don Brutzman' ; x3do:name 'creator' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '29 January 2003' ; x3do:name 'created' . :meta_1_4 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '20 October 2019' ; x3do:name 'modified' . :meta_1_5 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Produce wireframe or transparent beam hemispheres.' ; x3do:name 'description' . :meta_1_6 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'https://savage.nps.edu/Savage/CommunicationsAndSensors/Beam/BeamHemisphereExample.x3d' ; x3do:name 'identifier' . :meta_1_7 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'X3D-Edit 3.3, https://savage.nps.edu/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 "BeamHemisphereExample.x3d" . :meta dcterms:creator "Don Brutzman" . :meta dcterms:created "29 January 2003" . :meta dcterms:modified "20 October 2019" . :meta dcterms:description "Produce wireframe or transparent beam hemispheres." . :meta dcterms:identifier "https://savage.nps.edu/Savage/CommunicationsAndSensors/Beam/BeamHemisphereExample.x3d" . :meta dcterms:generator "X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit" . :meta dcterms:license "../../license.html" . :Scene a owl:NamedIndividual, x3do:Scene ; x3do:hasParent :X3D ; x3do:hasChildren :Background_2_1, :WorldInfo_2_2, :Viewpoint_2_3, :Viewpoint_2_4, :Group_2_6, :AnimationGroup ; x3do:hasExternProtoDeclare :ExternProtoDeclare_2_5 . :Background_2_1 a owl:NamedIndividual, x3do:Background ; x3do:hasParent :Scene ; x3do:groundAngle ( 1.57079 ) ; x3do:groundColor ( 0 0.15 0.25 0 0.15 0.25 ) ; x3do:skyColor ( 0 0.3 0.5 ) . :WorldInfo_2_2 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :Scene ; x3do:info '"Produce wireframe or transparent beam hemisphere"' ; x3do:title 'BeamHemispherePrototype' . :Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Scene ; x3do:description 'BeamHemisphere example' . :Viewpoint_2_4 a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Scene ; x3do:description 'BeamHemisphere example from above' ; x3do:orientation ( 1 0 0 -1.570796 ) ; x3do:position ( 0 10 0 ) . :ExternProtoDeclare_2_5 a owl:NamedIndividual, x3do:ExternProtoDeclare ; x3do:hasParent :Scene ; x3do:hasField :field_2_5_1, :field_2_5_2, :field_2_5_3, :field_2_5_4, :field_2_5_5, :field_2_5_6, :field_2_5_7, :field_2_5_8, :field_2_5_9 ; x3do:appinfo 'Produce wireframe or transparent beam hemisphere. Typical uses include sonar/radar/light beams. Negative range values invert base and apex at same relative location. Default: hemisphere with centroid at (0 0 0) and radius 1 atop x-z plane.' ; x3do:name 'BeamHemisphere' ; x3do:url '"BeamHemispherePrototype.x3d#BeamHemisphere" "https://savage.nps.edu/Savage/CommunicationsAndSensors/Beam/BeamHemispherePrototype.x3d#BeamHemisphere" "BeamHemispherePrototype.wrl#BeamHemisphere" "https://savage.nps.edu/Savage/CommunicationsAndSensors/Beam/BeamHemispherePrototype.wrl#BeamHemisphere"' . :field_2_5_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_5 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'Assigning a name to a BeamHemisphere aids tracing' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_5_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_5 ; x3do:accessType 'inputOnly' ; x3do:appinfo '(communications) is transmitted signal in contact with receiver or (sensor) is a target return detected?' ; x3do:name 'contact' ; x3do:type 'SFBool' . :field_2_5_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_5 ; x3do:accessType 'inputOnly' ; x3do:appinfo 'distance in meters along x axis' ; x3do:name 'range' ; x3do:type 'SFFloat' . :field_2_5_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_5 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'distance in meters used until eventIn range sent' ; x3do:name 'defaultRange' ; x3do:type 'SFFloat' . :field_2_5_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_5 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'whether wireframe beam is drawn' ; x3do:name 'wireframe' ; x3do:type 'SFBool' . :field_2_5_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_5 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'whether solid beam is drawn' ; x3do:name 'solid' ; x3do:type 'SFBool' . :field_2_5_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_5 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'rendering color when contact=true' ; x3do:name 'contactColor' ; x3do:type 'SFColor' . :field_2_5_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_5 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'rendering color when contact=false' ; x3do:name 'noContactColor' ; x3do:type 'SFColor' . :field_2_5_9 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_5 ; x3do:accessType 'inputOutput' ; x3do:appinfo '1 = fully transparent wireframe only' ; x3do:name 'transparency' ; x3do:type 'SFFloat' . :Group_2_6 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Scene ; x3do:hasChildren :BeamHemisphereInstance, :Transform_2_6_2 . :BeamHemisphereInstance a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Group_2_6 ; x3do:hasFieldValue :fieldValue_2_6_1_1, :fieldValue_2_6_1_2, :fieldValue_2_6_1_3, :fieldValue_2_6_1_4, :fieldValue_2_6_1_5 ; x3do:DEF 'BeamHemisphereInstance' ; x3do:name 'BeamHemisphere' . :fieldValue_2_6_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :BeamHemisphereInstance ; x3do:name 'name' ; x3do:value 'BeamHemisphereInstance' . :fieldValue_2_6_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :BeamHemisphereInstance ; x3do:name 'defaultRange' ; x3do:value 10 . :fieldValue_2_6_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :BeamHemisphereInstance ; x3do:name 'transparency' ; x3do:value 0.2 . :fieldValue_2_6_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :BeamHemisphereInstance ; x3do:name 'wireframe' ; x3do:value true . :fieldValue_2_6_1_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :BeamHemisphereInstance ; x3do:name 'solid' ; x3do:value true . :Transform_2_6_2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Group_2_6 ; x3do:hasChildren :Billboard_2_6_2_1 ; x3do:translation ( 0 -3 0 ) . :Billboard_2_6_2_1 a owl:NamedIndividual, x3do:Billboard ; x3do:hasParent :Transform_2_6_2 ; x3do:hasChildren :Shape_2_6_2_1_1, :Shape_2_6_2_1_2, :TextTouch ; x3do:hasROUTE :ROUTE_2_6_2_1_4 . :Shape_2_6_2_1_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Billboard_2_6_2_1 ; x3do:hasAppearance :Appearance_2_6_2_1_1_1 ; x3do:hasGeometry :Text_2_6_2_1_1_2 . :Appearance_2_6_2_1_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_6_2_1_1 ; x3do:hasMaterial :Material_2_6_2_1_1_1_1 . :Material_2_6_2_1_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_6_2_1_1_1 ; x3do:diffuseColor ( .8 .8 0 ) . :Text_2_6_2_1_1_2 a owl:NamedIndividual, x3do:Text ; x3do:hasParent :Shape_2_6_2_1_1 ; x3do:hasFontStyle :FontStyle_2_6_2_1_1_2_1 ; x3do:string '"touch text to toggle contact-mode rendering"' . :FontStyle_2_6_2_1_1_2_1 a owl:NamedIndividual, x3do:FontStyle ; x3do:hasParent :Text_2_6_2_1_1_2 ; x3do:justify '"MIDDLE" "MIDDLE"' ; x3do:size 0.6 . :Shape_2_6_2_1_2 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Billboard_2_6_2_1 ; x3do:hasGeometry :Box_2_6_2_1_2_1 ; x3do:hasAppearance :Appearance_2_6_2_1_2_2 . :Box_2_6_2_1_2_1 a owl:NamedIndividual, x3do:Box ; x3do:hasParent :Shape_2_6_2_1_2 ; x3do:size ( 9 1 .001 ) . :Appearance_2_6_2_1_2_2 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_6_2_1_2 ; x3do:hasMaterial :Material_2_6_2_1_2_2_1 . :Material_2_6_2_1_2_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_6_2_1_2_2 ; x3do:transparency 1 . :TextTouch a owl:NamedIndividual, x3do:TouchSensor ; x3do:hasParent :Billboard_2_6_2_1 ; x3do:DEF 'TextTouch' ; x3do:description 'Hover over text to activate contact mode' . :ROUTE_2_6_2_1_4 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :Billboard_2_6_2_1 ; x3do:fromField 'isOver' ; x3do:fromNode 'TextTouch' ; x3do:toField 'contact' ; x3do:toNode 'BeamHemisphereInstance' . :AnimationGroup a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Scene ; x3do:hasChildren :Clock, :RangeInterpolator, :TransparencyInterpolator ; x3do:hasROUTE :ROUTE_2_7_3, :ROUTE_2_7_4, :ROUTE_2_7_6, :ROUTE_2_7_7 ; x3do:DEF 'AnimationGroup' . :Clock a owl:NamedIndividual, x3do:TimeSensor ; x3do:hasParent :AnimationGroup ; x3do:DEF 'Clock' ; x3do:cycleInterval '10' ; x3do:loop true . :RangeInterpolator a owl:NamedIndividual, x3do:ScalarInterpolator ; x3do:hasParent :AnimationGroup ; x3do:DEF 'RangeInterpolator' ; x3do:key ( 0 .4 .4 .5 .5 .9 .9 1 ) ; x3do:keyValue ( 0.01 4 0 0 -0.01 -4 0 0 ) . :ROUTE_2_7_3 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :AnimationGroup ; x3do:fromField 'fraction_changed' ; x3do:fromNode 'Clock' ; x3do:toField 'set_fraction' ; x3do:toNode 'RangeInterpolator' . :ROUTE_2_7_4 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :AnimationGroup ; x3do:fromField 'value_changed' ; x3do:fromNode 'RangeInterpolator' ; x3do:toField 'range' ; x3do:toNode 'BeamHemisphereInstance' . :TransparencyInterpolator a owl:NamedIndividual, x3do:ScalarInterpolator ; x3do:hasParent :AnimationGroup ; x3do:DEF 'TransparencyInterpolator' ; x3do:key ( 0 .4 .4 .5 .5 .9 .9 1 ) ; x3do:keyValue ( 0 1 1 1 0 1 1 1 ) . :ROUTE_2_7_6 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :AnimationGroup ; x3do:fromField 'fraction_changed' ; x3do:fromNode 'Clock' ; x3do:toField 'set_fraction' ; x3do:toNode 'TransparencyInterpolator' . :ROUTE_2_7_7 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :AnimationGroup ; x3do:fromField 'value_changed' ; x3do:fromNode 'TransparencyInterpolator' ; x3do:toField 'transparency' ; x3do:toNode 'BeamHemisphereInstance' .