Browse Source

Update example xml file to display a CircleSurface

master
c-mendoza 8 years ago
parent
commit
b3d9fb3a31
  1. 4
      example/bin/data/magslideshow_settings.xml
  2. 81
      example/bin/data/ofxpimapper.xml

4
example/bin/data/magslideshow_settings.xml

@ -1,6 +1,6 @@
<magSlideShow>
<Width>1920</Width>
<Height>1080</Height>
<Width>1280</Width>
<Height>720</Height>
<SlideDuration>2</SlideDuration> <!-- Optional default duration for each slide-->
<Loop>
<Type>PING-PONG</Type> <!-- NONE | NORMAL | PING-PONG -->

81
example/bin/data/ofxpimapper.xml

@ -2,8 +2,8 @@
<surface type="0">
<vertices>
<vertex>
<x>244.000000000</x>
<y>151.187255859</y>
<x>140.000000000</x>
<y>65.000000000</y>
</vertex>
<vertex>
<x>397.625549316</x>
@ -33,46 +33,91 @@
<source-name>image4.jpg</source-name>
</source>
</surface>
<surface type="5">
<vertices>
<vertex>
<x>183.000000000</x>
<y>70.000000000</y>
</vertex>
<vertex>
<x>862.290893555</x>
<y>79.031463623</y>
</vertex>
<vertex>
<x>830.286376953</x>
<y>652.968627930</y>
</vertex>
<vertex>
<x>195.000000000</x>
<y>711.000000000</y>
</vertex>
</vertices>
<texCoords>
<texCoord>
<x>0.224322945</x>
<y>0.023645690</y>
</texCoord>
<texCoord>
<x>0.774270892</x>
<y>0.023645690</y>
</texCoord>
<texCoord>
<x>0.774270892</x>
<y>0.973813117</y>
</texCoord>
<texCoord>
<x>0.224322945</x>
<y>0.973813117</y>
</texCoord>
</texCoords>
<source>
<source-type>fbo</source-type>
<source-name>Slide Show Source</source-name>
</source>
<properties>
<perspectiveWarping>1</perspectiveWarping>
</properties>
</surface>
<surface type="1">
<vertices>
<vertex>
<x>305.332824707</x>
<y>158.923416138</y>
<x>219.956512451</x>
<y>481.153137207</y>
</vertex>
<vertex>
<x>823.889770508</x>
<y>135.275909424</y>
<x>742.043579102</x>
<y>481.153137207</y>
</vertex>
<vertex>
<x>883.853393555</x>
<y>670.724243164</y>
<x>742.043579102</x>
<y>792.846923828</y>
</vertex>
<vertex>
<x>241.146575928</x>
<y>656.366699219</y>
<x>219.956512451</x>
<y>792.846923828</y>
</vertex>
</vertices>
<texCoords>
<texCoord>
<x>0.000000000</x>
<x>0.106250003</x>
<y>0.000000000</y>
</texCoord>
<texCoord>
<x>1.000000000</x>
<x>0.918749988</x>
<y>0.000000000</y>
</texCoord>
<texCoord>
<x>1.000000000</x>
<y>1.000000000</y>
<x>0.918749988</x>
<y>0.994444430</y>
</texCoord>
<texCoord>
<x>0.000000000</x>
<y>1.000000000</y>
<x>0.106250003</x>
<y>0.994444430</y>
</texCoord>
</texCoords>
<source>
<source-type>fbo</source-type>
<source-name>Slide Show Source</source-name>
<source-type>video</source-type>
<source-name>earth-and-technicians.mp4</source-name>
</source>
<properties>
<perspectiveWarping>1</perspectiveWarping>

Loading…
Cancel
Save