~holger-seelig/titania-library/trunk

« back to all changes in this revision

Viewing changes to Tests/Components/Layering/Viewport.x3d

  • Committer: Holger Seelig
  • Date: 2017-09-18 02:55:31 UTC
  • Revision ID: holger.seelig@yahoo.de-20170918025531-n60g34kd9bfs41t1
Updated prototypes.

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.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd">
 
3
<X3D profile='Full' version='3.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.0.xsd'>
 
4
  <head>
 
5
    <meta name='comment' content='World of Titania'/>
 
6
    <meta name='created' content='Sat, 29 Aug 2015 04:01:22 GMT'/>
 
7
    <meta name='creator' content='Holger Seelig'/>
 
8
    <meta name='generator' content='Titania V0.7.8, http://titania.create3000.de'/>
 
9
    <meta name='modified' content='Sat, 29 Aug 2015 04:25:15 GMT'/>
 
10
  </head>
 
11
  <Scene>
 
12
    <ExternProtoDeclare name='Rotor' url='"../../../Titania/share/titania/Library/Prototypes/Engines/Rotor/Rotor.x3dv", "file:///usr/share/titania/Library/Prototypes/Engines/Rotor/Rotor.x3dv"'>
 
13
      <field accessType='inputOutput' type='SFBool' name='enabled'/>
 
14
      <field accessType='inputOutput' type='SFTime' name='cycleInterval'/>
 
15
      <field accessType='inputOutput' type='SFVec3f' name='axis'/>
 
16
      <field accessType='inputOutput' type='SFFloat' name='angle'/>
 
17
      <field accessType='inputOutput' type='SFBool' name='loop'/>
 
18
      <field accessType='inputOutput' type='SFTime' name='startTime'/>
 
19
      <field accessType='inputOutput' type='SFTime' name='pauseTime'/>
 
20
      <field accessType='inputOutput' type='SFTime' name='resumeTime'/>
 
21
      <field accessType='inputOutput' type='SFTime' name='stopTime'/>
 
22
      <field accessType='outputOnly' type='SFRotation' name='rotation_changed'/>
 
23
    </ExternProtoDeclare>
 
24
    <Background DEF='Gray'
 
25
        skyColor='0.2 0.2 0.2'/>
 
26
    <Viewpoint DEF='_1'
 
27
        description='Start'/>
 
28
    <Viewport
 
29
        clipBoundary='0, 0.125, 0, 0.125'>
 
30
      <Transform
 
31
          translation='-5.69358 -3.51336 -0.00391734'
 
32
          scale='0.283611 0.285052 0.289583'
 
33
          center='0.00318841 0.0301573 0.00391734'>
 
34
        <Transform DEF='Beethoven'
 
35
            rotation='0 -1 0 4.26986'>
 
36
          <Inline
 
37
              url='"../Geometry3D/Beethoven.x3dz"'/>
 
38
        </Transform>
 
39
      </Transform>
 
40
    </Viewport>
 
41
    <Viewport
 
42
        clipBoundary='0, 0.25, 0, 0.25'>
 
43
      <Transform
 
44
          translation='-4.87131 -3.10186 -0.920717'
 
45
          scale='0.667419 0.67081 0.681472'
 
46
          center='-0.00329348 0.0437016 0.00386736'>
 
47
        <Transform USE='Beethoven'/>
 
48
      </Transform>
 
49
    </Viewport>
 
50
    <Viewport
 
51
        clipBoundary='0, 0.5, 0, 0.5'>
 
52
      <Transform
 
53
          translation='-2.27828 -1.25381 -0.920702'
 
54
          scale='1.10867 1.1143 1.13202'
 
55
          center='-0.0051998 0.047685 0.00385266'>
 
56
        <Transform USE='Beethoven'/>
 
57
      </Transform>
 
58
      <TouchSensor/>
 
59
    </Viewport>
 
60
    <Viewport>
 
61
      <Transform
 
62
          translation='2.18944 0.21038 -0.920696'
 
63
          scale='1.50093 1.50855 1.53254'
 
64
          center='-0.00595336 0.0492596 0.00384685'>
 
65
        <Transform USE='Beethoven'/>
 
66
      </Transform>
 
67
    </Viewport>
 
68
  </Scene>
 
69
</X3D>