<?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>Giulio Piacentino &#187; teamoptionexplicit</title>
	<atom:link href="http://www.giuliopiacentino.com/by-keyword/teamoptionexplicit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.giuliopiacentino.com</link>
	<description>An archive of personal and collaborative projects and experiments, certainly developed with an eye on digital architecture.</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:28:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sakura, flowers</title>
		<link>http://www.giuliopiacentino.com/sakura-flowers/</link>
		<comments>http://www.giuliopiacentino.com/sakura-flowers/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 18:16:21 +0000</pubDate>
		<dc:creator>Giulio Piacentino</dc:creator>
				<category><![CDATA[RhinoScripts]]></category>
		<category><![CDATA[lake]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[petals]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[Ryoko Ikeda]]></category>
		<category><![CDATA[sakura]]></category>
		<category><![CDATA[sky]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[storm]]></category>
		<category><![CDATA[teamoptionexplicit]]></category>

		<guid isPermaLink="false">http://www.giuliopiacentino.com/?p=66</guid>
		<description><![CDATA[This script takes care of populating a mesh with specific geometry: in this case, a closed NURBS curve. This curve can be topologically modified, and in this case we closed it with a jag to obtain petals. It can be applyed to a variaty of cases, and served as inspiration for the component wall. Download [...]]]></description>
			<content:encoded><![CDATA[<p><span id="more-66"></span><!--noteaser-->This script takes care of populating a mesh with specific geometry: in this case, a closed NURBS curve. This curve can be topologically modified, and in this case we closed it with a jag to obtain petals. It can be applyed to a variaty of cases, and served as inspiration for the <a href="/component-wall/">component wall</a>.</p>
<p>Download the source code: <img src="/wp-giulio/wp-content/uploads/rhino.jpg" alt="Rhino VBScript file" title="Rhino VBScript file" width="16" height="16" class="alignnone size-full wp-image-821" /> <a href="/static/sakura.rvb" title="Rhino VBScript file">sakura.rvb</a>.</p>
<p><a href="http://www.giuliopiacentino.com/wp-giulio/wp-content/uploads/sakura1.jpg"><img class="alignnone size-medium wp-image-67" title="sakura flower storm 1" src="http://www.giuliopiacentino.com/wp-giulio/wp-content/uploads/sakura1-480x360.jpg" alt="" width="480" height="360" /></a></p>
<p><a href="http://www.giuliopiacentino.com/wp-giulio/wp-content/uploads/flowerstorm1.png"><img class="alignnone size-medium wp-image-68" title="flower storm 2" src="http://www.giuliopiacentino.com/wp-giulio/wp-content/uploads/flowerstorm1-480x360.png" alt="" width="480" height="360" /></a></p>
<hr />
<p>&#8220;Option Explicit&#8221; is a series of scripts developed in collaboration with Ryoko Ikeda that deals with organic, abstract form and contemplates experiments that have been dealt with in aspects like geometry, light and shadows.</p>
<p>The intermediate goal is computationally explore shape creation, using the implementation of VBScripting that is offered inside Rhinoceros 4.0. The more far-seeing goal is to investigate algorithmic relationships among entities that usually surround us and re-establish their creative articulations, to simply allow us to deal with complexity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giuliopiacentino.com/sakura-flowers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Micro &#8211; macro</title>
		<link>http://www.giuliopiacentino.com/micro-macro/</link>
		<comments>http://www.giuliopiacentino.com/micro-macro/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 08:36:35 +0000</pubDate>
		<dc:creator>Giulio Piacentino</dc:creator>
				<category><![CDATA[RhinoScripts]]></category>
		<category><![CDATA[2D grid]]></category>
		<category><![CDATA[cone]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[lens render]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[Ryoko Ikeda]]></category>
		<category><![CDATA[teamoptionexplicit]]></category>

		<guid isPermaLink="false">http://www.giuliopiacentino.com/?p=47</guid>
		<description><![CDATA[This first experiment is inspired by microscopic pictures of rose skins. On the point of view of scripting, it uses cones replication inside a double loop. The surfaces of those flowers take this shape becasue of their need to be porous and release fragrance. In this way, the plant can attract insects and the surface, [...]]]></description>
			<content:encoded><![CDATA[<p><span id="more-47"></span><!--noteaser--></p>
<p>This first experiment is inspired by microscopic pictures of rose skins. On the point of view of scripting, it uses cones replication inside a double loop.</p>
<p>The surfaces of those flowers take this shape becasue of their need to be porous and release fragrance. In this way, the plant can attract insects and the surface, to the naked eye, has a smooth and shadow-less appearance.</p>
<p>Download the source code: <img src="/wp-giulio/wp-content/uploads/rhino.jpg" alt="Rhino VBScript file" title="Rhino VBScript file" width="16" height="16" class="alignnone size-full wp-image-821" /> <a href="/static/cones.rvb" title="Rhino VBScript file">cones.rvb</a>.</p>
<p><a href="http://www.giuliopiacentino.com/wp-giulio/wp-content/uploads/manycones1.jpg"><img class="alignnone size-medium wp-image-51" title="manycones1" src="http://www.giuliopiacentino.com/wp-giulio/wp-content/uploads/manycones1-480x360.jpg" alt="" width="480" height="360" /></a></p>
<hr />
<p>&#8220;Option Explicit&#8221; is a series of scripts developed in collaboration with Ryoko Ikeda that deals with organic, abstract form and contemplates experiments that have been dealt with in aspects like geometry, light and shadows.</p>
<p>The intermediate goal is computationally explore shape creation, using the implementation of VBScripting that is offered inside Rhinoceros 4.0. The more far-seeing goal is to investigate algorithmic relationships among entities that usually surround us and re-establish their creative articulations, to simply allow us to deal with complexity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giuliopiacentino.com/micro-macro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

