~holger-seelig/cobweb.js/trunk

« back to all changes in this revision

Viewing changes to cobweb.js/tests/Components/ParticleSystems/Geometry.x3d

  • Committer: Holger Seelig
  • Date: 2017-08-22 04:53:24 UTC
  • Revision ID: holger.seelig@yahoo.de-20170822045324-4of4xxgt79669gbt
Switched to npm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "http://www.web3d.org/specifications/x3d-3.3.dtd">
3
 
<X3D profile='Full' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.3.xsd'>
4
 
  <head>
5
 
    <meta name='comment' content='World of Titania'/>
6
 
    <meta name='created' content='Sun, 15 May 2016 00:15:37 GMT'/>
7
 
    <meta name='creator' content='holger'/>
8
 
    <meta name='generator' content='Titania V1.4.3, http://titania.create3000.de'/>
9
 
    <meta name='identifier' content='file:///home/holger/Projekte/Cobweb/cobweb.js/tests/Components/ParticleSystems/Geometry.x3d'/>
10
 
    <meta name='modified' content='Sun, 15 May 2016 00:52:08 GMT'/>
11
 
  </head>
12
 
  <Scene>
13
 
    <ExternProtoDeclare name='Grid' url='"GridTool.x3dv#Grid", "file:///home/holger/Projekte/Cobweb/cobweb.js/tests/Components/ParticleSystems/GridTool.x3dv#Grid"'>
14
 
      <field accessType='inputOutput' type='SFVec3f' name='translation'/>
15
 
      <field accessType='inputOutput' type='SFRotation' name='rotation'/>
16
 
      <field accessType='inputOutput' type='SFVec3f' name='scale'/>
17
 
      <field accessType='inputOutput' type='MFInt32' name='dimension'/>
18
 
      <field accessType='inputOutput' type='MFInt32' name='majorLineEvery'/>
19
 
      <field accessType='inputOutput' type='MFInt32' name='majorLineOffset'/>
20
 
      <field accessType='inputOutput' type='SFColor' name='color'/>
21
 
      <field accessType='inputOutput' type='SFFloat' name='transparency'/>
22
 
      <field accessType='inputOutput' type='SFColor' name='lineColor'/>
23
 
      <field accessType='inputOutput' type='SFFloat' name='lineTransparency'/>
24
 
      <field accessType='inputOutput' type='SFColor' name='majorLineColor'/>
25
 
      <field accessType='inputOutput' type='SFFloat' name='majorLineTransparency'/>
26
 
      <field accessType='initializeOnly' type='SFBool' name='solid'/>
27
 
    </ExternProtoDeclare>
28
 
    <WorldInfo
29
 
        title='Geometry'>
30
 
      <MetadataSet DEF='Titania'
31
 
          name='Titania'
32
 
          reference='http://titania.create3000.de'>
33
 
        <MetadataSet DEF='Selection' containerField='value'
34
 
            name='Selection'
35
 
            reference='http://titania.create3000.de'>
36
 
          <MetadataSet DEF='previous' containerField='value'
37
 
              name='previous'
38
 
              reference='http://titania.create3000.de'/>
39
 
          <MetadataSet DEF='children' containerField='value'
40
 
              name='children'
41
 
              reference='http://titania.create3000.de'>
42
 
            <ParticleSystem DEF='_1' containerField='value'
43
 
                geometryType='GEOMETRY'
44
 
                maxParticles='10'
45
 
                particleLifetime='4'
46
 
                lifetimeVariation='0.5'
47
 
                particleSize='1 1'>
48
 
              <PointEmitter
49
 
                  direction='0 0 0'
50
 
                  speed='0.5'
51
 
                  variation='0.5'
52
 
                  mass='0.1'
53
 
                  surfaceArea='0.1'/>
54
 
              <WindPhysicsModel
55
 
                  direction='0 1 0'
56
 
                  speed='0.7'
57
 
                  gustiness='1.7'
58
 
                  turbulence='0.3'/>
59
 
              <WindPhysicsModel
60
 
                  direction='1 0 0'
61
 
                  speed='0.5'
62
 
                  gustiness='2'/>
63
 
              <Appearance>
64
 
                <ImageTexture
65
 
                    url='"../images/image.png"'/>
66
 
              </Appearance>
67
 
              <Cone/>
68
 
            </ParticleSystem>
69
 
          </MetadataSet>
70
 
        </MetadataSet>
71
 
        <MetadataSet DEF='NavigationInfo' containerField='value'
72
 
            name='NavigationInfo'
73
 
            reference='http://titania.create3000.de'>
74
 
          <MetadataString DEF='type' containerField='value'
75
 
              name='type'
76
 
              reference='http://titania.create3000.de'
77
 
              value='"EXAMINE"'/>
78
 
        </MetadataSet>
79
 
        <MetadataSet DEF='Viewpoint' containerField='value'
80
 
            name='Viewpoint'
81
 
            reference='http://titania.create3000.de'>
82
 
          <MetadataDouble DEF='position' containerField='value'
83
 
              name='position'
84
 
              reference='http://titania.create3000.de'
85
 
              value='0, 20, 55'/>
86
 
          <MetadataDouble DEF='orientation' containerField='value'
87
 
              name='orientation'
88
 
              reference='http://titania.create3000.de'
89
 
              value='0, 0, 1, 0'/>
90
 
          <MetadataDouble DEF='centerOfRotation' containerField='value'
91
 
              name='centerOfRotation'
92
 
              reference='http://titania.create3000.de'
93
 
              value='0, 0, 0'/>
94
 
        </MetadataSet>
95
 
      </MetadataSet>
96
 
    </WorldInfo>
97
 
    <Background DEF='Gray'
98
 
        skyColor='0.2 0.2 0.2'/>
99
 
    <Viewpoint
100
 
        description='Viewpoint'
101
 
        position='0 20 55'/>
102
 
    <ParticleSystem USE='_1'/>
103
 
    <Transform DEF='IndexedLineSet'>
104
 
      <Shape>
105
 
        <IndexedLineSet
106
 
            colorPerVertex='false'
107
 
            colorIndex='0, 1, 2'
108
 
            coordIndex='0, 1, -1, 2, 3, -1, 4, 5, -1'>
109
 
          <Color
110
 
              color='1 0 0, 0 1 0, 0 0 1'/>
111
 
          <Coordinate
112
 
              point='-1 0 0, 1 0 0, 0 -1 0, 0 1 0, 0 0 -1, 0 0 1'/>
113
 
        </IndexedLineSet>
114
 
      </Shape>
115
 
    </Transform>
116
 
    <ProtoInstance name='Grid'/>
117
 
  </Scene>
118
 
</X3D>