<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Any way to mirror the complete output?</title>
		<link>http://www.allegro.cc/forums/view/591312</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Thu, 10 May 2007 11:51:39 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Is there any way to mirror the entire output in Allegro?</p><p>I&#39;m developing a program that needs to be used in an environment where the display reflects off a mirror onto the final projection surface. Is there an easy way to do this in Allegro?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Reilly Hamilton)</author>
		<pubDate>Tue, 08 May 2007 07:58:37 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/draw_sprite_v_flip" target="_blank"><span class="a">draw_sprite_v_flip</span></a><span class="k2">(</span><span class="k2">)</span>
<a href="http://www.allegro.cc/manual/draw_sprite_h_flip" target="_blank"><span class="a">draw_sprite_h_flip</span></a><span class="k2">(</span><span class="k2">)</span>
<a href="http://www.allegro.cc/manual/draw_sprite_vh_flip" target="_blank"><span class="a">draw_sprite_vh_flip</span></a>
</pre></div></div><p>

</p><div class="quote_container"><div class="title">The manual said:</div><div class="quote"><p>

These are like draw_sprite(), but they additionally flip the image vertically, horizontally, or both, respectively. Flipping vertically means that the y-axis is reversed, while flipping horizontally means that the x-axis is reversed, between the source and the destination. This produces exact mirror images, which is not the same as rotating the sprite (and it is a lot faster than the rotation routine). The sprite must be a memory bitmap.
</p></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Tue, 08 May 2007 08:10:43 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Your talking about reflections right? Like looking into water or a mirror? Holy crap Allegro has functions for that?? Sweeeeet
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (julian_boolean)</author>
		<pubDate>Tue, 08 May 2007 08:15:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m looking for a way to mirror the entire screen, not just a sprite.</p><p>Is there a way to mirror the display buffer?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Reilly Hamilton)</author>
		<pubDate>Wed, 09 May 2007 03:22:00 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Of course. When copying your backbuffer to the screen, simply draw it upside-down.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (X-G)</author>
		<pubDate>Wed, 09 May 2007 03:26:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Be sure to clear the buffer with magenta/palette index 0 first though (iff you use it anywhere in your graphics, that is).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gnolam)</author>
		<pubDate>Wed, 09 May 2007 03:39:01 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m really curious to hear where you have an environment where the user views the screen via a mirror...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gillius)</author>
		<pubDate>Wed, 09 May 2007 05:09:38 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>We&#39;re creating a Heads-Up Display for use in automobiles. The image is reflected off of the windshield, and therefore needs to be flipped horizontally.</p><p>Thanks for the help, should be pretty simple.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Reilly Hamilton)</author>
		<pubDate>Wed, 09 May 2007 06:37:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Nice I was hoping it was something like that <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />. I work on vehicle sensor systems and diagnostics... I wish we had that for our display <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />. I doubt any of our vehicles have a suitable windshield as they are all either vertical or non-existent.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gillius)</author>
		<pubDate>Wed, 09 May 2007 09:07:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hey! Where are my cookies? <img src="http://www.allegro.cc/forums/smileys/angry.gif" alt="&gt;:(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Wed, 09 May 2007 09:42:14 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I ate &#39;em, tasted bad <img src="http://www.allegro.cc/forums/smileys/lipsrsealed.gif" alt=":-X" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ixilom)</author>
		<pubDate>Wed, 09 May 2007 18:22:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Cooool, allegro is taking over the automobile industry!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ImLeftFooted)</author>
		<pubDate>Thu, 10 May 2007 03:23:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Heh, you do not know the new lamborghini Allegro VT ?   ;-P</p><p><span class="remote-thumbnail"><span class="json">{"name":"lamborghini_diablo_sexycar_bis.jpg","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/e\/5\/e52e5bcebe0bd930d78bea70dc79d93b.jpg","w":250,"h":324,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/e\/5\/e52e5bcebe0bd930d78bea70dc79d93b"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/e/5/e52e5bcebe0bd930d78bea70dc79d93b-240.jpg" alt="lamborghini_diablo_sexycar_bis.jpg" width="240" height="311" /></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (GullRaDriel)</author>
		<pubDate>Thu, 10 May 2007 11:06:05 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><img src="http://www.allegro.cc/forums/smileys/shocked.gif" alt=":o" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kibiz0r)</author>
		<pubDate>Thu, 10 May 2007 11:51:39 +0000</pubDate>
	</item>
</rss>
