@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.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_9 . :meta_1_1 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'FilterPrototypes.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Contains prototypes that filter multiple values/events to extract a single value/event.' ; x3do:name 'description' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Don Brutzman, James Harney, Jane Wu' ; x3do:name 'creator' . :meta_1_4 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '18 December 2001' ; x3do:name 'created' . :meta_1_5 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '15 October 2023' ; x3do:name 'modified' . :meta_1_6 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'event filter' ; x3do:name 'subject' . :meta_1_7 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'https://savage.nps.edu/Savage/Tools/Authoring/FilterPrototypes.x3d' ; x3do:name 'identifier' . :meta_1_8 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit' ; x3do:name 'generator' . :meta_1_9 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '../../license.html' ; x3do:name 'license' . :meta dcterms:title "FilterPrototypes.x3d" . :meta dcterms:description "Contains prototypes that filter multiple values/events to extract a single value/event." . :meta dcterms:creator "Don Brutzman, James Harney, Jane Wu" . :meta dcterms:created "18 December 2001" . :meta dcterms:modified "15 October 2023" . :meta dcterms:subject "event filter" . :meta dcterms:identifier "https://savage.nps.edu/Savage/Tools/Authoring/FilterPrototypes.x3d" . :meta dcterms:generator "X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit" . :meta dcterms:license "../../license.html" . :Scene a owl:NamedIndividual, x3do:Scene ; x3do:hasParent :X3D ; x3do:hasChildren :WorldInfo_2_1, :Anchor_2_7 ; x3do:hasProtoDeclare :ProtoDeclare_2_2, :ProtoDeclare_2_3, :ProtoDeclare_2_4, :ProtoDeclare_2_5, :ProtoDeclare_2_6 . :WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :Scene ; x3do:title 'FilterPrototypes.x3d' . :ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_2_1 ; x3do:hasProtoBody :ProtoBody_2_2_2 ; x3do:name 'FilterBooleanPassTrueEvents' . :ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_2 ; x3do:hasField :field_2_2_1_1, :field_2_2_1_2, :field_2_2_1_3 . :field_2_2_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'inputOnly' ; x3do:name 'setBoolean' ; x3do:type 'SFBool' . :field_2_2_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'outputOnly' ; x3do:name 'trueEventOut' ; x3do:type 'SFBool' . :field_2_2_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'outputOnly' ; x3do:name 'trueEventTime' ; x3do:type 'SFTime' . :ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_2 ; x3do:hasChildren :PassTrueScript . :PassTrueScript a owl:NamedIndividual, x3do:Script ; x3do:hasParent :ProtoBody_2_2_2 ; x3do:hasField :field_2_2_2_1_1, :field_2_2_2_1_2, :field_2_2_2_1_3 ; x3do:hasIS :IS_2_2_2_1_4 ; x3do:DEF 'PassTrueScript' ; x3do:sourceCode """ ecmascript: function setBoolean (value, timeStamp) { if (value == true) { trueEventOut = value; trueEventTime = timeStamp; } } """ . :field_2_2_2_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassTrueScript ; x3do:accessType 'inputOnly' ; x3do:name 'setBoolean' ; x3do:type 'SFBool' . :field_2_2_2_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassTrueScript ; x3do:accessType 'outputOnly' ; x3do:name 'trueEventOut' ; x3do:type 'SFBool' . :field_2_2_2_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassTrueScript ; x3do:accessType 'outputOnly' ; x3do:name 'trueEventTime' ; x3do:type 'SFTime' . :IS_2_2_2_1_4 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :PassTrueScript ; x3do:hasConnect :connect_2_2_2_1_4_1, :connect_2_2_2_1_4_2, :connect_2_2_2_1_4_3 . :connect_2_2_2_1_4_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_1_4 ; x3do:nodeField 'setBoolean' ; x3do:protoField 'setBoolean' . :connect_2_2_2_1_4_2 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_1_4 ; x3do:nodeField 'trueEventOut' ; x3do:protoField 'trueEventOut' . :connect_2_2_2_1_4_3 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_1_4 ; x3do:nodeField 'trueEventTime' ; x3do:protoField 'trueEventTime' . :ProtoDeclare_2_3 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_3_1 ; x3do:hasProtoBody :ProtoBody_2_3_2 ; x3do:name 'FilterBooleanPassFalseEvents' . :ProtoInterface_2_3_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_3 ; x3do:hasField :field_2_3_1_1, :field_2_3_1_2, :field_2_3_1_3 . :field_2_3_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_3_1 ; x3do:accessType 'inputOnly' ; x3do:name 'setBoolean' ; x3do:type 'SFBool' . :field_2_3_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_3_1 ; x3do:accessType 'outputOnly' ; x3do:name 'falseEventOut' ; x3do:type 'SFBool' . :field_2_3_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_3_1 ; x3do:accessType 'outputOnly' ; x3do:name 'falseEventTime' ; x3do:type 'SFTime' . :ProtoBody_2_3_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_3 ; x3do:hasChildren :PassFalseScript . :PassFalseScript a owl:NamedIndividual, x3do:Script ; x3do:hasParent :ProtoBody_2_3_2 ; x3do:hasField :field_2_3_2_1_1, :field_2_3_2_1_2, :field_2_3_2_1_3 ; x3do:hasIS :IS_2_3_2_1_4 ; x3do:DEF 'PassFalseScript' ; x3do:sourceCode """ ecmascript: function setBoolean (value, timeStamp) { if (value == false) { falseEventOut = value; falseEventTime = timeStamp; } } """ . :field_2_3_2_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassFalseScript ; x3do:accessType 'inputOnly' ; x3do:name 'setBoolean' ; x3do:type 'SFBool' . :field_2_3_2_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassFalseScript ; x3do:accessType 'outputOnly' ; x3do:name 'falseEventOut' ; x3do:type 'SFBool' . :field_2_3_2_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassFalseScript ; x3do:accessType 'outputOnly' ; x3do:name 'falseEventTime' ; x3do:type 'SFTime' . :IS_2_3_2_1_4 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :PassFalseScript ; x3do:hasConnect :connect_2_3_2_1_4_1, :connect_2_3_2_1_4_2, :connect_2_3_2_1_4_3 . :connect_2_3_2_1_4_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_3_2_1_4 ; x3do:nodeField 'setBoolean' ; x3do:protoField 'setBoolean' . :connect_2_3_2_1_4_2 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_3_2_1_4 ; x3do:nodeField 'falseEventOut' ; x3do:protoField 'falseEventOut' . :connect_2_3_2_1_4_3 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_3_2_1_4 ; x3do:nodeField 'falseEventTime' ; x3do:protoField 'falseEventTime' . :ProtoDeclare_2_4 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_4_1 ; x3do:hasProtoBody :ProtoBody_2_4_2 ; x3do:name 'FilterIntegersPassSingleInteger' . :ProtoInterface_2_4_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_4 ; x3do:hasField :field_2_4_1_1, :field_2_4_1_2, :field_2_4_1_3, :field_2_4_1_4 . :field_2_4_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_4_1 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'Index of the integer in the integer array to be extracted. Defaulted to 0.' ; x3do:name 'integerIndex' ; x3do:type 'SFInt32' ; x3do:value 0 . :field_2_4_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_4_1 ; x3do:accessType 'inputOnly' ; x3do:name 'setIntegers' ; x3do:type 'MFInt32' . :field_2_4_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_4_1 ; x3do:accessType 'outputOnly' ; x3do:name 'integerOut' ; x3do:type 'SFInt32' . :field_2_4_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_4_1 ; x3do:accessType 'outputOnly' ; x3do:name 'integerOutTime' ; x3do:type 'SFTime' . :ProtoBody_2_4_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_4 ; x3do:hasChildren :PassIntegerScript . :PassIntegerScript a owl:NamedIndividual, x3do:Script ; x3do:hasParent :ProtoBody_2_4_2 ; x3do:hasField :field_2_4_2_1_1, :field_2_4_2_1_2, :field_2_4_2_1_3, :field_2_4_2_1_4 ; x3do:hasIS :IS_2_4_2_1_5 ; x3do:DEF 'PassIntegerScript' ; x3do:sourceCode """ ecmascript: function setIntegers (value, timeStamp) { if (integerIndex < 0) return; integerOut = value[integerIndex]; integerOutTime = timeStamp; } """ . :field_2_4_2_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassIntegerScript ; x3do:accessType 'initializeOnly' ; x3do:name 'integerIndex' ; x3do:type 'SFInt32' . :field_2_4_2_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassIntegerScript ; x3do:accessType 'inputOnly' ; x3do:name 'setIntegers' ; x3do:type 'MFInt32' . :field_2_4_2_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassIntegerScript ; x3do:accessType 'outputOnly' ; x3do:name 'integerOut' ; x3do:type 'SFInt32' . :field_2_4_2_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassIntegerScript ; x3do:accessType 'outputOnly' ; x3do:name 'integerOutTime' ; x3do:type 'SFTime' . :IS_2_4_2_1_5 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :PassIntegerScript ; x3do:hasConnect :connect_2_4_2_1_5_1, :connect_2_4_2_1_5_2, :connect_2_4_2_1_5_3, :connect_2_4_2_1_5_4 . :connect_2_4_2_1_5_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_4_2_1_5 ; x3do:nodeField 'integerIndex' ; x3do:protoField 'integerIndex' . :connect_2_4_2_1_5_2 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_4_2_1_5 ; x3do:nodeField 'setIntegers' ; x3do:protoField 'setIntegers' . :connect_2_4_2_1_5_3 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_4_2_1_5 ; x3do:nodeField 'integerOut' ; x3do:protoField 'integerOut' . :connect_2_4_2_1_5_4 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_4_2_1_5 ; x3do:nodeField 'integerOutTime' ; x3do:protoField 'integerOutTime' . :ProtoDeclare_2_5 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_5_1 ; x3do:hasProtoBody :ProtoBody_2_5_2 ; x3do:name 'FilterFloatsPassSingleFloat' . :ProtoInterface_2_5_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_5 ; x3do:hasField :field_2_5_1_1, :field_2_5_1_2, :field_2_5_1_3, :field_2_5_1_4 . :field_2_5_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_5_1 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'Index of the float in the float array to be extracted. Defaulted to 0.' ; x3do:name 'floatIndex' ; x3do:type 'SFInt32' ; x3do:value 0 . :field_2_5_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_5_1 ; x3do:accessType 'inputOnly' ; x3do:name 'setFloats' ; x3do:type 'MFFloat' . :field_2_5_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_5_1 ; x3do:accessType 'outputOnly' ; x3do:name 'floatOut' ; x3do:type 'SFFloat' . :field_2_5_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_5_1 ; x3do:accessType 'outputOnly' ; x3do:name 'floatOutTime' ; x3do:type 'SFTime' . :ProtoBody_2_5_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_5 ; x3do:hasChildren :PassFloatScript . :PassFloatScript a owl:NamedIndividual, x3do:Script ; x3do:hasParent :ProtoBody_2_5_2 ; x3do:hasField :field_2_5_2_1_1, :field_2_5_2_1_2, :field_2_5_2_1_3, :field_2_5_2_1_4 ; x3do:hasIS :IS_2_5_2_1_5 ; x3do:DEF 'PassFloatScript' ; x3do:sourceCode """ ecmascript: function setFloats (value, timeStamp) { if (floatIndex < 0) return; floatOut = value[floatIndex]; floatOutTime = timeStamp; } """ . :field_2_5_2_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassFloatScript ; x3do:accessType 'initializeOnly' ; x3do:name 'floatIndex' ; x3do:type 'SFInt32' . :field_2_5_2_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassFloatScript ; x3do:accessType 'inputOnly' ; x3do:name 'setFloats' ; x3do:type 'MFFloat' . :field_2_5_2_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassFloatScript ; x3do:accessType 'outputOnly' ; x3do:name 'floatOut' ; x3do:type 'SFFloat' . :field_2_5_2_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassFloatScript ; x3do:accessType 'outputOnly' ; x3do:name 'floatOutTime' ; x3do:type 'SFTime' . :IS_2_5_2_1_5 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :PassFloatScript ; x3do:hasConnect :connect_2_5_2_1_5_1, :connect_2_5_2_1_5_2, :connect_2_5_2_1_5_3, :connect_2_5_2_1_5_4 . :connect_2_5_2_1_5_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_5_2_1_5 ; x3do:nodeField 'floatIndex' ; x3do:protoField 'floatIndex' . :connect_2_5_2_1_5_2 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_5_2_1_5 ; x3do:nodeField 'setFloats' ; x3do:protoField 'setFloats' . :connect_2_5_2_1_5_3 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_5_2_1_5 ; x3do:nodeField 'floatOut' ; x3do:protoField 'floatOut' . :connect_2_5_2_1_5_4 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_5_2_1_5 ; x3do:nodeField 'floatOutTime' ; x3do:protoField 'floatOutTime' . :ProtoDeclare_2_6 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_6_1 ; x3do:hasProtoBody :ProtoBody_2_6_2 ; x3do:name 'FilterStringsPassSingleString' . :ProtoInterface_2_6_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_6 ; x3do:hasField :field_2_6_1_1, :field_2_6_1_2, :field_2_6_1_3, :field_2_6_1_4 . :field_2_6_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_6_1 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'Index of the string in the string array to be extracted. Defaulted to 0.' ; x3do:name 'stringIndex' ; x3do:type 'SFInt32' ; x3do:value 0 . :field_2_6_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_6_1 ; x3do:accessType 'inputOnly' ; x3do:name 'setStrings' ; x3do:type 'MFString' . :field_2_6_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_6_1 ; x3do:accessType 'outputOnly' ; x3do:name 'stringOut' ; x3do:type 'SFString' . :field_2_6_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_6_1 ; x3do:accessType 'outputOnly' ; x3do:name 'stringOutTime' ; x3do:type 'SFTime' . :ProtoBody_2_6_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_6 ; x3do:hasChildren :PassStringScript . :PassStringScript a owl:NamedIndividual, x3do:Script ; x3do:hasParent :ProtoBody_2_6_2 ; x3do:hasField :field_2_6_2_1_1, :field_2_6_2_1_2, :field_2_6_2_1_3, :field_2_6_2_1_4 ; x3do:hasIS :IS_2_6_2_1_5 ; x3do:DEF 'PassStringScript' ; x3do:sourceCode """ ecmascript: function setStrings (value, timeStamp) { if (stringIndex < 0) return; stringOut = value[stringIndex]; stringOutTime = timeStamp; } """ . :field_2_6_2_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassStringScript ; x3do:accessType 'initializeOnly' ; x3do:name 'stringIndex' ; x3do:type 'SFInt32' . :field_2_6_2_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassStringScript ; x3do:accessType 'inputOnly' ; x3do:name 'setStrings' ; x3do:type 'MFString' . :field_2_6_2_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassStringScript ; x3do:accessType 'outputOnly' ; x3do:name 'stringOut' ; x3do:type 'SFString' . :field_2_6_2_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :PassStringScript ; x3do:accessType 'outputOnly' ; x3do:name 'stringOutTime' ; x3do:type 'SFTime' . :IS_2_6_2_1_5 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :PassStringScript ; x3do:hasConnect :connect_2_6_2_1_5_1, :connect_2_6_2_1_5_2, :connect_2_6_2_1_5_3, :connect_2_6_2_1_5_4 . :connect_2_6_2_1_5_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_6_2_1_5 ; x3do:nodeField 'stringIndex' ; x3do:protoField 'stringIndex' . :connect_2_6_2_1_5_2 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_6_2_1_5 ; x3do:nodeField 'setStrings' ; x3do:protoField 'setStrings' . :connect_2_6_2_1_5_3 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_6_2_1_5 ; x3do:nodeField 'stringOut' ; x3do:protoField 'stringOut' . :connect_2_6_2_1_5_4 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_6_2_1_5 ; x3do:nodeField 'stringOutTime' ; x3do:protoField 'stringOutTime' . :Anchor_2_7 a owl:NamedIndividual, x3do:Anchor ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_7_1 ; x3do:description 'FilterExamples' ; x3do:parameter '"target=_blank"' ; x3do:url '"FilterExamples.x3d" "https://savage.nps.edu/Savage/Tools/Authoring/FilterExamples.x3d" "FilterExamples.wrl" "https://savage.nps.edu/Savage/Tools/Authoring/FilterExamples.wrl"' . :Shape_2_7_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Anchor_2_7 ; x3do:hasAppearance :Appearance_2_7_1_1 ; x3do:hasGeometry :Text_2_7_1_2 . :Appearance_2_7_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_7_1 ; x3do:hasMaterial :Material_2_7_1_1_1 . :Material_2_7_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_7_1_1 ; x3do:diffuseColor ( 0 1 1 ) ; x3do:emissiveColor ( 0 1 1 ) . :Text_2_7_1_2 a owl:NamedIndividual, x3do:Text ; x3do:hasParent :Shape_2_7_1 ; x3do:hasFontStyle :FontStyle_2_7_1_2_1 ; x3do:string '"FilterPrototypes.wrl" "is a Prototype definition file." "" "To see an example scene" "using these new nodes" "click this text and view" "FilterExamples.wrl"' . :FontStyle_2_7_1_2_1 a owl:NamedIndividual, x3do:FontStyle ; x3do:hasParent :Text_2_7_1_2 ; x3do:justify '"MIDDLE" "MIDDLE"' ; x3do:size 0.8 .