<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The paperCrane's view from the reverseFold &#187; sierpinski</title>
	<atom:link href="http://www.reversefold.com/blog/tag/sierpinski/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reversefold.com/blog</link>
	<description>Flex, PHP, and anything else I care to talk about</description>
	<lastBuildDate>Tue, 30 Aug 2011 08:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>3D Sierpinski Gasket</title>
		<link>http://www.reversefold.com/blog/2008/02/28/3d-sierpinski-gasket/</link>
		<comments>http://www.reversefold.com/blog/2008/02/28/3d-sierpinski-gasket/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 01:53:33 +0000</pubDate>
		<dc:creator>papercrane</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Fractal]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[papervision]]></category>
		<category><![CDATA[sierpinski]]></category>

		<guid isPermaLink="false">http://www.reversefold.com/wordpress/2008/02/28/3d-sierpinski-gasket/</guid>
		<description><![CDATA[Let&#8217;s keep the ball rolling with another fractal creation. I&#8217;ve been playing with Papervision3D lately due to its use in a recent site I worked on and the San Francisco Papervision3D class I attended a few weekends ago. This latest is a verson of the sierpinski gasket which follows the same ideas as the last [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s keep the ball rolling with another fractal creation. I&#8217;ve been playing with <a href="http://www.papervision3d.org/" title="Papervision3D">Papervision3D</a> lately due to its use in a <a href="http://www.sandisk.com/sansa" title="Sansa">recent site I worked on</a> and the San Francisco Papervision3D class I attended a few weekends ago. This latest is a verson of the sierpinski gasket which follows the same ideas as <a href="http://www.reversefold.com/wordpress/2008/02/28/sierpinski-gasket-in-flex/">the last one I made</a> but using 4 points to make a tetrahedron in 3 space. The same symmetry is applied but 4-fold and the lines are drawn but soon after removed as they quickly overshadow the pixels and slow the rendering down quite a bit once there are more than a few. Also notice that the pixels have some nice effects applied to them, making a kind fo vortex. Thanks to <a href="http://blog.zupko.info/">Andy Zupko</a> for the Effects branch of Papervision3D and his part in the class I attended.</p>
<p><a href="/flex/sierpinski3D/" title="Sierpinski3D"><img src="/flex/sierpinski3D/sierpinski3D.png" alt="Sierpinski3D" border="0" height="516" width="625" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.reversefold.com/blog/2008/02/28/3d-sierpinski-gasket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sierpinski Gasket (in Flex)</title>
		<link>http://www.reversefold.com/blog/2008/02/28/sierpinski-gasket-in-flex/</link>
		<comments>http://www.reversefold.com/blog/2008/02/28/sierpinski-gasket-in-flex/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 15:57:47 +0000</pubDate>
		<dc:creator>papercrane</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Fractal]]></category>
		<category><![CDATA[sierpinski]]></category>

		<guid isPermaLink="false">http://www.reversefold.com/wordpress/2008/02/28/sierpinski-gasket-in-flex/</guid>
		<description><![CDATA[While on the plane back from Indianappolis I had two new ideas for generation of a Sierpinski Gasket: 3-way symmetry and line display. For those that don&#8217;t know what a sierpinski gasket is, it is a fractal that starts as an equilateral triangle with another one inscribed inside it. The next iteration adds triangles inscribed [...]]]></description>
			<content:encoded><![CDATA[<p>While on the plane back from Indianappolis I had two new ideas for generation of a Sierpinski Gasket: 3-way symmetry and line display. For those that don&#8217;t know what a sierpinski gasket is, it is a fractal that starts as an equilateral triangle with another one inscribed inside it. The next iteration adds triangles inscribed in the 3 &#8220;edge&#8221; triangles. This continues over and over (forever).</p>
<p>This implementation uses a different method of generation. You start at a random corner of the triangle, choose a random corner, move halfway to it, and draw a dot. Continue to randomly choose a corner, move halfway to it, and draw a dot, and you get the same thing as above.</p>
<p><a href="/flex/sierpinski" title="Sierpinski Gasket in Flex"><img src="/flex/sierpinski/sierpinski.png" alt="Sierpinski Gasket+" border="0" height="349" width="405" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.reversefold.com/blog/2008/02/28/sierpinski-gasket-in-flex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

