<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>GuruBlog : Articles about povray</title>
    <description>local-guru.net</description>
    <link>http://www.local-guru.net/blog</link>
    <ttl>40</ttl>
    <item>
      <title>Download-Bot in Povray</title>
      <link>http://www.local-guru.net//blog/2010/6/19/download-bot-in-povray</link>
      <description>&lt;p&gt;Today's inspirational theme for &lt;a href="http://www.30daysofcreativity"&gt;30daysofcreativity&lt;/a&gt; is robots.
So I made a new virtual version of my &lt;a href="http://www.local-guru.net/blog/2008/03/15/download-bots"&gt;downloadbot&lt;/a&gt;  - this time in povray&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.local-guru.net/img/guru/povray_robot.png" alt="povray_bot" /&gt;&lt;/p&gt;
</description>
      <pubDate>2010-06-19T09:55:00+02:00</pubDate>
    </item>
    <item>
      <title>Povray image</title>
      <link>http://www.local-guru.net//blog/2008/7/24/povray-image</link>
      <description>&lt;p&gt;While coding my little &lt;a href="http://www.local-guru.net/blog/articles/2008/07/21/blob-demo"&gt;blob-demo&lt;/a&gt; in processing
i realized that i had not used &lt;a href="http://www.povray.org"&gt;povray&lt;/a&gt; for a very long time. i have almost forgotten
its syntax. Thats why i coded this littly guy :-)&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.local-guru.net/img/guru/littleguy.png" alt="littleguy" /&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;#include "colors.inc"

background { color Black }
camera { location &amp;lt;2, 2, -3&amp;gt; look_at  &amp;lt;-1, 1,  2&amp;gt; }
plane { &amp;lt;0,1,0&amp;gt;, -4 texture { pigment { color White }}}

// BODY
sphere { &amp;lt;0,-2,2&amp;gt;,2 texture { pigment { color Green }}}

// HEAD
sphere { &amp;lt;0, 1, 2&amp;gt;, 1 texture { pigment { color Pink }}}

// HAT
sphere { &amp;lt;0, 1.5, 2&amp;gt;, .75 texture { pigment { color Yellow }}}
sphere { &amp;lt;0, 2, 2&amp;gt;,   .5  texture { pigment { color Yellow }}}
sphere { &amp;lt;0, 2.5, 2&amp;gt;, .25 texture { pigment { color Yellow }}}

// NOSE
cone { &amp;lt;0, 1, 2&amp;gt;, 0.25, &amp;lt;0,1,.5&amp;gt;, 0 texture { pigment { color Red }}}

// EYES
sphere { &amp;lt;-0.3,1.3,1.1&amp;gt;,0.1 texture { pigment { color Blue }}}
sphere { &amp;lt;0.3,1.3,1.1&amp;gt;,0.1 texture { pigment { color Blue }}}

light_source {
    &amp;lt;20, 15, -10&amp;gt;
    color White
    area_light &amp;lt;5,0,0&amp;gt;, &amp;lt;0,5,0&amp;gt;, 10,10
    adaptive 1
    jitter
}
&lt;/code&gt;&lt;/pre&gt;
</description>
      <pubDate>2008-07-24T05:58:00+02:00</pubDate>
    </item>
    <item>
      <title>blob demo</title>
      <link>http://www.local-guru.net//blog/2008/7/21/blob-demo</link>
      <description>&lt;p&gt;And here comes another &lt;a href="http://www.local-guru.net/processing/blob/"&gt;processing sketch&lt;/a&gt;.
This time i tried to implement a 2D version of the Blob function from &lt;a href="http://www.povray.org/"&gt;povray&lt;/a&gt;.&lt;/p&gt;
</description>
      <pubDate>2008-07-21T05:57:00+02:00</pubDate>
    </item>
  </channel>
</rss>

