POV-Ray : Newsgroups : povray.binaries.images : cool effect - shadows.jpg (~11KBU) Server Time
19 Aug 2024 08:20:29 EDT (-0400)
  cool effect - shadows.jpg (~11KBU) (Message 11 to 14 of 14)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Chris Huff
Subject: Re: Pretty (~23KBU) - LightSphere.jpeg (1/1)
Date: 22 Jan 2001 05:41:23
Message: <chrishuff-5B1967.05422122012001@news.povray.org>
In article <3a6ba999@news.povray.org>, "Ben Lauritzen" 
<loo### [at] yahoocom> wrote:

> > Hmm, I wonder what this would look like if you put it inside a plain
> > white sphere with double_illuminate...
> 
> Quite ugly actually, but that's my opinion.

This is what I ended up with:

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message


Attachments:
Download 'LightSphere.jpeg.jpg' (12 KB)

Preview of image 'LightSphere.jpeg.jpg'
LightSphere.jpeg.jpg


 

From: Ben Lauritzen
Subject: Re: lightsphere.jpg
Date: 22 Jan 2001 11:23:07
Message: <3a6c5e6b@news.povray.org>
Ok, I've long since replaced the code that made it ugly, but this is the
result of changing it again...

#version unofficial MegaPov 0.6;
camera {location z*100 up y*3 right x*4 look_at 0}
$seed1=seed(1305987);
$A=0;
#while (A < 60)
  $A=A+1;
  light_source {
    <rand(seed1)-.5,rand(seed1)-.5,rand(seed1)-.5>*100,
    <rand(seed1)-.5,rand(seed1)-.5,rand(seed1)-.5>*3
    spotlight
    point_at <rand(seed1)-.5,rand(seed1)-.5,rand(seed1)-.5>*100
    radius 90*rand(seed1)
    falloff 90*rand(seed1)
  }
  cylinder {
    $pos1=<rand(seed1)-.5,.3*rand(seed1),rand(seed1)-.5>*100;
    pos1,
    pos1+y*40*rand(seed1)
    rand(seed1)//*5
    pigment{rgb 1}
    no_image
  }
#end
sphere{0,150 pigment{rgb 1} double_illuminate}


Post a reply to this message


Attachments:
Download 'lightsphere.jpg' (44 KB)

Preview of image 'lightsphere.jpg'
lightsphere.jpg


 

From: Alan Kong
Subject: Re: lightsphere.jpg
Date: 25 Jan 2001 06:15:34
Message: <5f207tgff7fhi2jarkk4ososh9jvijbco6@4ax.com>
On Mon, 22 Jan 2001 10:04:34 -0600 Ben Lauritzen wrote:

>Ok, I've long since replaced the code that made it ugly, but this is the
>result of changing it again...
<snip..>

  Thanks for the scene code, Ben. I rendered it at a higher resolution
and changed the desktop wallpaper for the first time in almost a year
<s>.

-- 
Alan - ako### [at] povrayorg - a k o n g <at> p o v r a y <dot> o r g
http://www.povray.org - Home of the Persistence of Vision Ray Tracer


Post a reply to this message

From: Ben Lauritzen
Subject: Re: lightsphere.jpg
Date: 25 Jan 2001 11:46:22
Message: <3a70585e$1@news.povray.org>
>   Thanks for the scene code, Ben. I rendered it at a higher resolution
> and changed the desktop wallpaper for the first time in almost a year
> <s>.

No problem... I have a small variation on it as my wallpaper now too. *grin*


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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