POV-Ray : Newsgroups : povray.binaries.images : no water in the garden Server Time
26 Jun 2024 08:04:07 EDT (-0400)
  no water in the garden (Message 31 to 37 of 37)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Fractracer
Subject: Re: no water in the garden
Date: 16 Nov 2017 14:25:00
Message: <web.5a0de5fdb458f71723dc70330@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> "Fractracer" <lg.### [at] gmailcom> wrote:
>
> > Maybe one #if statement can make the job, with #if (abs(_X) <= 1)
>
> yes, excellent.
> I'll replace my kludge tonight with:
>
> #if (abs(_X) <= 1)
>      #declare _X = sgn(_X);
> #end

If I am not wrong, I think that sgn() only return 1 or -1, in this case I
believe it is better to do:

 #if (abs(_X) > 1)
      #declare _X = sgn(_X);
 #end


Post a reply to this message

From: Bald Eagle
Subject: Re: no water in the garden
Date: 16 Nov 2017 14:50:00
Message: <web.5a0deba2b458f717c437ac910@news.povray.org>
"Fractracer" <lg.### [at] gmailcom> wrote:

> If I am not wrong, I think that sgn() only return 1 or -1,

Yes, sorry - I read what I wanted to read, or what I was expecting to read - not
what was actually there.
You understood what I meant even though I copied-and-pasted the conditional.


Post a reply to this message

From: Fractracer
Subject: Re: no water in the garden
Date: 16 Nov 2017 15:05:01
Message: <web.5a0def47b458f71723dc70330@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> "Fractracer" <lg.### [at] gmailcom> wrote:
>
> > If I am not wrong, I think that sgn() only return 1 or -1,
>
> Yes, sorry - I read what I wanted to read, or what I was expecting to read - not
> what was actually there.
> You understood what I meant even though I copied-and-pasted the conditional.

It is the end of the week, I made also some mistakes, due to fatique and speed
of action. And yes I understood :).


Post a reply to this message

From: Fractracer
Subject: Re: no water in the garden
Date: 19 Nov 2017 08:30:03
Message: <web.5a11865bb458f717666005640@news.povray.org>
Final (...) rendering.

All ideas, advices, tips, etc.., are welcome for improve the scene.

An unexpected crack in the shadows appear...


Post a reply to this message


Attachments:
Download 'inside_wall_000.png' (2964 KB)

Preview of image 'inside_wall_000.png'
inside_wall_000.png


 

From: Thomas de Groot
Subject: Re: no water in the garden
Date: 20 Nov 2017 02:48:00
Message: <5a1288b0$1@news.povray.org>
On 19-11-2017 14:25, Fractracer wrote:
> 
> Final (...) rendering.
> 
> All ideas, advices, tips, etc.., are welcome for improve the scene.
> 
> An unexpected crack in the shadows appear...
> 

I like this, no question.

-- 
Thomas


Post a reply to this message

From: Kontemplator
Subject: Re: no water in the garden
Date: 21 Nov 2017 17:05:01
Message: <web.5a14a2eeb458f717b266f0730@news.povray.org>
"Fractracer" <lg.### [at] gmailcom> wrote:
> "Bald Eagle" <cre### [at] netscapenet> wrote:
> > IIRC, I found a great little feather macro a few years ago.
> > I can't seem to find it online, but I can check on my laptop at home.
> >
>
> I have found this in newsgroup but the link is dead.
>
>
http://news.povray.org/povray.binaries.images/message/%3C39ea2c56%40news.povray.org%3E/
>
> I have made a feather for my picture but only one side is good.

you may try

https://web.archive.org/web/20050905225952/http://baillp.free.fr/feather.html


Post a reply to this message

From: Fractracer
Subject: Re: no water in the garden
Date: 22 Nov 2017 06:15:01
Message: <web.5a155bd9b458f717666005640@news.povray.org>
"Kontemplator" <haf### [at] yahoocom> wrote:
> you may try
>
> https://web.archive.org/web/20050905225952/http://baillp.free.fr/feather.html

Thank you for the link, but I already had it (Bald Eagle gave it to me in a
previous post). This feather is good  but is not in the way I want.
Actually Bald Eagle works on the maths of the Baillehache' macro, and I also try
to modified the macro.


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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