~ubuntu-branches/ubuntu/wily/opencollada/wily-proposed

« back to all changes in this revision

Viewing changes to xsd2cppsax/tests/collada_effect_01.xml

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2015-05-14 17:23:27 UTC
  • Revision ID: package-import@ubuntu.com-20150514172327-f862u8envms01fra
Tags: upstream-0.1.0~20140703.ddf8f47+dfsg1
ImportĀ upstreamĀ versionĀ 0.1.0~20140703.ddf8f47+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<root xmlns="http://www.netallied.de/xsd2cppsax/tests"
 
3
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
                xsi:schemaLocation="http://www.netallied.de/xsd2cppsax/tests collada_effect.xsd">
 
5
 
 
6
        <technique>
 
7
                <phong>
 
8
                        <emission>
 
9
                                <color>0 0 0 1</color>
 
10
                        </emission>
 
11
                        <ambient>
 
12
                                <color>0.2 0.2 0.2 1</color>
 
13
                        </ambient>
 
14
                        <diffuse>
 
15
                                <color>1 1 1 1</color>
 
16
                        </diffuse>
 
17
                        <specular>
 
18
                                <color>0.8 0.8 0.8 1</color>
 
19
                        </specular>
 
20
                        <shininess>
 
21
                                <float>15</float>
 
22
                        </shininess>
 
23
                </phong>
 
24
        </technique>
 
25
 
 
26
</root>