POV-Ray : Newsgroups : povray.binaries.images : This one will make you dizzy... ;) Server Time
8 Aug 2024 04:09:58 EDT (-0400)
  This one will make you dizzy... ;) (Message 1 to 6 of 6)  
From: St 
Subject: This one will make you dizzy... ;)
Date: 15 Sep 2005 03:40:46
Message: <4329257e@news.povray.org>
It was interesting that someone else used the 'infinity' idea for the 
Minimalism round.

  Don't stare at it for too long... :)

  ~Steve~


Post a reply to this message


Attachments:
Download 'infinity.jpg' (126 KB)

Preview of image 'infinity.jpg'
infinity.jpg


 

From: Eero Ahonen
Subject: Re: This one will make you dizzy... ;)
Date: 15 Sep 2005 11:04:06
Message: <43298d66$1@news.povray.org>
St. wrote:
> It was interesting that someone else used the 'infinity' idea for the 
> Minimalism round.
> 
>  Don't stare at it for too long... :)
> 
>  ~Steve~
> ------------------------------------------------------------------------
> 

Scroll it up'n'down and the lines will bend mystically.

-- 
Eero "Aero" Ahonen
    http://www.zbxt.net
       aer### [at] removethiszbxtnetinvalid


Post a reply to this message

From: St 
Subject: Re: This one will make you dizzy... ;)
Date: 15 Sep 2005 11:27:06
Message: <432992ca@news.povray.org>
"Eero Ahonen" <aer### [at] removethiszbxtnetinvalid> wrote in message 
news:43298d66$1@news.povray.org...

> Scroll it up'n'down and the lines will bend mystically.

    Heh, yes, and I also keep thinking that I'm travelling into it.

     ~Steve~


>
> -- 
> Eero "Aero" Ahonen
>    http://www.zbxt.net
>       aer### [at] removethiszbxtnetinvalid


Post a reply to this message

From: Alain
Subject: Re: This one will make you dizzy... ;)
Date: 15 Sep 2005 19:34:26
Message: <432a0502@news.povray.org>
St. nous apporta ses lumieres en ce 2005-09-15 03:39:
> It was interesting that someone else used the 'infinity' idea for the 
> Minimalism round.
> 
>  Don't stare at it for too long... :)
> 
>  ~Steve~
> ------------------------------------------------------------------------
> 
Make me thing of a screenshot of a screensaver I have, it's called "vortex"

Alain


Post a reply to this message

From: rock
Subject: Re: This one will make you dizzy... ;)
Date: 17 Sep 2005 08:44:32
Message: <747f.432b75a4.59b92@titanic>
St. wrote:
> It was interesting that someone else used the 'infinity' idea for the 
> Minimalism round.
> 
>  Don't stare at it for too long... :)
> 
>  ~Steve~
> ------------------------------------------------------------------------
> 

Wow.  that's cool.  We have possible (desktop) wallpaper material here  :D


Post a reply to this message

From: St 
Subject: Re: This one will make you dizzy... ;)
Date: 17 Sep 2005 09:49:08
Message: <432c1ed4@news.povray.org>
"rock" <roc### [at] almostbestwebnet> wrote in message 
news:747f.432b75a4.59b92@titanic...

>
> Wow.  that's cool.  We have possible (desktop) wallpaper material here  :D

 Hey, thanks. Here's the code. It should render in about three minutes. Try 
it with other textures too.

   ~Steve~

#include "colors.inc"
#include "skies.inc"
#include "stones.inc"

#version 3.5;

global_settings {
  assumed_gamma .75

}

 camera {
  location  <2, 4.5, -35>
  direction 0*x
  right     x*image_width/image_height
  look_at   <0.0, 0.0,  0.0>
}

light_source {
  0*x
  color rgb <1, .9, .9>
  area_light
  <8, 0, 0> <0, 0, 8>
  5, 5
  adaptive 0
  jitter
  circular
  orient
  translate <80, 40, -160>
}

 sphere {
  <0, 1, 0>
 500

texture{ T_Stone40  scale 500

finish{ ambient -.835 reflection .235 phong 1}}}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.