<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>EvoBlog</title>
	<link>http://evo.bombsquad.org/blog</link>
	<description>Extreme Flash &#38; Actionscript3 hacking</description>
	<pubDate>Wed, 05 Mar 2008 00:22:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Away3d - Bitmap rendering w/ postprocessing</title>
		<link>http://evo.bombsquad.org/blog/25/away3d-bitmap-rendering-w-postprocessing/</link>
		<comments>http://evo.bombsquad.org/blog/25/away3d-bitmap-rendering-w-postprocessing/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 00:15:53 +0000</pubDate>
		<dc:creator>jalava</dc:creator>
		
		<category><![CDATA[away3d]]></category>

		<guid isPermaLink="false">http://evo.bombsquad.org/blog/25/away3d-bitmap-rendering-w-postprocessing/</guid>
		<description><![CDATA[I&#8217;ve now completed main part of the refactoring work on rendering pipeline. Now user has possiblity to render either to sprite (SpriteView3D) or select BitmapView3D which renders to Bitmap instance in which you can select if you need the container or want to use just the bitmapData as texture, input for post processing etc.
I quickly [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve now completed main part of the refactoring work on rendering pipeline. Now user has possiblity to render either to sprite (SpriteView3D) or select BitmapView3D which renders to Bitmap instance in which you can select if you need the container or want to use just the bitmapData as texture, input for post processing etc.</p>
<p>I quickly whipped together some post processing effects from our evo engine and slapped it together with my version of latest Away3d branch. Here is the result. (Hit F for full screen)</p>
<p><a href="http://stc.cx/~k-statik/a/away3d/bitmaprender1.html" title="Away3d - Bitmap rendering w/ postprocessing - thumb"><img src="http://evo.bombsquad.org/blog/wp-content/uploads/2008/03/screenshot009.png" alt="Away3d - Bitmap rendering w/ postprocessing - thumb" align="right" border="0" hspace="20" vspace="20" /></a></p>
<p>As you can see, it is pretty easy to add different post processing effects on the away3d engine when you can get everything rendered to a bitmap.</p>
<p>In here we are doing about 20 fullscreen bitmapData#draw calls to render postprocessing plus we are rendering about 1200 polygons fully textured with precision bitmap material.</p>
<p>Not bad at all, even though I still want more speed.</p>
<p>Btw, our blog has fugliest css i&#8217;ve ever seen, please help us!</p>
]]></content:encoded>
			<wfw:commentRss>http://evo.bombsquad.org/blog/25/away3d-bitmap-rendering-w-postprocessing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Away3d - developing bitmap rendering</title>
		<link>http://evo.bombsquad.org/blog/24/away3d-developing-bitmap-rendering/</link>
		<comments>http://evo.bombsquad.org/blog/24/away3d-developing-bitmap-rendering/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 21:11:23 +0000</pubDate>
		<dc:creator>jalava</dc:creator>
		
		<category><![CDATA[away3d]]></category>

		<guid isPermaLink="false">http://evo.bombsquad.org/blog/24/away3d-developing-bitmap-rendering/</guid>
		<description><![CDATA[Last few days I&#8217;ve been working a lot on the refactoring the whole rendering pipeline on Away3d to enable custom rendersessions, e.g. BitmapDataRendering. Most of the clitches are done but I&#8217;ve yet some work to do.
Nothing to show yet, but keep tuned, I&#8217;ll come out with something cool soon.
]]></description>
			<content:encoded><![CDATA[<p>Last few days I&#8217;ve been working a lot on the refactoring the whole rendering pipeline on Away3d to enable custom rendersessions, e.g. BitmapDataRendering. Most of the clitches are done but I&#8217;ve yet some work to do.</p>
<p>Nothing to show yet, but keep tuned, I&#8217;ll come out with something cool soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://evo.bombsquad.org/blog/24/away3d-developing-bitmap-rendering/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Away3d - Working on bitmap renderer</title>
		<link>http://evo.bombsquad.org/blog/19/away3d-working-on-bitmap-renderer/</link>
		<comments>http://evo.bombsquad.org/blog/19/away3d-working-on-bitmap-renderer/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 01:38:09 +0000</pubDate>
		<dc:creator>jalava</dc:creator>
		
		<category><![CDATA[away3d]]></category>

		<guid isPermaLink="false">http://evo.bombsquad.org/blog/19/away3d-working-on-bitmap-renderer/</guid>
		<description><![CDATA[I finally got myself to rework again on the bitmap rendering, particles now support it, soon should everything else support it too.
Heres a demo for you, note how much smoother it is compared to previous version using BasicRenderer:

]]></description>
			<content:encoded><![CDATA[<p>I finally got myself to rework again on the bitmap rendering, particles now support it, soon should everything else support it too.</p>
<p>Heres a demo for you, note how much smoother it is compared to previous version using BasicRenderer:</p>
<p><a href="http://evo.bombsquad.org/blog/wp-content/uploads/2008/02/torusknotbitmap.swf" title="Torus Knot - Bitmap renderer"><img src="http://evo.bombsquad.org/blog/wp-content/uploads/2008/02/torusknot1.png" alt="Torus Knot - Bitmap renderer - Thumb" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://evo.bombsquad.org/blog/19/away3d-working-on-bitmap-renderer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick testing with Away3d + Depth of field effect</title>
		<link>http://evo.bombsquad.org/blog/7/away3d-depth-of-field/</link>
		<comments>http://evo.bombsquad.org/blog/7/away3d-depth-of-field/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 18:05:42 +0000</pubDate>
		<dc:creator>jalava</dc:creator>
		
		<category><![CDATA[away3d]]></category>

		<guid isPermaLink="false">http://evo.bombsquad.org/blog/7/7/</guid>
		<description><![CDATA[
<object	type="application/x-shockwave-flash"
			data="http://evo.bombsquad.org/blog/wp-content/uploads/2008/02/torusknottester2.swf"
			width="600"
			height="300">
	<param name="movie" value="http://evo.bombsquad.org/blog/wp-content/uploads/2008/02/torusknottester2.swf" />
</object>
As you can see, rendering to sprites is slow because of alpha blending bug when having hundreds of sprites with very low alpha values.
]]></description>
			<content:encoded><![CDATA[
<object	type="application/x-shockwave-flash"
			data="http://evo.bombsquad.org/blog/wp-content/uploads/2008/02/torusknottester2.swf"
			width="600"
			height="300">
	<param name="movie" value="http://evo.bombsquad.org/blog/wp-content/uploads/2008/02/torusknottester2.swf" />
</object>
<p>As you can see, rendering to sprites is slow because of alpha blending bug when having hundreds of sprites with very low alpha values.</p>
]]></content:encoded>
			<wfw:commentRss>http://evo.bombsquad.org/blog/7/away3d-depth-of-field/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
