~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/carpenter/blockspec/slopewalls.blockspec.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version = '1.0' encoding = 'UTF-8'?>
 
2
<blockspecs>
 
3
  <blockspec name="slopewall24" >
 
4
    <attachpairs>
 
5
      <attachpair name="down" type="a24" >
 
6
        <attachpoint  name="left" >
 
7
          <normal type="DOWN" />
 
8
          <position x="-4" z="-6" y="0" />
 
9
        </attachpoint>
 
10
        <attachpoint  name="right" >
 
11
          <normal type="DOWN" />
 
12
          <position x="4" z="-6" y="0" />
 
13
        </attachpoint>
 
14
      </attachpair>
 
15
    </attachpairs>
 
16
    <bbox x="24" z="12" y="0.3" >
 
17
    </bbox>
 
18
  </blockspec>
 
19
  <blockspec name="slopewall12" >
 
20
    <attachpairs>
 
21
      <attachpair name="down" type="a12" >
 
22
        <attachpoint  name="left" >
 
23
          <normal type="DOWN" />
 
24
          <position x="-2" z="-3" y="0" />
 
25
        </attachpoint>
 
26
        <attachpoint  name="right" >
 
27
          <normal type="DOWN" />
 
28
          <position x="2" z="-3" y="0" />
 
29
        </attachpoint>
 
30
      </attachpair>
 
31
    </attachpairs>
 
32
    <bbox x="12" z="6" y="0.3" />
 
33
  </blockspec>
 
34
  <blockspec name="slopewall6" >
 
35
    <attachpairs>
 
36
      <attachpair name="down" type="a6" >
 
37
        <attachpoint name="left" >
 
38
          <normal type="DOWN" />
 
39
          <position x="-1" z="-1.5" y="0" />
 
40
        </attachpoint>
 
41
        <attachpoint name="right" >
 
42
          <normal type="DOWN" />
 
43
          <position x="1" z="-1.5" y="0" />
 
44
        </attachpoint>
 
45
      </attachpair>
 
46
    </attachpairs>
 
47
    <bbox x="6" z="3" y="0.3" />
 
48
  </blockspec>
 
49
</blockspecs>