POV-Ray : Newsgroups : povray.binaries.images : New signature (95K PNG) : Re: New signature (95K PNG) Server Time
13 Aug 2024 13:23:27 EDT (-0400)
  Re: New signature (95K PNG)  
From: Greg Edwards
Date: 6 Mar 2003 10:19:14
Message: <3qmyu17rfd6n$.1010eya7grle4.dlg@40tude.net>
On Thu, 06 Mar 2003 08:46:42 +0100, ABX wrote:

> On Wed, 5 Mar 2003 20:22:29 -0500, Greg Edwards
> <edw### [at] hotmailcomremovethis> wrote:
>> A bit more...
>>
>> -- 
>> camera{location 2*y-.9rotate -9*z direction z/1.5look_at y}global_settings{
>> max_trace_level 99ambient_light 10}#macro P(o,c)plane{y,o pigment{c}finish{
>> diffuse 0}}#end object{P(9,blue 1)}object{P(-1,rgb 1)}box{1+9*y,-y-1pigment
>> {rgb 1}finish{ambient.005diffuse 0reflection.95}}sphere{0,.99finish{
>> reflection 1}}sphere{0,1pigment{red 1}finish{ambient 0reflection{1metallic}
>> }no_reflection} // Greg Edwards, 2003
> 
> I feel this can be shortened (in particual camera) but this is already shorter
> and does not produce warning.
> 
> camera{direction z/1.5location 2*y-.9rotate-z*9look_at y}global_settings{
> max_trace_level 99ambient_light 10}#macro p(c,d,a,r)pigment{rgb c}finish{
> diffuse d ambient a reflection{r#end plane{-y,-9p(z,0,.1,0)}}}plane{y,-1p
> (1,.0.1.0)}}}box{-y-1y*9+1p(1,.0.005.95)}}hollow}sphere{.0.99p(no.6.1on)}
> }}sphere{0,1p(x,.6,0,1)metallic}}no_reflection} // Greg Edwards, 2003
> 
> Please, note sig is supposed to represent author. How reflective spheres
> represent your person ? :-)
> 
> ABX

I've often felt isolated from others in the group often, this is what I'm 
trying to represent in the scene. Also, abstract scenes are just my style 
:-) You can't really see that the red ball is all alone but that's because 
I couldn't place it outside the 2x2 area of the mirrors.

-- 
camera{location 2*y-.9rotate -z*9direction z/1.5look_at y}global_settings{
max_trace_level 99ambient_light 10}#macro P(o,c)plane{y,o pigment{c}finish{
diffuse 0}}#end object{P(9,blue 1)}object{P(-1,rgb 1)}box{1+9*y,-y-1pigment
{rgb 1}finish{ambient.005diffuse 0reflection.95}}sphere{0,.99finish{
reflection 1}}sphere{0,1pigment{red 1}finish{ambient 0reflection{1metallic}
}no_reflection} // Greg Edwards, 2003


Post a reply to this message

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