<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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>THYSELIUS &#038; WISTROM</title>
	<link>http://inspiration.inlovewith.com</link>
	<description>Nice AS!!</description>
	<pubDate>Sun, 14 Feb 2010 13:15:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>AR: Cinema 4D R11 Collada export to Papervision with transparent textures</title>
		<link>http://inspiration.inlovewith.com/archives/38</link>
		<comments>http://inspiration.inlovewith.com/archives/38#comments</comments>
		<pubDate>Sun, 14 Feb 2010 12:45:03 +0000</pubDate>
		<dc:creator>kallethyselius</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://inspiration.inlovewith.com/archives/38</guid>
		<description><![CDATA[
<object	type="application/x-shockwave-flash"
			data="http://inlovewith.com/inspiration/uploads/ar_collada_demo/main.swf"
			width="640"
			height="480">
	<param name="movie" value="http://inlovewith.com/inspiration/uploads/ar_collada_demo/main.swf" />
</object>
Print out this marker: http://inlovewith.com/inspiration/uploads/ar_collada_demo/assets/marker_A4.psd

Here is a way to load Collada files exported from Cinema 4D R11 into Papervision 2.0, with optionally transparent transparent textures.
To spice it up, the example is a AR, augmented reality project.
Step 1: SAVING OUT THE COLLADA
So, you have a Cinema 4D file that looks all nice.
# [...]]]></description>
			<content:encoded><![CDATA[
<object	type="application/x-shockwave-flash"
			data="http://inlovewith.com/inspiration/uploads/ar_collada_demo/main.swf"
			width="640"
			height="480">
	<param name="movie" value="http://inlovewith.com/inspiration/uploads/ar_collada_demo/main.swf" />
</object><br />
Print out this marker: http://inlovewith.com/inspiration/uploads/ar_collada_demo/assets/marker_A4.psd</p>
<p><img src='http://inlovewith.com/inspiration/uploads/ar_collada_tutorial.png'/></p>
<p>Here is a way to load Collada files exported from Cinema 4D R11 into Papervision 2.0, with optionally transparent transparent textures.</p>
<p>To spice it up, the example is a AR, augmented reality project.</p>
<p>Step 1: SAVING OUT THE COLLADA<br />
So, you have a Cinema 4D file that looks all nice.<br />
# Click on each object and hit “c” to make the object editable. The icon should change to a triangle.</p>
<p>Now your file is ready for Collada export.<br />
- Choose File -> export -> COLLADA<br />
- Save as model.dae in the model folder (make a backup before if you like)<br />
- Check all the checkboxes in the COLLADA export dialog that comes up once you click save</p>
<p>As you will notice no textures will be saved out. You’ll have to do this manually for each texture.</p>
<p>Step 2: EXPORTING THE TEXTURES AS (transparent) PNG FILES<br />
First, click the materials and in the Tag propery, make sure you use UVW Mapping</p>
<p>Right-click on an object and choose Cinema 4D Tags -> Bake Texture<br />
In the bake texture tag properties window:<br />
- click on the […] and choose a file name for your texture. Use the same as the object’s name, so cylinder for our first object, and make sure to navigate to the model folder.<br />
- Choose PNG as format<br />
- Choose automatic size</p>
<p>In the bake texture options window:<br />
- Choose surface color<br />
- Click Bake</p>
<p>Now your texture has been saved as cylinderSurface_Color.png in the model folder.<br />
Do the same for the cylinder.</p>
<p>You will now have the files cubeSurface_Color.png and cylinderSurface_Color.png. Rename them to cube.png and cylinder.png</p>
<p>These textures have been saved out without transparency. I don’t know any way to do this, if you know, please comment!</p>
<p>Open cube.png in Photoshop, make it transparent and green and save it (still as a PNG).</p>
<p>Step 3: CONNECTING THE TEXTURES WITH THE MODELS IN FLASH<br />
1<br />
Open model.dae in a text editor. Scroll down to the end, there we can find our Cylinder and Cube. Locate the tag and make a note of the target=”#IDXXX” attribute. This is the id we’ll use to connect the materials.</p>
<p>2<br />
Open the main.fla and the main.as files in Flash. Here you can see how we load the two textures and map them to ID5 and ID3 which we took from the collada file.</p>
<p>var materials:MaterialsList = new MaterialsList();</p>
<p>var cylinderMaterial:BitmapFileMaterial = new BitmapFileMaterial(”model/cylinder.png”);<br />
cylinderMaterial.doubleSided = true;<br />
materials.addMaterial(cylinderMaterial, “ID5″);</p>
<p>var cubeMaterial:BitmapFileMaterial = new BitmapFileMaterial(”model/cube.png”);<br />
cubeMaterial.doubleSided = true;<br />
materials.addMaterial(cubeMaterial, “ID3″);</p>
<p>daeFile = new DAE();<br />
daeFile.load(”model/model.dae”, materials);<br />
daeFile.scaleX = daeFile.scaleY = daeFile.scaleZ = 0.5; // change for your model<br />
daeFile.z = 100;<br />
_markerNode.addChild(daeFile);</p>
<p>Now export (Apple+Enter) and watch the miracle. Make sure you print out the marker located in assets/marker_A4.psd and hold it up to your webcam.</p>
<p>This might not give the complete picture, there can be 100ds of variables affecting this kind of work, but hopefully it will get you up and running. It took me four days to get here, so I wanted to share it, as it was almost impossible to find any info on the subject.</p>
<p>Download source here: http://www.inlovewith.com/inspiration/uploads/AR_collada_tutorial.zip 2.6 mb
</p>
]]></content:encoded>
			<wfw:commentRSS>http://inspiration.inlovewith.com/archives/38/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Wonderfl - Animation reacting to microphone input</title>
		<link>http://inspiration.inlovewith.com/archives/36</link>
		<comments>http://inspiration.inlovewith.com/archives/36#comments</comments>
		<pubDate>Sat, 11 Apr 2009 20:16:11 +0000</pubDate>
		<dc:creator>kallethyselius</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://inspiration.inlovewith.com/archives/36</guid>
		<description><![CDATA[Hmm, the embed from Wonderfl does not seem to work great in Safari, so try this one in Firefox or o see it at http://wonderfl.kayac.com/code/d7054539363ebe161469dfc718bb056d5ca63be5
forked from: Tween reacting on microphone, forked from: 光る玉 - wonderfl build flash online
]]></description>
			<content:encoded><![CDATA[<p>Hmm, the embed from Wonderfl does not seem to work great in Safari, so try this one in Firefox or o see it at http://wonderfl.kayac.com/code/d7054539363ebe161469dfc718bb056d5ca63be5</p>
<div style="text-align:center;width:465px;"><iframe title="forked from: Tween reacting on microphone, forked from: 光る玉 - wonderfl build flash online" src="http://wonderfl.kayac.com/blogparts/d7054539363ebe161469dfc718bb056d5ca63be5" width="465" height="490" style="border:1px black solid;"></iframe><a href="http://wonderfl.kayac.com/code/d7054539363ebe161469dfc718bb056d5ca63be5" title="forked from: Tween reacting on microphone, forked from: 光る玉 - wonderfl build flash online">forked from: Tween reacting on microphone, forked from: 光る玉 - wonderfl build flash online</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://inspiration.inlovewith.com/archives/36/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Wonderfl - Springs</title>
		<link>http://inspiration.inlovewith.com/archives/35</link>
		<comments>http://inspiration.inlovewith.com/archives/35#comments</comments>
		<pubDate>Sat, 11 Apr 2009 20:13:13 +0000</pubDate>
		<dc:creator>kallethyselius</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://inspiration.inlovewith.com/archives/35</guid>
		<description><![CDATA[forked from: particle - wonderfl build flash online
]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;width:465px;"><iframe title="forked from: particle - wonderfl build flash online" src="http://wonderfl.kayac.com/blogparts/d4727c7f7dea50cd59265fc94c8246c6daac4664" width="465" height="490" style="border:1px black solid;"></iframe><a href="http://wonderfl.kayac.com/code/d4727c7f7dea50cd59265fc94c8246c6daac4664" title="forked from: particle - wonderfl build flash online">forked from: particle - wonderfl build flash online</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://inspiration.inlovewith.com/archives/35/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Our work copied?</title>
		<link>http://inspiration.inlovewith.com/archives/34</link>
		<comments>http://inspiration.inlovewith.com/archives/34#comments</comments>
		<pubDate>Wed, 14 May 2008 15:08:41 +0000</pubDate>
		<dc:creator>kallethyselius</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://inspiration.inlovewith.com/archives/34</guid>
		<description><![CDATA[Take a minute to compare these lovely sites:
InspiroConsulting.se created by us jan 2008
Onitsuka Tiger Made Of Japan created by us in 2007
vs.
TagGalaxy.de created by Steven Wood may 2008.
The globe is copied from our Inspiro site, and to have tagged images from Flickr falling down on a design element is copied (a little more subtle i [...]]]></description>
			<content:encoded><![CDATA[<p>Take a minute to compare these lovely sites:<br />
<a href="http://www.InspiroConsulting.se/">InspiroConsulting.se</a> created by us jan 2008<br />
<a href="http://moj.inlovewith.com/">Onitsuka Tiger Made Of Japan</a> created by us in 2007<br />
vs.<br />
<a href="http://taggalaxy.de/">TagGalaxy.de</a> created by Steven Wood may 2008.</p>
<p>The globe is copied from our Inspiro site, and to have tagged images from Flickr falling down on a design element is copied (a little more subtle i guess) from our Made Of Japan site</p>
<p>I rest my case</p>
]]></content:encoded>
			<wfw:commentRSS>http://inspiration.inlovewith.com/archives/34/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>View – A nice Flickr image viewer</title>
		<link>http://inspiration.inlovewith.com/archives/33</link>
		<comments>http://inspiration.inlovewith.com/archives/33#comments</comments>
		<pubDate>Sun, 27 Apr 2008 22:08:07 +0000</pubDate>
		<dc:creator>kallethyselius</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://inspiration.inlovewith.com/archives/33</guid>
		<description><![CDATA[Having never seen a great image browser on the net, this is an attempt to create one. It&#8217;s an early version, so you can&#8217;t change album or user, but it&#8217;s a very nice way of browsing Flickr images.

Try it out here

]]></description>
			<content:encoded><![CDATA[<p>Having never seen a great image browser on the net, this is an attempt to create one. It&#8217;s an early version, so you can&#8217;t change album or user, but it&#8217;s a very nice way of browsing Flickr images.</p>
<p><img id="image32" src="http://inspiration.inlovewith.com/wp-content/uploads/2008/04/view.jpg" alt="view.jpg" /></p>
<p>Try it out <a href="http://view.inlovewith.com">here</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://inspiration.inlovewith.com/archives/33/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Ragdoll Test</title>
		<link>http://inspiration.inlovewith.com/archives/31</link>
		<comments>http://inspiration.inlovewith.com/archives/31#comments</comments>
		<pubDate>Tue, 15 Apr 2008 19:33:11 +0000</pubDate>
		<dc:creator>kallethyselius</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://inspiration.inlovewith.com/archives/31</guid>
		<description><![CDATA[In a current project we&#8217;ll use ragdoll physics, here&#8217;s the first test. Uses Box2D. Graphics was thrown together in 15 minutes.

<object	type="application/x-shockwave-flash"
			data="http://showtime.thyseliusandwistrom.com/experiments/ragdollarvid/main.swf"
			width="700"
			height="350">
	<param name="movie" value="http://showtime.thyseliusandwistrom.com/experiments/ragdollarvid/main.swf" />
</object>
Fullscreen

]]></description>
			<content:encoded><![CDATA[<p>In a current project we&#8217;ll use ragdoll physics, here&#8217;s the first test. Uses Box2D. Graphics was thrown together in 15 minutes.</p>

<object	type="application/x-shockwave-flash"
			data="http://showtime.thyseliusandwistrom.com/experiments/ragdollarvid/main.swf"
			width="700"
			height="350">
	<param name="movie" value="http://showtime.thyseliusandwistrom.com/experiments/ragdollarvid/main.swf" />
</object><br />
<a href='http://showtime.thyseliusandwistrom.com/experiments/ragdollarvid/' target='_blank'>Fullscreen</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://inspiration.inlovewith.com/archives/31/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Life Path</title>
		<link>http://inspiration.inlovewith.com/archives/30</link>
		<comments>http://inspiration.inlovewith.com/archives/30#comments</comments>
		<pubDate>Wed, 26 Mar 2008 20:12:59 +0000</pubDate>
		<dc:creator>kallethyselius</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://inspiration.inlovewith.com/archives/30</guid>
		<description><![CDATA[See the path of your life

<object	type="application/x-shockwave-flash"
			data="http://showtime.thyseliusandwistrom.com/experiments/cameraphysics/main.swf"
			width="700"
			height="350">
	<param name="movie" value="http://showtime.thyseliusandwistrom.com/experiments/cameraphysics/main.swf" />
</object>
Fullscreen

]]></description>
			<content:encoded><![CDATA[<p>See the path of your life</p>

<object	type="application/x-shockwave-flash"
			data="http://showtime.thyseliusandwistrom.com/experiments/cameraphysics/main.swf"
			width="700"
			height="350">
	<param name="movie" value="http://showtime.thyseliusandwistrom.com/experiments/cameraphysics/main.swf" />
</object><br />
<a href='http://showtime.thyseliusandwistrom.com/experiments/cameraphysics/' target='_blank'>Fullscreen</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://inspiration.inlovewith.com/archives/30/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Falling Photos</title>
		<link>http://inspiration.inlovewith.com/archives/29</link>
		<comments>http://inspiration.inlovewith.com/archives/29#comments</comments>
		<pubDate>Thu, 20 Mar 2008 21:53:14 +0000</pubDate>
		<dc:creator>kallethyselius</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://inspiration.inlovewith.com/archives/29</guid>
		<description><![CDATA[This component we&#8217;ll probably use to show some stuff in a new project we are working on. Drop us a line if you want to have a look at the source.

<object	type="application/x-shockwave-flash"
			data="http://showtime.thyseliusandwistrom.com/experiments/photophysics/main.swf"
			width="700"
			height="350">
	<param name="movie" value="http://showtime.thyseliusandwistrom.com/experiments/photophysics/main.swf" />
</object>
Fullscreen

]]></description>
			<content:encoded><![CDATA[<p>This component we&#8217;ll probably use to show some stuff in a new project we are working on. Drop us a line if you want to have a look at the source.</p>

<object	type="application/x-shockwave-flash"
			data="http://showtime.thyseliusandwistrom.com/experiments/photophysics/main.swf"
			width="700"
			height="350">
	<param name="movie" value="http://showtime.thyseliusandwistrom.com/experiments/photophysics/main.swf" />
</object><br />
<a href='http://showtime.thyseliusandwistrom.com/experiments/photophysics/' target='_blank'>Fullscreen</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://inspiration.inlovewith.com/archives/29/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Particles</title>
		<link>http://inspiration.inlovewith.com/archives/27</link>
		<comments>http://inspiration.inlovewith.com/archives/27#comments</comments>
		<pubDate>Sun, 24 Feb 2008 00:16:48 +0000</pubDate>
		<dc:creator>kallethyselius</dc:creator>
		
	<category>papervision</category>
	<category>wowengine</category>
	<category>particles</category>
	<category>effects</category>
	<category>as3</category>
	<category>source code</category>
	<category>download</category>
		<guid isPermaLink="false">http://inspiration.inlovewith.com/archives/27</guid>
		<description><![CDATA[I saw a really massive particle thingie made in processor. I tried to make a similar one with papervision for the 3d, and the great WOWEngine for 3d physics. If you look close you can sometimes see the particles hitting one and other and bounce away.

<object	type="application/x-shockwave-flash"
			data="http://showtime.thyseliusandwistrom.com/experiments/particles/realistic/main.swf"
			width="700"
			height="350">
	<param name="movie" value="http://showtime.thyseliusandwistrom.com/experiments/particles/realistic/main.swf" />
</object>
Fullscreen
This is basically th same but [...]]]></description>
			<content:encoded><![CDATA[<p>I saw a really massive particle thingie made in processor. I tried to make a similar one with papervision for the 3d, and the great WOWEngine for 3d physics. If you look close you can sometimes see the particles hitting one and other and bounce away.</p>

<object	type="application/x-shockwave-flash"
			data="http://showtime.thyseliusandwistrom.com/experiments/particles/realistic/main.swf"
			width="700"
			height="350">
	<param name="movie" value="http://showtime.thyseliusandwistrom.com/experiments/particles/realistic/main.swf" />
</object><br />
<a href='http://showtime.thyseliusandwistrom.com/experiments/particles/realistic/' target='_blank'>Fullscreen</a></p>
<p>This is basically th same but with random colors and longer trails.</p>

<object	type="application/x-shockwave-flash"
			data="http://showtime.thyseliusandwistrom.com/experiments/particles/colors/main.swf"
			width="700"
			height="350">
	<param name="movie" value="http://showtime.thyseliusandwistrom.com/experiments/particles/colors/main.swf" />
</object><br />
<a href='http://showtime.thyseliusandwistrom.com/experiments/particles/colors/' target='_blank'>Fullscreen</a></p>
<p>Get the source <a href='http://showtime.thyseliusandwistrom.com/experiments/particles/Particles_Source.zip'>here</a></p>
]]></content:encoded>
			<wfw:commentRSS>http://inspiration.inlovewith.com/archives/27/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>

