<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>tag:www.local-guru.net,2005:/blog/tag/povray</id>
  <link type="text/html" href="http://www.local-guru.net" rel="alternate"/>
  <link type="application/atom+xml" href="http://www.local-guru.net/blog/tag/povray.atom" rel="self"/>
  <title>GuruBlog : Articles about povray</title>
  <subtitle>local-guru.net</subtitle>
  <updated>2010-06-19T09:55:00+02:00</updated>
  <generator>GuruBlog engine</generator>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/288</id>
    <published>2010-06-19T09:55:00+02:00</published>
    <updated>2010-06-19T09:55:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2010/6/19/download-bot-in-povray" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">Download-Bot in Povray</title>
    <category term="Creativity" scheme="http://www.local-guru.net/blog/tag/30daysofcreativity"/>
    <category term="robot" scheme="http://www.local-guru.net/blog/tag/robot"/>
    <category term="povray" scheme="http://www.local-guru.net/blog/tag/povray"/>
    <content type="html">&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;
</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/58</id>
    <published>2008-07-24T05:58:00+02:00</published>
    <updated>2008-07-24T05:58:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2008/7/24/povray-image" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">Povray image</title>
    <category term="povray" scheme="http://www.local-guru.net/blog/tag/povray"/>
    <content type="html">&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;
</content>
  </entry>
  <entry>
    <id>tag:www.local-guru.net,2005:Article/57</id>
    <published>2008-07-21T05:57:00+02:00</published>
    <updated>2008-07-21T05:57:00+02:00</updated>
    <link type="text/html" href="http://www.local-guru.net//blog/2008/7/21/blob-demo" rel="alternate"/>
    <author>
      <name>Nikolaus Gradwohl</name>
    </author>
    <title type="html">blob demo</title>
    <category term="processing" scheme="http://www.local-guru.net/blog/tag/processing"/>
    <category term="povray" scheme="http://www.local-guru.net/blog/tag/povray"/>
    <category term="blob" scheme="http://www.local-guru.net/blog/tag/blob"/>
    <content type="html">&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;
</content>
  </entry>
</feed>

