<?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>wemakedotcoms &#187; 3D</title>
	<atom:link href="http://www.wemakedotcoms.com/blog/category/3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wemakedotcoms.com/blog</link>
	<description>Flash and Chips</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>3D Globe Map</title>
		<link>http://www.wemakedotcoms.com/blog/2010/07/07/3d-globe-map/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/07/07/3d-globe-map/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 13:35:59 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=540</guid>
		<description><![CDATA[STC Associates asked me to produce yet another coverage map for TATA Communications! This time, since the data was pretty light and it included satellites, we thought doing it in 3D would add a bit of shinny. Truth be told, I am a 3D junky (obviously)...]]></description>
			<content:encoded><![CDATA[<div id="attachment_541" class="wp-caption alignnone" style="width: 488px"><a title="Launch the map!"rel="shadowbox[TCTagCloud];" href="http://www.wemakedotcoms.com/projects/featured/TCGMESMap/index.html" target="_blank"><img class="size-full wp-image-541" title="Launch the map!" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/TCGMESMap.jpg" alt="3D World Map" width="478" height="179" /></a><p class="wp-caption-text">Interactive 3D World Map for TATA Communications</p></div>
<p>STC Associates asked me to produce yet another coverage map for TATA Communications! This time, since the data was pretty light and it included satellites, we thought doing it in 3D would add a bit of shinny. Truth be told, I am a 3D junky (obviously).<br />
<span id="more-540"></span><br />
In comes Away3DLite, picked for its small footprint and performance. The location data is XML driven and uses actual geo-locations to place the PoPs and satellites around the earth.</p>
<p>I had ported to Away3D the original script, from Andy Zupko&#8217;s excellent <a href="http://blog.zupko.info/?p=221" target="_blank">tutorial</a>, for a previous project. The scroll menu is based on this <a href="http://blog.soulwire.co.uk/code/group94-flash-scrolling-menu-list" target="_self">demo</a> by Soulwire.</p>
<p>I modeled &amp; texture the satellites and marker.. yea, these are some high class models <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a rel="shadowbox[TCTagCloud];" href="http://www.wemakedotcoms.com/projects/featured/TCGMESMap/index.html" target="_blank">Check out the map!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/07/07/3d-globe-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Projection animation for ITW Event</title>
		<link>http://www.wemakedotcoms.com/blog/2010/07/07/projection-animation-itw-event/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/07/07/projection-animation-itw-event/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:16:45 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=508</guid>
		<description><![CDATA[A cool little flash project built in collaboration with STC Associates for an event during International Telecoms Week (ITW) 2010 in DC. The party was attended by over 1700 guests. They were asked to vote for a keyword to best represent the future of telecom. The result were rendered using this animation. Originally I started [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_510" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-510" title="ITWCloud" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/ITWCloud.jpg" alt="Dynamic 3D Animation" width="478" height="179" /><p class="wp-caption-text">Dynamic 3D Animation</p></div>
<p>A cool little flash project built in collaboration with STC Associates for an event during International Telecoms Week (ITW) 2010 in DC. The party was attended by over 1700 guests. They were asked to vote for a keyword to best represent the future of telecom. The result were rendered using <a rel="shadowbox[TCTagCloud];width=800;height=600;" href="http://www.wemakedotcoms.com/projects/featured/TCTagCloud/ITUTagCloud.html" target="_blank">this animation</a>.</p>
<p>Originally I started using the built in 3D of FP10: that was a waste. Text looked horrible and native AS3 3D controls are not great. So I switched to Away3D and the amazing TextField3D class. The DOF is a simple blur applied to the ObjectContainer3D. I had a random movement on the camera but that was turned off in the event&#8217;s version.</p>
<p>Here are pictures of the animation and projection setup during the event.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0155.jpg' rel='shadowbox[album-508];player=img;' title='img_0155'><img width="100" height="66" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0155-100x66.jpg" class="attachment-thumbnail" alt="Projection setup alternate angle" title="img_0155" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0144.jpg' rel='shadowbox[album-508];player=img;' title='img_0144'><img width="66" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0144-66x100.jpg" class="attachment-thumbnail" alt="Projection Sail" title="img_0144" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/07/07/projection-animation-itw-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Street Maps Experiments Take Two&#8230;</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/27/open-street-maps-experiments-take-two/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/27/open-street-maps-experiments-take-two/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:44:02 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=501</guid>
		<description><![CDATA[Building on my first experiment with OpenStreetMaps and Away3D, I decided to cook up two more! The first one uses a block grid to display the map in 3D space. On zoom the blocks rotate 360. I used the ModestMap TweenMap, displayed in on the left, to allow control and capture the map&#8217;s bitmap data. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_502" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-502" title="osm-wave" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/osm-wave.jpg" alt="OSM Mapped to a 3D Plane with as3Dmod" width="478" height="179" /><p class="wp-caption-text">OSM Mapped to a 3D Plane with as3Dmod</p></div>
<p>Building on my first experiment with OpenStreetMaps and Away3D, I decided to cook up two more!</p>
<p><a rel="shadowbox[OSM3DCubeGrid];width=800;height=480;" href="http://www.wemakedotcoms.com/_exp/OSM3DCubeGrid/CubeGridTiles.html" target="_blank">The first one</a> uses a block grid to display the map in 3D space. On zoom the blocks rotate 360. I used the ModestMap TweenMap, displayed in on the left, to allow control and capture the map&#8217;s bitmap data.</p>
<p><a rel="shadowbox[OSM3DWave];width=800;height=480;" href="http://www.wemakedotcoms.com/_exp/OSMWave/Wave.html" target="_blank">The second example</a> uses a 3D plane to display the map&#8217;s data. I added a Perlin deformation with as3Dmod to create a wave or fabric like floating look.</p>
<p>The stats shows a rapidly increasing memory usage due to ModestMaps&#8217; tile caching (defaults to 256 tiles). Once I have it cleaned up, I will upload the source code for these <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/27/open-street-maps-experiments-take-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I like HYPE</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/19/i-like-hype/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/19/i-like-hype/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 10:30:08 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=488</guid>
		<description><![CDATA[Last night, while waiting for the London Flash Designer and Developer Meetup to start, I decided to create a demo using HYPE and Away3DLite. It is nice to be able to just tinker with complex renderings using very little code and focus on visuals. In this demo Away3DLite is used to render 900 cubes and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_489" class="wp-caption alignnone" style="width: 488px"><a href="http://hype.joshuadavis.com/blog/"><img class="size-full wp-image-489" title="hype" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/hype.jpg" alt="Demo on HYPE's blog" width="478" height="179" /></a><p class="wp-caption-text">Demo on HYPE&#39;s blog</p></div>
<p>Last night, while waiting for the London Flash Designer and Developer Meetup to start, I decided to create a <a href="http://www.wemakedotcoms.com/_exp/hype/900Cubes/main.html">demo</a> using <a href="http://hype.joshuadavis.com/" target="_blank">HYPE</a> and <a href="http://away3d.com/away3d-lite-v1-0-fastest-and-smallest-3d-engine-in-flash" target="_blank">Away3DLite</a>. It is nice to be able to just tinker with complex renderings using very little code and focus on visuals.</p>
<p>In this demo Away3DLite is used to render 900 cubes and animate the camera. HYPE processes the sound being streamed (Magenta) and resizes the cubes accordingly. Two Bitmap Canvas are used to display the 3D rendering of Away3DLite. One is used to create the blur trail. The actual code needed to render this is less the 40 lines. The rest is AS3 structure.</p>
<p>Using frameworks like HYPE and Away3DLite allows us to go back to the innocent days of AS2 and use code as a pure creative enabler. That&#8217;s probably why I was a bit thrown off when another attendant of the meeting said he didn&#8217;t like using frameworks, which is ironic for a Flex developer.</p>
<p>I don&#8217;t think people appreciate how lucky we are to have open source frameworks like these available. Well, I do! Thank you for all your hard work. Please check out <a href="http://hype.joshuadavis.com/">HYPE</a> and <a href="http://away3d.com/">Away3D</a> for some serious fun!</p>
<p><a href="http://www.wemakedotcoms.com/_exp/hype/900Cubes/main.html">Click here to view the demo.</a></p>
<p><a href="http://www.wemakedotcoms.com/_exp/hype/900Cubes/srcview/">Click here for the source code.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/19/i-like-hype/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using OpenStreetMap and Away3D</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/11/using-openstreetmap-and-away3d/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/11/using-openstreetmap-and-away3d/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 22:05:09 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=480</guid>
		<description><![CDATA[It was with much disappointment that I discovered Google would not allow us to manipulate its map tiles with Flash bitmap processing. Thus limiting greatly what is possible visually with the look and feel of their maps. Of course that also means no Away3D, PV3D, etc&#8230; I managed to customize the look of Google Maps [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_481" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/_exp/OSM3DCube/"><img class="size-full wp-image-481 " title="Maps in 3D" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/maps3D.jpg" alt="OpenStreetMap... The solution to Google's limitations" width="478" height="179" /></a><p class="wp-caption-text">OpenStreetMap... The solution to Google&#39;s limitations</p></div>
<p>It was with much disappointment that I discovered Google would not allow us to manipulate its map tiles with Flash bitmap processing. Thus limiting greatly what is possible visually with the look and feel of their maps. Of course that also means no Away3D, PV3D, etc&#8230;</p>
<p>I managed to <a href="http://www.stcassociates.com/clients/STC/locationsMap/demo/stc08-gmap-002.html" target="_blank">customize the look of Google Maps</a> by using Tweener&#8217;s de-saturation feature to render the map tiles in Black and White. Many have posted on the<a href="http://code.google.com/p/gmaps-api-issues/issues/detail?id=853" target="_blank"> Google Maps API bug reports and feature requests</a>. Google is afraid that we would harvest their tiles and does not want to put a cross domain policy file.</p>
<p>I decided to revisit the issue and to look for alternate services that would allow such use. Of couse no luck with Yahoo! and Microsoft, just like Google, they want to protect their tiles.</p>
<p>But behold the power of open source: <a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap.org</a> and <a href="http://code.google.com/p/modestmaps/" target="_blank">ModestMaps</a>. Using the Flash API from ModestMaps for openstreetmap and Away3D, I was able to map the maps onto a cube and have it <a rel="shadowbox[OSM3DCube];width=800;height=480;" href="http://www.wemakedotcoms.com/_exp/OSM3DCube/" target="_blank">renders beautifully</a>. OpenStreetMap allows you to go trigger happy with their tiles, just as long as you add their security policy file to you project (see the <a href="http://www.wemakedotcoms.com/_exp/OSM3DCube/srcview/" target="_blank">source code</a>). You can even download the tiles for offline use!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/11/using-openstreetmap-and-away3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>February&#8217;s Landing Page Experiment: Roaming</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/08/februarys-landing-page-experiment-roaming/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/08/februarys-landing-page-experiment-roaming/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 01:21:25 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=470</guid>
		<description><![CDATA[Though a bit late, this month&#8217;s experiment builds on last month setup and adds a bit of AI. Cubes now roam and avoid each other when near collision. A very basic detection system using a vector and couple of recursive functions. All calculations are made using Away3D&#8217;s functions like distanceTo() and movement is handled by [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_471" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/landings/2010/02/"><img class="size-full wp-image-471 " title="Little Cubes Roaming Around..." src="http://www.wemakedotcoms.com/blog/wp-content/uploads/roaming.png" alt="Little Cubes Roaming Around..." width="478" height="179" /></a><p class="wp-caption-text">3D Cubes Roaming in Away3D</p></div>
<p>Though a bit late, this month&#8217;s experiment builds on last month setup and adds a bit of AI. Cubes now roam and avoid each other when near collision. A very basic detection system using a vector and couple of recursive functions. All calculations are made using Away3D&#8217;s functions like distanceTo() and movement is handled by moveForward(). The newer post are represented by bigger cubes. The icons are from <a href="http://somerandomdude.com/projects/iconic/" target="_blank">PJ Onori&#8217;s excellent iconic</a>.</p>
<p>Click <a href="http://www.wemakedotcoms.com/landings/2010/02/" target="_self">here</a> to view this experiment. Source code can be viewed <a href="http://www.wemakedotcoms.com/landings/2010/02/srcview/index.html">here</a>.</p>
<p>Update: For Valentine&#8217;s Day here is a <a href="http://www.wemakedotcoms.com/landings/2010/02/vday/">special version</a> and its <a href="http://www.wemakedotcoms.com/landings/2010/02/vday/srcview/">source code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/08/februarys-landing-page-experiment-roaming/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>It&#8217;s a Puzzle! It&#8217;s a Maze!</title>
		<link>http://www.wemakedotcoms.com/blog/2010/01/19/its-a-puzzle-its-a-maze/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/01/19/its-a-puzzle-its-a-maze/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 21:36:37 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=452</guid>
		<description><![CDATA[A few 3D renders, mostly exploration around Puzzles, Mazes and Transparency. My favorite, the one with actual vegetation didn&#8217;t make the cut]]></description>
			<content:encoded><![CDATA[<div id="attachment_464" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-464" title="Maze Close-up" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/drc-maze.jpg" alt="3D render of a maze with hedges" width="478" height="179" /><p class="wp-caption-text">3D render of a maze with hedges</p></div>
<p>A few 3D renders, mostly exploration around Puzzles, Mazes and Transparency. My favorite, the one with actual vegetation didn&#8217;t make the cut <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Maze-Final.jpg' rel='shadowbox[album-452];player=img;' title='Maze Final Version'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Maze-Final-100x100.jpg" class="attachment-thumbnail" alt="Final render used in the print ad" title="Maze Final Version" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Maze-Hedge.jpg' rel='shadowbox[album-452];player=img;' title='Maze with Hedge'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Maze-Hedge-100x100.jpg" class="attachment-thumbnail" alt="My Favorite!!! Complete with shrubs :)" title="Maze with Hedge" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-001.jpg' rel='shadowbox[album-452];player=img;' title='Puzzle Three (Dark)'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-001-100x100.jpg" class="attachment-thumbnail" alt="Dark frosted glass puzzle (most intensive render)" title="Puzzle Three (Dark)" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-002.jpg' rel='shadowbox[album-452];player=img;' title='Puzzle Three (Light)'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-002-100x100.jpg" class="attachment-thumbnail" alt="Light glass puzzle" title="Puzzle Three (Light)" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-003.jpg' rel='shadowbox[album-452];player=img;' title='Puzzle Two (Glass render)'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-003-100x100.jpg" class="attachment-thumbnail" alt="Glass Puzzle" title="Puzzle Two (Glass render)" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-004.jpg' rel='shadowbox[album-452];player=img;' title='Puzzle Two (test render)'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-004-100x100.jpg" class="attachment-thumbnail" alt="Solid version to check geometry" title="Puzzle Two (test render)" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-005.jpg' rel='shadowbox[album-452];player=img;' title='First Puzzle'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-005-100x100.jpg" class="attachment-thumbnail" alt="Yet another puzzle! This was the first I modeled and rendered." title="First Puzzle" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/drc-maze.jpg' rel='shadowbox[album-452];player=img;' title='Maze Close-up'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/drc-maze-100x37.jpg" class="attachment-thumbnail" alt="3D render of a maze with hedges" title="Maze Close-up" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/01/19/its-a-puzzle-its-a-maze/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>January&#8217;s Landing Page Experiment</title>
		<link>http://www.wemakedotcoms.com/blog/2010/01/19/januarys-landing-page-experiment/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/01/19/januarys-landing-page-experiment/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 10:51:42 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=430</guid>
		<description><![CDATA[New year, new homepage! My new year&#8217;s resolution: Publish a new experiment every month&#8230; And update this blog more often! This month it is using a newly discovered layout API called Coordy. The 3D is rendered using Away3D and tweens are handled via TweenMax. For coloring the cube I draw a random feed from the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_431" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/landings/2010/01/"><img class="size-full wp-image-431 " title="landing-01-2010" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/landing-01-2010.jpg" alt="Randomized 3D Layout using Coordy and Away3D" width="478" height="179" /></a><p class="wp-caption-text">Randomized 3D Layout using Coordy and Away3D</p></div>
<p>New year, new <a href="http://www.wemakedotcoms.com/landings/2010/01/" target="_self">homepage</a>! My new year&#8217;s resolution: Publish a new experiment every month&#8230; And update this blog more often!</p>
<p>This month it is using a newly discovered layout API called <a href="http://code.google.com/p/coordy/" target="_blank">Coordy</a>. The 3D is rendered using <a href="http://away3d.com/" target="_blank">Away3D</a> and tweens are handled via <a href="http://blog.greensock.com/tweenlite/" target="_blank">TweenMax</a>. For coloring the cube I draw a random feed from the <a href="http://kuler.adobe.com/" target="_blank">Kuler API</a> and the blog data is a custom RSS Feed from my WordPress blog.<a href="http://www.puremvc.org/" target="_blank">PureMVC</a> was used to structure the application. Coded in Flash Builder Beta 2 and designed in the Flash IDE.</p>
<p>Update: Added a new component: <a title="as3sfxr library on Google Code" href="http://code.google.com/p/as3sfxr/" target="_blank">as3sfxr</a>. This is a Flash 10 library to dynamically generate sounds for classic arcade games. It even included a random function!</p>
<p>Update: Souce code <a href="http://www.wemakedotcoms.com/landings/2010/02/srcview/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/01/19/januarys-landing-page-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abylity Homepage 3D Carousel</title>
		<link>http://www.wemakedotcoms.com/blog/2010/01/04/abylity-homepage-3d-carousel/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/01/04/abylity-homepage-3d-carousel/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 11:28:41 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=443</guid>
		<description><![CDATA[Latest iteration of my 3D carousel. Built for re-use, since this is a popular format these days. It uses Away3D, an extensive XML config and external XML data. Constructed using PureMVC, it makes extensive use of the ExternalInterface to interact with the site (and Google Analytics). Abylity&#8217;s website.]]></description>
			<content:encoded><![CDATA[<div id="attachment_444" class="wp-caption alignnone" style="width: 488px"><a href="http://www.abylity.com/"><img class="size-full wp-image-444" title="abylity-carousel" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/abylity-carousel.jpg" alt="3D Carousel using Away3D" width="478" height="179" /></a><p class="wp-caption-text">3D Carousel using Away3D</p></div>
<p>Latest iteration of my 3D carousel. Built for re-use, since this is a popular format these days. It uses Away3D, an extensive XML config and external XML data. Constructed using PureMVC, it makes extensive use of the ExternalInterface to interact with the site (and Google Analytics).</p>
<p><a href="http://www.abylity.com/" target="_blank">Abylity&#8217;s website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/01/04/abylity-homepage-3d-carousel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sound Spectrum Rendering</title>
		<link>http://www.wemakedotcoms.com/blog/2009/09/15/sound-spectrum-rendering/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/09/15/sound-spectrum-rendering/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:03:59 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=416</guid>
		<description><![CDATA[Using Flash I generated animated sound spectrum renderings and edited them into two videos. The second video uses the new Away3DLite framework for Flash player 10. Amazingly the swf came in at 28kb and the framerate is great! First video: A 2D rendering using bars, circles, blur filters all rendered to a bitmap. Second video: [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_417" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-417" title="Sound Spectrum Visualization" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/spectrum.jpg" alt="Sound Spectrum Rendered using Awa3DLite" width="478" height="179" /><p class="wp-caption-text">Sound Spectrum Rendered using Awa3DLite</p></div>
<p>Using Flash I generated animated sound spectrum renderings and edited them into two videos. The second video uses the new Away3DLite framework for Flash player 10. Amazingly the swf came in at 28kb and the framerate is great!</p>
<p>First video:<br />
A 2D rendering using bars, circles, blur filters all rendered to a bitmap.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="478" height="263" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6562989&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="478" height="263" src="http://vimeo.com/moogaloop.swf?clip_id=6562989&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Second video:<br />
3D renderings using Away3DLite and 484 cubes <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="478" height="263" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6587701&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="478" height="263" src="http://vimeo.com/moogaloop.swf?clip_id=6587701&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/09/15/sound-spectrum-rendering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash 3D Interactive video montage</title>
		<link>http://www.wemakedotcoms.com/blog/2009/08/18/flash-3d-interactive-video-montage/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/08/18/flash-3d-interactive-video-montage/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:12:23 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Beta Projects]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=398</guid>
		<description><![CDATA[While going through some of the recent interactive 3D work I produced, I thought it would be nice to create a video showcase. I also wanted to explore the workflow for capturing and editing these flash projects in action. Music is by Danger.]]></description>
			<content:encoded><![CDATA[<div id="attachment_405" class="wp-caption alignnone" style="width: 488px"><a href="http://www.vimeo.com/5817935"><img class="size-full wp-image-405" title="Flash Interactive 3D" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/interactive-3D.jpg" alt="Video of interactive 3D projects" width="478" height="179" /></a><p class="wp-caption-text">Video of interactive 3D projects</p></div>
<p>While going through some of the recent interactive 3D work I produced, I thought it would be nice to create a video showcase. I also wanted to explore the workflow for capturing and editing these flash projects in action. Music is by <a title="Danger's myspaace page" href="http://www.myspace.com/2emedanger" target="_blank">Danger</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="489" height="276" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5817935&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="489" height="276" src="http://vimeo.com/moogaloop.swf?clip_id=5817935&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/08/18/flash-3d-interactive-video-montage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>STC Associates 3D Portfolio</title>
		<link>http://www.wemakedotcoms.com/blog/2009/08/18/stc-associates-3d-portfolio/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/08/18/stc-associates-3d-portfolio/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 08:48:43 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=379</guid>
		<description><![CDATA[This project is (so far) the most complex implementation using Away3D I had to develop. It is used to display the visual portfolio of STC Associates on the new site. The application includes an extensive configuration and all the data for galleries via external XML files. It includes re-creating the logo in code at run-time. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_380" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/portfolio/stc/porfolio/STC_Portfolio_loader.html"><img class="size-full wp-image-380" title="STC 3D Interactive Portfolio" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/stc-portfolio.jpg" alt="The STC Logo re-created using only AS3" width="478" height="179" /></a><p class="wp-caption-text">The STC Logo re-created using only AS3</p></div>
<p>This project is (so far) the most complex implementation using Away3D I had to develop. It is used to display the visual portfolio of STC Associates on the new site.</p>
<p>The application includes an extensive configuration and all the data for galleries via external XML files.</p>
<p>It includes re-creating the logo in code at run-time. Using AS3DMod, I was able to dynamically deform the cube to match STC&#8217;s logo. Adding a Perlin noise over time creates a nice wave animation that brings the whole thing to life. The logo becomes the gateway to the various projects and the central interactive element.</p>
<p>I made extensive use of Away3D&#8217;s Object3DContainer to create a smooth animated carousel to display the projects. Including a flip to show galleries.</p>
<p>The latest revision can be viewed <a title="STC Portfolio Demo" href="http://www.wemakedotcoms.com/portfolio/stc/porfolio/STC_Portfolio_loader.html" target="_blank">here</a>.</p>
<p>I am not too happy with the way the final integration was done, you can view the live version on the STC site <a title="STC Portfolio Live Version " href="http://www.stcassociates.com/#portfolio" target="_blank">here</a>. Some of the sections are empty while others have too many items. I think I also gave too much control in the configuration XML!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/08/18/stc-associates-3d-portfolio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TATA Communications 3D Quiz</title>
		<link>http://www.wemakedotcoms.com/blog/2009/08/18/tata-communications-3d-quiz/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/08/18/tata-communications-3d-quiz/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 08:22:18 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=375</guid>
		<description><![CDATA[As part of a global brand awareness campaign, I was tasked with developing a flash quiz for TATA Communications. To spice things up we agreed to use Away3D to render the questions and results and make this a richer and more entertaining experience. I also added Javascript interfaces to integrate with Google Analytics and back-end [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_377" class="wp-caption alignnone" style="width: 488px"><a href="http://www.newworldready.com/quiz/"><img class="size-full wp-image-377" title="TATA Communications 3D Quiz" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/tcl-3D-quiz.jpg" alt="Results of the Quiz" width="478" height="179" /></a><p class="wp-caption-text">Results of the Quiz</p></div>
<p>As part of a global brand awareness campaign, I was tasked with developing a flash quiz for TATA Communications. To spice things up we agreed to use Away3D to render the questions and results and make this a richer and more entertaining experience. I also added Javascript interfaces to integrate with Google Analytics and back-end answers collection.</p>
<p>Visit the <a href="http://www.newworldready.com/" target="_blank">New World Ready site</a> or <a title="Take the quiz!" href="http://www.newworldready.com/quiz/" target="_blank">Take the  quiz</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/08/18/tata-communications-3d-quiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managed Hosting 3D Animations</title>
		<link>http://www.wemakedotcoms.com/blog/2009/02/18/managed-hosting-3d-animations/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/02/18/managed-hosting-3d-animations/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 20:41:41 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=408</guid>
		<description><![CDATA[Originally part of an interactive flash piece for the Managed Hosting Service micro-site, I was asked to create 4 animations to illustrate various concepts around the service. I extended a 2D mock-up, created by Dave Huffman at STC, using server racks of various sizes to show scale. From there I created the 3 other visual [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_409" class="wp-caption alignnone" style="width: 488px"><a href="http://www.vimeo.com/6167702"><img class="size-full wp-image-409" title="MHS 3D Animation" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/mhs-video.jpg" alt="MHS 3D Animation" width="478" height="179" /></a><p class="wp-caption-text">Frame from the 3D animation</p></div>
<p>Originally part of an interactive flash piece for the Managed Hosting Service micro-site, I was asked to create 4 animations to illustrate various concepts around the service. I extended a 2D mock-up, created by <a href="http://www.pervasivelight.com/" target="_blank">Dave Huffman</a> at <a href="http://www.stcassociates.com/" target="_blank">STC</a>, using server racks of various sizes to show scale. From there I created the 3 other visual renderings.</p>
<p>You can view both original mock-ups and final renderings in the video below.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="489" height="281" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6167702&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="489" height="281" src="http://vimeo.com/moogaloop.swf?clip_id=6167702&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/02/18/managed-hosting-3d-animations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chad&#8217;s Eternal Beta Site&#8230;</title>
		<link>http://www.wemakedotcoms.com/blog/2008/08/21/chads-eternal-beta/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/08/21/chads-eternal-beta/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 12:12:48 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Beta Projects]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Unpublished Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=212</guid>
		<description><![CDATA[Happy Birthday Chadster! Chad and I have been trying to create his site for a looooooong time. I know we will eventually get it done&#8230; In the mean time I wanted to post some of the beta tests: Old Beta: AS2. Neat little slide mechanism for the sections. Latest Beta: AS3, Away3D&#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_213" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-213" title="cdf" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/cdf.jpg" alt="Tokyo Starfish likes Chad..." width="478" height="179" /><p class="wp-caption-text">Tokyo Starfish likes Chad...</p></div>
<p><strong>Happy Birthday Chadster!</strong></p>
<p><a href="http://chaddefranco.com/" target="_blank">Chad</a> and I have been trying to create his site for a looooooong time. I know we will eventually get it done&#8230; In the mean time I wanted to post some of the beta tests:</p>
<p><a href="http://www.wemakedotcoms.com/_tmp/cdf/_old_beta/" target="_blank">Old Beta</a>: AS2. Neat little slide mechanism for the sections.</p>
<p><a href="http://www.wemakedotcoms.com/_tmp/cdf/_beta/cdf_main_v1_r02.html" target="_blank">Latest Beta</a>: AS3, Away3D&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/08/21/chads-eternal-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knappogue Whiskey 3D Postcards</title>
		<link>http://www.wemakedotcoms.com/blog/2008/08/12/knappogue-whiskey-3d-postcards/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/08/12/knappogue-whiskey-3d-postcards/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 22:16:17 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=191</guid>
		<description><![CDATA[I have been working with Dave, Art Director at STC, for over 9 years. So by now we more or less share one brain. For the knappogue homepage he showed me a sketch via webcam and I knew what where we were heading. 3D Baby! And what is even better then 3D modeling/rendering? Real time [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_195" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-195" title="knappogue" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/knappogue.jpg" alt="Homepage 3D Flash" width="478" height="179" /><p class="wp-caption-text">Homepage 3D Flash</p></div>
<p>I have been working with Dave, Art Director at STC, for over 9 years. So by now we more or less share one brain. For the knappogue homepage he showed me a sketch via webcam and I knew what where we were heading. 3D Baby! And what is even better then 3D modeling/rendering? Real time interactive 3D. Now that&#8217;s magic. Ever since Flash 5 human beings have been doing 3D flash content, although at times more 3D<em>ish</em>. But with Flash 9 &amp; AS3, faster CPUs and open source APIs like PV3D or Away3D it has become a new avenue for designer/developers like me. For this particular case I used Away3D. Main reasons: clean API, easy to extend and straight forward mouse interactions. The concept is simple: a fold out postcard set. Its all custom built. I had to dig deep inside the API to get it where I needed.</p>
<p><a href="http://www.knappoguewhiskey.com/" target="_blank">Check out the 3D postcards (after the age verification)</a></p>
<p>Project details:</p>
<ul>
<li>AS3</li>
<li>Uses Away3D, Tweener and Bulkloader APIs</li>
<li>external XML data and assets</li>
<li>Click hot zones (to flip postcards, close them or for more info link) are set in the XM data</li>
<li>Dynamic reflections</li>
<li>OOP: extended several classes (like Plane to create a new Postcard3D class). Custom events and event dispatchers.</li>
</ul>
<p>Special thanks to <a href="http://www.infiniteturtles.co.uk/blog/" target="_blank">Rob</a> and the <a href="http://away3d.com/" target="_blank">Away3D</a> team.</p>
<p>PS: Can someone (Jorge or Andrew) implement the <a href="http://www.stcassociates.com/temp/exp/kn3Dpostcards_v2/MainPreload.html" target="_blank">latest version of the flash</a>&#8230; It has a way cooler intro animation, proper preload display and many tweaks&#8230; <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/08/12/knappogue-whiskey-3d-postcards/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I (heart) Powerpoint</title>
		<link>http://www.wemakedotcoms.com/blog/2008/02/28/i-heart-powerpoint/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/02/28/i-heart-powerpoint/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 21:48:53 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=274</guid>
		<description><![CDATA[Aside being the resident Flash &#38; Map guy at STC, one of my main task was business illustrations&#8230; Cleaning up Powerpoint Illustrations to make them shiny and pretty. I actually started doing all the re-makes in Illustrator and gradually extracted icons and elements to use directly in Powerpoint. I tried as much as possible to [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_280" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-280" title="vsnli-illustrations" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-illustrations.jpg" alt="3D Stacks created in Illustrator..." width="478" height="179" /><p class="wp-caption-text">3D Stacks created in Illustrator...</p></div>
<p>Aside being the resident Flash &amp; Map guy at <a href="http://www.stcassociates.com/" target="_blank">STC</a>, one of my main task was business illustrations&#8230; Cleaning up Powerpoint Illustrations to make them shiny and pretty. I actually started doing all the re-makes in Illustrator and gradually extracted icons and elements to use directly in Powerpoint. I tried as much as possible to add depth to otherwise pretty borring stuff. Illustrator&#8217;s 3D capability was a huge time saver.</p>
<p>I helped develop an icon library that is still used to quickly create illustrations. Using vector art allowed us to use illustrations for print, web, PDF and Powerpoint distribution. It also allowed me to quickly port items or entire illustrations to flash for animation.</p>
<p>Below are samples of some of VSNL International&#8217;s illustrations (now TATA Communications) I created.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/techprocess-case-study-diagram-v2.jpg' rel='shadowbox[album-274];player=img;' title='techprocess-case-study-diagram-v2'><img width="100" height="89" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/techprocess-case-study-diagram-v2-100x89.jpg" class="attachment-thumbnail" alt="Case study illustration" title="techprocess-case-study-diagram-v2" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/integation-diagram.jpg' rel='shadowbox[album-274];player=img;' title='integation-diagram'><img width="100" height="66" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/integation-diagram-100x66.jpg" class="attachment-thumbnail" alt="100% Illustrator CS3" title="integation-diagram" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnl-international-portfolio-v3.jpg' rel='shadowbox[album-274];player=img;' title='vsnl-international-portfolio-v3'><img width="100" height="50" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnl-international-portfolio-v3-100x50.jpg" class="attachment-thumbnail" alt="Using Gradients and Multiply..." title="vsnl-international-portfolio-v3" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/service-offerings-002.jpg' rel='shadowbox[album-274];player=img;' title='service-offerings-002'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/service-offerings-002-100x75.jpg" class="attachment-thumbnail" alt="Isometric stacks to the extreme!" title="service-offerings-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-illustrations.jpg' rel='shadowbox[album-274];player=img;' title='vsnli-illustrations'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-illustrations-100x37.jpg" class="attachment-thumbnail" alt="3D Stacks created in Illustrator..." title="vsnli-illustrations" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/02/28/i-heart-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Holidays from STC</title>
		<link>http://www.wemakedotcoms.com/blog/2007/12/10/happy-holidays/</link>
		<comments>http://www.wemakedotcoms.com/blog/2007/12/10/happy-holidays/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 21:01:56 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=146</guid>
		<description><![CDATA[Every year, like clockwork, someone at STC realizes its December and we need a holiday card. For the past 3 years we actually had time (meaning 3 to 5 days) to produce some nice interactive versions. In 2005 we created a little match game. In 2006 I applied the concept developed for print of making [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_147" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-147" title="stcholidays" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/stcholidays.jpg" alt="2007 Holiday card" width="478" height="179" /><p class="wp-caption-text">2007 Holiday card</p></div>
<p>Every year, like clockwork, someone at STC realizes its December and we need a holiday card. For the past 3 years we actually had time (meaning 3 to 5 days) to produce some nice interactive versions.</p>
<p>In 2005 we created a little <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2005/" target="_blank">match game</a>.</p>
<p>In 2006 I applied the concept developed for print of <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2006/" target="_blank">making new faces from cutouts of the STC employees headshots.</a></p>
<p>For 2007 I just developed an <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2007/" target="_blank">interactive 3D version of the printed card</a>. The card was a cube with the top and bottom open. Inside were everyone&#8217;s at STC signature. Outside were the employees making the letters of the card&#8217;s words&#8230; Hard to explain, just check out the actual <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2007/" target="_blank">flash</a> <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This last one was my first serious project using PV3D (Papervision). It also uses some of the new AS3 APIs like sound spectrum. Aside a few annoyances of Flash 9, a fun project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2007/12/10/happy-holidays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Staring at the Wallpaper&#8230;</title>
		<link>http://www.wemakedotcoms.com/blog/2007/06/19/staring-at-the-wallpaper/</link>
		<comments>http://www.wemakedotcoms.com/blog/2007/06/19/staring-at-the-wallpaper/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 21:34:04 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=258</guid>
		<description><![CDATA[It was nice to walk into the Singapore office of then VSNL International and seeing the wallpaper I had designed on everyone&#8217;s desktop&#8230; I actually don&#8217;t like to have a background (other then a solid grey or black on my desktop(s)) but clients love them. They help remind people who they work for and/or that [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_267" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-wp.jpg" rel="shadowbox[post-258];player=img;"><img class="size-medium wp-image-267" title="vsnli-wp" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-wp.jpg" alt="Closup of the 3D render..." width="478" height="179" /></a><p class="wp-caption-text">Closup of the 3D render...</p></div>
<p>It was nice to walk into the Singapore office of then VSNL International and seeing the wallpaper I had designed on everyone&#8217;s desktop&#8230;</p>
<p>I actually don&#8217;t like to have a background (other then a solid grey or black on my desktop(s)) but clients love them. They help remind people who they work for and/or that they are on the wrong floor or wrong office. Just kidding. When rolling out a new brand it&#8217;s a good way to surprise people. IT can update everyone&#8217;s desktop overnight.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-wp.jpg' rel='shadowbox[album-258];player=img;' title='vsnli-wp'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-wp-100x37.jpg" class="attachment-thumbnail" alt="Closup of the 3D render..." title="vsnli-wp" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vnsl-3-marbles-001.jpg' rel='shadowbox[album-258];player=img;' title='vnsl-3-marbles-001'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vnsl-3-marbles-001-100x75.jpg" class="attachment-thumbnail" alt="3D render of the Global map as Marbles..." title="vnsl-3-marbles-001" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/dna-wp-003.jpg' rel='shadowbox[album-258];player=img;' title='dna-wp-003'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/dna-wp-003-100x75.jpg" class="attachment-thumbnail" alt="Final option that was used." title="dna-wp-003" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/dna-wp-004.jpg' rel='shadowbox[album-258];player=img;' title='dna-wp-004'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/dna-wp-004-100x75.jpg" class="attachment-thumbnail" alt="Option created in Lightwave" title="dna-wp-004" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-dna-wp-option-01-white.jpg' rel='shadowbox[album-258];player=img;' title='vsnli-dna-wp-option-01-white'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-dna-wp-option-01-white-100x75.jpg" class="attachment-thumbnail" alt="3D DNA created in Illustrator and tweaked in Photshop" title="vsnli-dna-wp-option-01-white" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-dna-wp-option-01.jpg' rel='shadowbox[album-258];player=img;' title='vsnli-dna-wp-option-01'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-dna-wp-option-01-100x75.jpg" class="attachment-thumbnail" alt="3D DNA (created in AI CS3) &amp; Starfish" title="vsnli-dna-wp-option-01" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2007/06/19/staring-at-the-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poking fun at Apple</title>
		<link>http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/</link>
		<comments>http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/#comments</comments>
		<pubDate>Sun, 12 Sep 2004 07:56:28 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=343</guid>
		<description><![CDATA[Just a little bit of fun around the introduction of the iPod. I followed the apple product releases of that time (2004/2005). These creations were modeled and rendered in Lightwave.]]></description>
			<content:encoded><![CDATA[<div id="attachment_344" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/"><img src="http://www.wemakedotcoms.com/blog/wp-content/uploads/introducing-the-icock.jpg" alt="Introducing the iCock, iCock Mini, etc..." title="introducing-the-icock" width="478" height="179" class="size-full wp-image-344" /></a><p class="wp-caption-text">Introducing the iCock, iCock Mini, etc...</p></div>
<p>Just a little bit of fun around the introduction of the iPod. I followed the apple product releases of that time (2004/2005). These creations were modeled and rendered in Lightwave.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/icock.jpg' rel='shadowbox[album-343];player=img;' title='icock'><img width="100" height="57" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/icock-100x57.jpg" class="attachment-thumbnail" alt="The original iCock" title="icock" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/fur_finish.jpg' rel='shadowbox[album-343];player=img;' title='fur_finish'><img width="100" height="54" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/fur_finish-100x54.jpg" class="attachment-thumbnail" alt="iCock in a fur finish" title="fur_finish" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/icock-mini.jpg' rel='shadowbox[album-343];player=img;' title='icock-mini'><img width="100" height="57" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/icock-mini-100x57.jpg" class="attachment-thumbnail" alt="The mini..." title="icock-mini" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/icock-mini-dock.jpg' rel='shadowbox[album-343];player=img;' title='icock-mini-dock'><img width="100" height="57" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/icock-mini-dock-100x57.jpg" class="attachment-thumbnail" alt="Mini with the new dock" title="icock-mini-dock" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/iplugs.jpg' rel='shadowbox[album-343];player=img;' title='iplugs'><img width="100" height="62" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/iplugs-100x62.jpg" class="attachment-thumbnail" alt="iPlugs" title="iplugs" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/iplugs_closeup.jpg' rel='shadowbox[album-343];player=img;' title='iplugs_closeup'><img width="100" height="56" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/iplugs_closeup-100x56.jpg" class="attachment-thumbnail" alt="iPlugs closeup" title="iplugs_closeup" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/introducing-the-icock.jpg' rel='shadowbox[album-343];player=img;' title='introducing-the-icock'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/introducing-the-icock-100x37.jpg" class="attachment-thumbnail" alt="Introducing the iCock, iCock Mini, etc..." title="introducing-the-icock" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shinny Balls&#8230;</title>
		<link>http://www.wemakedotcoms.com/blog/2003/12/10/shinny-balls/</link>
		<comments>http://www.wemakedotcoms.com/blog/2003/12/10/shinny-balls/#comments</comments>
		<pubDate>Wed, 10 Dec 2003 09:44:05 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=111</guid>
		<description><![CDATA[This render was used to illustrate the 2003-2004 holiday card for Great Spirits. Modeled and rendered in Lightwave. The reflections and &#8220;fast&#8221; Fresnel took for ever to render on my work computer, at the time an AMD equivalent to a Pentium 2.]]></description>
			<content:encoded><![CDATA[<div id="attachment_112" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-112" title="gs-balls" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gs-balls.jpg" alt="Detail of the 3D illustration" width="478" height="179" /><p class="wp-caption-text">Detail of the 3D illustration</p></div>
<p>This render was used to illustrate the 2003-2004 holiday card for Great Spirits. Modeled and rendered in Lightwave. The reflections and &#8220;fast&#8221; Fresnel took for ever to render on my work computer, at the time an AMD equivalent to a Pentium 2.</p>
<div id="attachment_113" class="wp-caption aligncenter" style="width: 139px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/great-spirits-card.jpg" rel="shadowbox[post-111];player=img;"><img class="size-medium wp-image-113" title="great-spirits-card" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/great-spirits-card-129x179.jpg" alt="Holiday Card Illustration" width="129" height="179" /></a><p class="wp-caption-text">Holiday Card Illustration</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2003/12/10/shinny-balls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s with the flying cows?</title>
		<link>http://www.wemakedotcoms.com/blog/2003/10/10/whats-with-the-flying-cows/</link>
		<comments>http://www.wemakedotcoms.com/blog/2003/10/10/whats-with-the-flying-cows/#comments</comments>
		<pubDate>Fri, 10 Oct 2003 08:38:52 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[Unpublished Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=104</guid>
		<description><![CDATA[Originally created for Great Spirits (now Castle Brands). This exploration was to be used to support the launch of a new Irish Cream drink. Can&#8217;t remember how we (STC&#8217;s brains) arrived at the flying cow idea, but I executed on it and did a quick model and renders in Lightwave. Although the idea didn&#8217;t &#8220;fly&#8221; [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_105" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-105" title="cows" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/cows.jpg" alt="Flying cow render" width="478" height="179" /><p class="wp-caption-text">Flying cow render</p></div>
<p>Originally created for Great Spirits (now Castle Brands). This exploration was to be used to support the launch of a new Irish Cream drink. Can&#8217;t remember how we (STC&#8217;s brains) arrived at the flying cow idea, but I executed on it and did a quick model and renders in Lightwave. Although the idea didn&#8217;t &#8220;fly&#8221; with the client, I kept the flying cow as a visual element of wemakedotcoms. The original cow had green patches.</p>
<div id="attachment_106" class="wp-caption aligncenter" style="width: 278px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/brady-cow-montage.jpg" rel="shadowbox[post-104];player=img;"><img class="size-medium wp-image-106" title="brady-cow-montage" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/brady-cow-montage-268x179.jpg" alt="Original Cow" width="268" height="179" /></a><p class="wp-caption-text">Original Cow</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2003/10/10/whats-with-the-flying-cows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
