Browse Source

Adding the right example xml file (oops!)

master
c-mendoza 8 years ago
parent
commit
4a03b564c2
  1. 11
      example/bin/data/ofxpimapper.xml

11
example/bin/data/ofxpimapper.xml

@ -73,6 +73,17 @@
<source>
<source-type>fbo</source-type>
<source-name>Slide Show Source</source-name>
<magSlideShow>
<Width>1920</Width>
<Height>1080</Height>
<SlideDuration>1</SlideDuration> <!-- Optional default duration for each slide-->
<Loop>
<Type>PING-PONG</Type> <!-- NONE | NORMAL | PING-PONG -->
</Loop>
<Transition></Transition>
<!-- NoResize | Native | Fit | FitProportionally | FillProportionally -->
<ResizeOption>FitProportionally</ResizeOption>
</magSlideShow>
</source>
<properties>
<perspectiveWarping>1</perspectiveWarping>

Loading…
Cancel
Save