@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/Explosions/ExplosionPrototype.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_9, :meta_1_10, :meta_1_11 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExplosionPrototype.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Prototype of an explosion (Ball of fire)' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Alan Hudson, Yumetech, Inc' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '27 July 2006' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 November 2019' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExplosionPrototypeExample.png' ;
  x3do:name 'Image' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExplosionExampleVideo.mov' ;
  x3do:name 'MovingImage' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExplosionExample.x3d' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/Explosions/ExplosionPrototype.x3d' ;
  x3do:name 'identifier' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.2, 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 "ExplosionPrototype.x3d" .
:meta dcterms:description "Prototype of an explosion (Ball of fire)" .
:meta dcterms:creator "Alan Hudson, Yumetech, Inc" .
:meta dcterms:created "27 July 2006" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:Image "ExplosionPrototypeExample.png" .
:meta dcterms:MovingImage "ExplosionExampleVideo.mov" .
:meta dcterms:reference "ExplosionExample.x3d" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Tools/Explosions/ExplosionPrototype.x3d" .
:meta dcterms:generator "X3D-Edit 3.2, 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, :Background_2_3, :Anchor_2_4 ;
  x3do:hasProtoDeclare :ProtoDeclare_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'ExplosionPrototype.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:appinfo 'Simple explosion animation of a sphere covered with a flame texture, plus a sound effect' ;
  x3do:name 'Explosion' .
: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_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'time event to trigger explosion' ;
  x3do:name 'detonateTime' ;
  x3do:type 'SFTime' .
:field_2_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'size of explosion sphere' ;
  x3do:name 'size' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 1.0 1.0 1.0 ) .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :Group_2_2_2_1 .
:Group_2_2_2_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasChildren :TRANS, :Sound_2_2_2_1_2 .
:TRANS a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_1 ;
  x3do:hasChildren :Transform_2_2_2_1_1_1, :TIMER, :SCALE_INTERP, :TRANSPARENCY_INTERP, :ROTATION_INTERP ;
  x3do:hasROUTE :ROUTE_2_2_2_1_1_6, :ROUTE_2_2_2_1_1_7, :ROUTE_2_2_2_1_1_8, :ROUTE_2_2_2_1_1_9, :ROUTE_2_2_2_1_1_10, :ROUTE_2_2_2_1_1_11 ;
  x3do:DEF 'TRANS' ;
  x3do:scale ( 0.0010 0.0010 0.0010 ) .
:Transform_2_2_2_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRANS ;
  x3do:hasIS :IS_2_2_2_1_1_1_1 ;
  x3do:hasChildren :Shape_2_2_2_1_1_1_2 .
:IS_2_2_2_1_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Transform_2_2_2_1_1_1 ;
  x3do:hasConnect :connect_2_2_2_1_1_1_1_1 .
:connect_2_2_2_1_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1_1_1 ;
  x3do:nodeField 'scale' ;
  x3do:protoField 'size' .
:Shape_2_2_2_1_1_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_2_1_1_1_2_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_1_1_2_2 .
:Appearance_2_2_2_1_1_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_1_1_2 ;
  x3do:hasMaterial :MAT ;
  x3do:hasTexture :ImageTexture_2_2_2_1_1_1_2_1_2 ;
  x3do:hasTextureTransform :TT .
:MAT a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_1_1_2_1 ;
  x3do:DEF 'MAT' ;
  x3do:diffuseColor ( 1.0 0.0 0.0 ) .
:ImageTexture_2_2_2_1_1_1_2_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_2_1_1_1_2_1 ;
  x3do:url '"../../../Savage/Tools/Explosions/flametexture.jpg" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Explosions/flametexture.jpg"' .
:TT a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_2_2_1_1_1_2_1 ;
  x3do:DEF 'TT' .
:IndexedFaceSet_2_2_2_1_1_1_2_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_2_1_1_1_2 ;
  x3do:hasCoord :Coordinate_2_2_2_1_1_1_2_2_1 ;
  x3do:hasTexCoord :TextureCoordinate_2_2_2_1_1_1_2_2_2 ;
  x3do:coordIndex ( 0 1 2 -1 2 1 3 -1 2 3 4 -1 4 3 5 -1 4 5 6 -1 6 5 7 -1 6 7 8 -1 8 7 9 -1 8 9 10 -1 1 11 3 -1 3 11 12 -1 3 12 5 -1 5 12 13 -1 5 13 7 -1 7 13 14 -1 7 14 9 -1 11 15 12 -1 12 15 16 -1 12 16 13 -1 13 16 17 -1 13 17 14 -1 15 18 16 -1 16 18 19 -1 16 19 17 -1 19 18 20 -1 10 9 21 -1 21 9 22 -1 21 22 23 -1 23 22 24 -1 23 24 25 -1 25 24 26 -1 25 26 27 -1 27 26 28 -1 27 28 29 -1 9 14 22 -1 22 14 30 -1 22 30 24 -1 24 30 31 -1 24 31 26 -1 26 31 32 -1 26 32 28 -1 14 17 30 -1 30 17 33 -1 30 33 31 -1 31 33 34 -1 31 34 32 -1 17 19 33 -1 33 19 35 -1 33 35 34 -1 35 19 20 -1 10 36 8 -1 8 36 37 -1 8 37 6 -1 6 37 38 -1 6 38 4 -1 4 38 39 -1 4 39 2 -1 2 39 40 -1 2 40 0 -1 36 41 37 -1 37 41 42 -1 37 42 38 -1 38 42 43 -1 38 43 39 -1 39 43 44 -1 39 44 40 -1 41 45 42 -1 42 45 46 -1 42 46 43 -1 43 46 47 -1 43 47 44 -1 45 48 46 -1 46 48 49 -1 46 49 47 -1 49 48 50 -1 29 51 27 -1 27 51 52 -1 27 52 25 -1 25 52 53 -1 25 53 23 -1 23 53 54 -1 23 54 21 -1 21 54 36 -1 21 36 10 -1 51 55 52 -1 52 55 56 -1 52 56 53 -1 53 56 57 -1 53 57 54 -1 54 57 41 -1 54 41 36 -1 55 58 56 -1 56 58 59 -1 56 59 57 -1 57 59 45 -1 57 45 41 -1 58 60 59 -1 59 60 48 -1 59 48 45 -1 48 60 50 -1 61 62 63 -1 63 62 64 -1 63 64 65 -1 65 64 66 -1 65 66 67 -1 67 66 68 -1 67 68 69 -1 69 68 1 -1 69 1 0 -1 62 70 64 -1 64 70 71 -1 64 71 66 -1 66 71 72 -1 66 72 68 -1 68 72 11 -1 68 11 1 -1 70 73 71 -1 71 73 74 -1 71 74 72 -1 72 74 15 -1 72 15 11 -1 73 75 74 -1 74 75 18 -1 74 18 15 -1 18 75 20 -1 29 28 76 -1 76 28 77 -1 76 77 78 -1 78 77 79 -1 78 79 80 -1 80 79 81 -1 80 81 82 -1 82 81 62 -1 82 62 61 -1 28 32 77 -1 77 32 83 -1 77 83 79 -1 79 83 84 -1 79 84 81 -1 81 84 70 -1 81 70 62 -1 32 34 83 -1 83 34 85 -1 83 85 84 -1 84 85 73 -1 84 73 70 -1 34 35 85 -1 85 35 75 -1 85 75 73 -1 75 35 20 -1 0 40 69 -1 69 40 86 -1 69 86 67 -1 67 86 87 -1 67 87 65 -1 65 87 88 -1 65 88 63 -1 63 88 89 -1 63 89 61 -1 40 44 86 -1 86 44 90 -1 86 90 87 -1 87 90 91 -1 87 91 88 -1 88 91 92 -1 88 92 89 -1 44 47 90 -1 90 47 93 -1 90 93 91 -1 91 93 94 -1 91 94 92 -1 47 49 93 -1 93 49 95 -1 93 95 94 -1 95 49 50 -1 61 89 82 -1 82 89 96 -1 82 96 80 -1 80 96 97 -1 80 97 78 -1 78 97 98 -1 78 98 76 -1 76 98 51 -1 76 51 29 -1 89 92 96 -1 96 92 99 -1 96 99 97 -1 97 99 100 -1 97 100 98 -1 98 100 55 -1 98 55 51 -1 92 94 99 -1 99 94 101 -1 99 101 100 -1 100 101 58 -1 100 58 55 -1 94 95 101 -1 101 95 60 -1 101 60 58 -1 60 95 50 -1 ) ;
  x3do:creaseAngle 0.5 ;
  x3do:texCoordIndex ( 0 1 2 -1 2 1 3 -1 2 3 4 -1 4 3 5 -1 4 5 6 -1 6 5 7 -1 6 7 8 -1 8 7 9 -1 8 9 10 -1 1 11 3 -1 3 11 12 -1 3 12 5 -1 5 12 13 -1 5 13 7 -1 7 13 14 -1 7 14 9 -1 11 15 12 -1 12 15 16 -1 12 16 13 -1 13 16 17 -1 13 17 14 -1 15 18 16 -1 16 18 19 -1 16 19 17 -1 19 18 20 -1 10 9 21 -1 21 9 22 -1 21 22 23 -1 23 22 24 -1 23 24 25 -1 25 24 26 -1 25 26 27 -1 27 26 28 -1 27 28 29 -1 9 14 22 -1 22 14 30 -1 22 30 24 -1 24 30 31 -1 24 31 26 -1 26 31 32 -1 26 32 28 -1 14 17 30 -1 30 17 33 -1 30 33 31 -1 31 33 34 -1 31 34 32 -1 17 19 33 -1 33 19 35 -1 33 35 34 -1 35 19 20 -1 10 36 8 -1 8 36 37 -1 8 37 6 -1 6 37 38 -1 6 38 4 -1 4 38 39 -1 4 39 2 -1 2 39 40 -1 2 40 0 -1 36 41 37 -1 37 41 42 -1 37 42 38 -1 38 42 43 -1 38 43 39 -1 39 43 44 -1 39 44 40 -1 41 45 42 -1 42 45 46 -1 42 46 43 -1 43 46 47 -1 43 47 44 -1 45 48 46 -1 46 48 49 -1 46 49 47 -1 49 48 50 -1 29 51 27 -1 27 51 52 -1 27 52 25 -1 25 52 53 -1 25 53 23 -1 23 53 54 -1 23 54 21 -1 21 54 36 -1 21 36 10 -1 51 55 52 -1 52 55 56 -1 52 56 53 -1 53 56 57 -1 53 57 54 -1 54 57 41 -1 54 41 36 -1 55 58 56 -1 56 58 59 -1 56 59 57 -1 57 59 45 -1 57 45 41 -1 58 60 59 -1 59 60 48 -1 59 48 45 -1 48 60 50 -1 61 62 63 -1 63 62 64 -1 63 64 65 -1 65 64 66 -1 65 66 67 -1 67 66 68 -1 67 68 69 -1 69 68 1 -1 69 1 0 -1 62 70 64 -1 64 70 71 -1 64 71 66 -1 66 71 72 -1 66 72 68 -1 68 72 11 -1 68 11 1 -1 70 73 71 -1 71 73 74 -1 71 74 72 -1 72 74 15 -1 72 15 11 -1 73 75 74 -1 74 75 18 -1 74 18 15 -1 18 75 20 -1 29 28 76 -1 76 28 77 -1 76 77 78 -1 78 77 79 -1 78 79 80 -1 80 79 81 -1 80 81 82 -1 82 81 62 -1 82 62 61 -1 28 32 77 -1 77 32 83 -1 77 83 79 -1 79 83 84 -1 79 84 81 -1 81 84 70 -1 81 70 62 -1 32 34 83 -1 83 34 85 -1 83 85 84 -1 84 85 73 -1 84 73 70 -1 34 35 85 -1 85 35 75 -1 85 75 73 -1 75 35 20 -1 0 40 69 -1 69 40 86 -1 69 86 67 -1 67 86 87 -1 67 87 65 -1 65 87 88 -1 65 88 63 -1 63 88 89 -1 63 89 61 -1 40 44 86 -1 86 44 90 -1 86 90 87 -1 87 90 91 -1 87 91 88 -1 88 91 92 -1 88 92 89 -1 44 47 90 -1 90 47 93 -1 90 93 91 -1 91 93 94 -1 91 94 92 -1 47 49 93 -1 93 49 95 -1 93 95 94 -1 95 49 50 -1 61 89 82 -1 82 89 96 -1 82 96 80 -1 80 96 97 -1 80 97 78 -1 78 97 98 -1 78 98 76 -1 76 98 51 -1 76 51 29 -1 89 92 96 -1 96 92 99 -1 96 99 97 -1 97 99 100 -1 97 100 98 -1 98 100 55 -1 98 55 51 -1 92 94 99 -1 99 94 101 -1 99 101 100 -1 100 101 58 -1 100 58 55 -1 94 95 101 -1 101 95 60 -1 101 60 58 -1 60 95 50 -1 ) .
:Coordinate_2_2_2_1_1_1_2_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_1_1_2_2 ;
  x3do:point ( 1.0 0.0 0.0 0.970142 0.242536 0.0 0.970142 0.0 0.242536 0.904534 0.301511 0.301511 0.83205 0.0 0.5547 0.666667 0.333333 0.666667 0.5547 0.0 0.83205 0.301511 0.301511 0.904534 0.242536 0.0 0.970142 0.0 0.242536 0.970142 0.0 0.0 1.0 0.83205 0.5547 0.0 0.666667 0.666667 0.333333 0.333333 0.666667 0.666667 0.0 0.5547 0.83205 0.5547 0.83205 0.0 0.301511 0.904534 0.301511 0.0 0.83205 0.5547 0.242536 0.970142 0.0 0.0 0.970142 0.242536 0.0 1.0 0.0 -0.242536 0.0 0.970142 -0.301511 0.301511 0.904534 -0.5547 0.0 0.83205 -0.666667 0.333333 0.666667 -0.83205 0.0 0.5547 -0.904534 0.301511 0.301511 -0.970142 0.0 0.242536 -0.970142 0.242536 0.0 -1.0 0.0 0.0 -0.333333 0.666667 0.666667 -0.666667 0.666667 0.333333 -0.83205 0.5547 0.0 -0.301511 0.904534 0.301511 -0.5547 0.83205 0.0 -0.242536 0.970142 0.0 0.0 -0.242536 0.970142 0.301511 -0.301511 0.904534 0.666667 -0.333333 0.666667 0.904534 -0.301511 0.301511 0.970142 -0.242536 0.0 0.0 -0.5547 0.83205 0.333333 -0.666667 0.666667 0.666667 -0.666667 0.333333 0.83205 -0.5547 0.0 0.0 -0.83205 0.5547 0.301511 -0.904534 0.301511 0.5547 -0.83205 0.0 0.0 -0.970142 0.242536 0.242536 -0.970142 0.0 0.0 -1.0 0.0 -0.970142 -0.242536 0.0 -0.904534 -0.301511 0.301511 -0.666667 -0.333333 0.666667 -0.301511 -0.301511 0.904534 -0.83205 -0.5547 0.0 -0.666667 -0.666667 0.333333 -0.333333 -0.666667 0.666667 -0.5547 -0.83205 0.0 -0.301511 -0.904534 0.301511 -0.242536 -0.970142 0.0 0.0 0.0 -1.0 0.0 0.242536 -0.970142 0.242536 0.0 -0.970142 0.301511 0.301511 -0.904534 0.5547 0.0 -0.83205 0.666667 0.333333 -0.666667 0.83205 0.0 -0.5547 0.904534 0.301511 -0.301511 0.970142 0.0 -0.242536 0.0 0.5547 -0.83205 0.333333 0.666667 -0.666667 0.666667 0.666667 -0.333333 0.0 0.83205 -0.5547 0.301511 0.904534 -0.301511 0.0 0.970142 -0.242536 -0.970142 0.0 -0.242536 -0.904534 0.301511 -0.301511 -0.83205 0.0 -0.5547 -0.666667 0.333333 -0.666667 -0.5547 0.0 -0.83205 -0.301511 0.301511 -0.904534 -0.242536 0.0 -0.970142 -0.666667 0.666667 -0.333333 -0.333333 0.666667 -0.666667 -0.301511 0.904534 -0.301511 0.904534 -0.301511 -0.301511 0.666667 -0.333333 -0.666667 0.301511 -0.301511 -0.904534 0.0 -0.242536 -0.970142 0.666667 -0.666667 -0.333333 0.333333 -0.666667 -0.666667 0.0 -0.5547 -0.83205 0.301511 -0.904534 -0.301511 0.0 -0.83205 -0.5547 0.0 -0.970142 -0.242536 -0.301511 -0.301511 -0.904534 -0.666667 -0.333333 -0.666667 -0.904534 -0.301511 -0.301511 -0.333333 -0.666667 -0.666667 -0.666667 -0.666667 -0.333333 -0.301511 -0.904534 -0.301511 ) .
:TextureCoordinate_2_2_2_1_1_1_2_2_2 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_1_1_2_2 ;
  x3do:point ( 0.75 1.0 0.25 0.922021 0.5 0.922021 0.375 0.859781 0.5 0.812833 0.426208 0.73228 0.5 0.687167 0.448792 0.597491 0.5 0.577979 0.46101 0.5 0.5 0.5 0.25 0.812833 0.323792 0.73228 0.375 0.608173 0.406417 0.5 0.25 0.687167 0.301208 0.597491 0.343584 0.5 0.25 0.577979 0.28899 0.5 0.25 0.5 0.5 0.422021 0.448792 0.402509 0.5 0.312833 0.426208 0.26772 0.5 0.187167 0.375 0.140219 0.5 0.0779793 0.25 0.0779793 0.25 0.0 0.375 0.391827 0.323792 0.26772 0.25 0.187167 0.301208 0.402509 0.25 0.312833 0.25 0.422021 0.53899 0.5 0.551208 0.597491 0.573792 0.73228 0.625 0.859781 0.75 0.922021 0.593584 0.5 0.625 0.608173 0.676208 0.73228 0.75 0.812833 0.656416 0.5 0.698792 0.597491 0.75 0.687167 0.71101 0.5 0.75 0.577979 0.75 0.5 0.75 0.0779793 0.625 0.140219 0.573792 0.26772 0.551208 0.402509 0.75 0.187167 0.676208 0.26772 0.625 0.391827 0.75 0.312833 0.698792 0.402509 0.75 0.422021 1.0 0.5 0.0389897 0.5 1.0 0.577979 0.0512081 0.597491 1.0 0.687167 0.0737917 0.73228 1.0 0.812833 0.125 0.859781 1.0 0.922021 0.0935835 0.5 0.125 0.608173 0.176208 0.73228 0.156416 0.5 0.198792 0.597491 0.21101 0.5 0.0 0.0779793 0.125 0.140219 0.0 0.187167 0.0737917 0.26772 0.0 0.312833 0.0512082 0.402509 0.0 0.422021 0.176208 0.26772 0.125 0.391827 0.198792 0.402509 0.875 0.859781 0.926208 0.73228 0.948792 0.597491 0.96101 0.5 0.823792 0.73228 0.875 0.608173 0.906416 0.5 0.801208 0.597491 0.843584 0.5 0.78899 0.5 0.948792 0.402509 0.926208 0.26772 0.875 0.140219 0.875 0.391827 0.823792 0.26772 0.801208 0.402509 ) .
:TIMER a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :TRANS ;
  x3do:hasIS :IS_2_2_2_1_1_2_1 ;
  x3do:DEF 'TIMER' ;
  x3do:cycleInterval '3.0' .
:IS_2_2_2_1_1_2_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :TIMER ;
  x3do:hasConnect :connect_2_2_2_1_1_2_1_1 .
:connect_2_2_2_1_1_2_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1_2_1 ;
  x3do:nodeField 'startTime' ;
  x3do:protoField 'detonateTime' .
:SCALE_INTERP a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :TRANS ;
  x3do:DEF 'SCALE_INTERP' ;
  x3do:key ( 0.0 1.0 ) ;
  x3do:keyValue ( 0.0010 0.0010 0.0010 1.0 1.0 1.0 ) .
:TRANSPARENCY_INTERP a owl:NamedIndividual, x3do:ScalarInterpolator ;
  x3do:hasParent :TRANS ;
  x3do:DEF 'TRANSPARENCY_INTERP' ;
  x3do:key ( 0.0 1.0 ) ;
  x3do:keyValue ( 0.0 1.0 ) .
:ROTATION_INTERP a owl:NamedIndividual, x3do:ScalarInterpolator ;
  x3do:hasParent :TRANS ;
  x3do:DEF 'ROTATION_INTERP' ;
  x3do:key ( 0.0 1.0 ) ;
  x3do:keyValue ( 0.0 1.57075 ) .
:ROUTE_2_2_2_1_1_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :TRANS ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'SCALE_INTERP' .
:ROUTE_2_2_2_1_1_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :TRANS ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'TRANSPARENCY_INTERP' .
:ROUTE_2_2_2_1_1_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :TRANS ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'ROTATION_INTERP' .
:ROUTE_2_2_2_1_1_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :TRANS ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'SCALE_INTERP' ;
  x3do:toField 'set_scale' ;
  x3do:toNode 'TRANS' .
:ROUTE_2_2_2_1_1_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :TRANS ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'TRANSPARENCY_INTERP' ;
  x3do:toField 'set_transparency' ;
  x3do:toNode 'MAT' .
:ROUTE_2_2_2_1_1_11 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :TRANS ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'ROTATION_INTERP' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'TT' .
:Sound_2_2_2_1_2 a owl:NamedIndividual, x3do:Sound ;
  x3do:hasParent :Group_2_2_2_1 ;
  x3do:hasSource :AudioClip_2_2_2_1_2_1 ;
  x3do:maxBack 100 ;
  x3do:maxFront 100 ;
  x3do:minBack 10 ;
  x3do:minFront 10 .
:AudioClip_2_2_2_1_2_1 a owl:NamedIndividual, x3do:AudioClip ;
  x3do:hasParent :Sound_2_2_2_1_2 ;
  x3do:hasIS :IS_2_2_2_1_2_1_1 ;
  x3do:description 'Normal Explosion' ;
  x3do:url '"NormalExplosion.wav" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Explosions/NormalExplosion.wav"' .
:IS_2_2_2_1_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :AudioClip_2_2_2_1_2_1 ;
  x3do:hasConnect :connect_2_2_2_1_2_1_1_1 .
:connect_2_2_2_1_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_1_1 ;
  x3do:nodeField 'startTime' ;
  x3do:protoField 'detonateTime' .
:Background_2_3 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundAngle ( 1.57 ) ;
  x3do:groundColor ( 0.6 0.9 0.6 0.6 0.9 0.6 ) ;
  x3do:skyColor ( 0.6 0.6 0.9 ) .
:Anchor_2_4 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_4_1 ;
  x3do:description 'Explosion Example' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"ExplosionExample.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Explosions/ExplosionExample.wrl" "MultipleTimerExplodingBuildingExample.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Explosions/ExplosionExample.x3d"' .
:Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_4 ;
  x3do:hasGeometry :Text_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_4_1_2 .
:Text_2_4_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasFontStyle :FontStyle_2_4_1_1_1 ;
  x3do:string '"ExplosionPrototype" "is a prototype definition file" "" "Click this text to see" "ExplosionExample"' .
:FontStyle_2_4_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_4_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasMaterial :Material_2_4_1_2_1 .
:Material_2_4_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_2 ;
  x3do:diffuseColor ( 0.2 0.2 0.8 ) .
